[INFO] cloning repository FreeFull/ngaro-rs [INFO] running `"git" "clone" "--bare" "git://github.com/FreeFull/ngaro-rs.git" "work/cache/sources/gh/FreeFull/ngaro-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/FreeFull/ngaro-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/FreeFull/ngaro-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FreeFull/ngaro-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/FreeFull/ngaro-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/FreeFull/ngaro-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f016d8512c4532aa8b2132a8a14c86945df29856 [INFO] sha for GitHub repo FreeFull/ngaro-rs: f016d8512c4532aa8b2132a8a14c86945df29856 [INFO] validating manifest of FreeFull/ngaro-rs 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 FreeFull/ngaro-rs 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 FreeFull/ngaro-rs [INFO] finished frobbing FreeFull/ngaro-rs [INFO] frobbed toml for FreeFull/ngaro-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs/Cargo.toml [INFO] started frobbing FreeFull/ngaro-rs [INFO] finished frobbing FreeFull/ngaro-rs [INFO] frobbed toml for FreeFull/ngaro-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/FreeFull/ngaro-rs/Cargo.toml [INFO] crate FreeFull/ngaro-rs 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 FreeFull/ngaro-rs against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 19ed80ebe85db26d358ce55fb1c2699c627f62d8ef5ab2d7c711788621fc2682 [INFO] running `"docker" "start" "-a" "19ed80ebe85db26d358ce55fb1c2699c627f62d8ef5ab2d7c711788621fc2682"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling ngaro-rs v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | let mut stdin: Box = Box::new(stdin.lock()); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/cpu.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | None => return $rval, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | self.ip = get_memory!(self, self.ip, panic!("Jump out of bounds.")) - 1; [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Empty` [INFO] [stderr] --> src/cpu.rs:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | Empty, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.99s [INFO] running `"docker" "inspect" "19ed80ebe85db26d358ce55fb1c2699c627f62d8ef5ab2d7c711788621fc2682"` [INFO] running `"docker" "rm" "-f" "19ed80ebe85db26d358ce55fb1c2699c627f62d8ef5ab2d7c711788621fc2682"` [INFO] [stdout] 19ed80ebe85db26d358ce55fb1c2699c627f62d8ef5ab2d7c711788621fc2682 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 379b4ed2fcd962886edfe72b70dc55708b6ebbc603d037a40b8edfed653877cf [INFO] running `"docker" "start" "-a" "379b4ed2fcd962886edfe72b70dc55708b6ebbc603d037a40b8edfed653877cf"` [INFO] [stderr] Compiling ngaro-rs v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | let mut stdin: Box = Box::new(stdin.lock()); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/cpu.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | None => return $rval, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | self.ip = get_memory!(self, self.ip, panic!("Jump out of bounds.")) - 1; [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Empty` [INFO] [stderr] --> src/cpu.rs:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | Empty, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `"docker" "inspect" "379b4ed2fcd962886edfe72b70dc55708b6ebbc603d037a40b8edfed653877cf"` [INFO] running `"docker" "rm" "-f" "379b4ed2fcd962886edfe72b70dc55708b6ebbc603d037a40b8edfed653877cf"` [INFO] [stdout] 379b4ed2fcd962886edfe72b70dc55708b6ebbc603d037a40b8edfed653877cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/FreeFull/ngaro-rs:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 4e44db6e5e79913cbbcfc8b2fc1dcd0ade763bb66ed2f0c1e05860991ac33d1f [INFO] running `"docker" "start" "-a" "4e44db6e5e79913cbbcfc8b2fc1dcd0ade763bb66ed2f0c1e05860991ac33d1f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/ngaro_rs-ad38810c56bee270 [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" "4e44db6e5e79913cbbcfc8b2fc1dcd0ade763bb66ed2f0c1e05860991ac33d1f"` [INFO] running `"docker" "rm" "-f" "4e44db6e5e79913cbbcfc8b2fc1dcd0ade763bb66ed2f0c1e05860991ac33d1f"` [INFO] [stdout] 4e44db6e5e79913cbbcfc8b2fc1dcd0ade763bb66ed2f0c1e05860991ac33d1f