[INFO] cloning repository Aleryc/nier-cat [INFO] running `"git" "clone" "--bare" "git://github.com/Aleryc/nier-cat.git" "work/cache/sources/gh/Aleryc/nier-cat"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Aleryc/nier-cat'... [INFO] running `"git" "clone" "work/cache/sources/gh/Aleryc/nier-cat" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Aleryc/nier-cat"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Aleryc/nier-cat'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Aleryc/nier-cat" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7bfd79497907df76a247b1dda794f1503b7f2752 [INFO] sha for GitHub repo Aleryc/nier-cat: 7bfd79497907df76a247b1dda794f1503b7f2752 [INFO] validating manifest of Aleryc/nier-cat on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Aleryc/nier-cat on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Aleryc/nier-cat [INFO] finished frobbing Aleryc/nier-cat [INFO] frobbed toml for Aleryc/nier-cat written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Aleryc/nier-cat/Cargo.toml [INFO] started frobbing Aleryc/nier-cat [INFO] finished frobbing Aleryc/nier-cat [INFO] frobbed toml for Aleryc/nier-cat written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat/Cargo.toml [INFO] crate Aleryc/nier-cat already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Aleryc/nier-cat against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 0d8fc09c6e33790eea2065d04ec5ee139c91d7a2bd14c5411b09ca2db38ed647 [INFO] running `"docker" "start" "-a" "0d8fc09c6e33790eea2065d04ec5ee139c91d7a2bd14c5411b09ca2db38ed647"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling plist v0.4.1 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling onig v4.3.2 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling syntect v3.2.0 [INFO] [stderr] Compiling nier-cat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Right` [INFO] [stderr] --> src/main.rs:10:41 [INFO] [stderr] | [INFO] [stderr] 10 | use termion::cursor::{Hide, Left, Show, Right}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.83s [INFO] running `"docker" "inspect" "0d8fc09c6e33790eea2065d04ec5ee139c91d7a2bd14c5411b09ca2db38ed647"` [INFO] running `"docker" "rm" "-f" "0d8fc09c6e33790eea2065d04ec5ee139c91d7a2bd14c5411b09ca2db38ed647"` [INFO] [stdout] 0d8fc09c6e33790eea2065d04ec5ee139c91d7a2bd14c5411b09ca2db38ed647 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 1fc8320596bfbcb2a86f00f7a8166a7110aee07b3eb7fd6f1b2485dc116fc9da [INFO] running `"docker" "start" "-a" "1fc8320596bfbcb2a86f00f7a8166a7110aee07b3eb7fd6f1b2485dc116fc9da"` [INFO] [stderr] Compiling nier-cat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Right` [INFO] [stderr] --> src/main.rs:10:41 [INFO] [stderr] | [INFO] [stderr] 10 | use termion::cursor::{Hide, Left, Show, Right}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "1fc8320596bfbcb2a86f00f7a8166a7110aee07b3eb7fd6f1b2485dc116fc9da"` [INFO] running `"docker" "rm" "-f" "1fc8320596bfbcb2a86f00f7a8166a7110aee07b3eb7fd6f1b2485dc116fc9da"` [INFO] [stdout] 1fc8320596bfbcb2a86f00f7a8166a7110aee07b3eb7fd6f1b2485dc116fc9da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Aleryc/nier-cat:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] c8d127ebea4ffef813fc53e1bd1601e2a266b0fb81901c38f484a3fb8bee6bae [INFO] running `"docker" "start" "-a" "c8d127ebea4ffef813fc53e1bd1601e2a266b0fb81901c38f484a3fb8bee6bae"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/nier_cat-d31142d9aa63b0ce [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c8d127ebea4ffef813fc53e1bd1601e2a266b0fb81901c38f484a3fb8bee6bae"` [INFO] running `"docker" "rm" "-f" "c8d127ebea4ffef813fc53e1bd1601e2a266b0fb81901c38f484a3fb8bee6bae"` [INFO] [stdout] c8d127ebea4ffef813fc53e1bd1601e2a266b0fb81901c38f484a3fb8bee6bae