[INFO] cloning repository https://github.com/FreeFull/ngaro-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FreeFull/ngaro-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeFull%2Fngaro-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeFull%2Fngaro-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f016d8512c4532aa8b2132a8a14c86945df29856 [INFO] checking FreeFull/ngaro-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeFull%2Fngaro-rs" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FreeFull/ngaro-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/FreeFull/ngaro-rs [INFO] finished tweaking git repo https://github.com/FreeFull/ngaro-rs [INFO] tweaked toml for git repo https://github.com/FreeFull/ngaro-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/FreeFull/ngaro-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b84e058335651aec3b9252c98a857868d5287577109824408b21e578f97d3282 [INFO] running `"docker" "start" "-a" "b84e058335651aec3b9252c98a857868d5287577109824408b21e578f97d3282"` [INFO] [stderr] Checking serde v1.0.34 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking regex-syntax v0.5.3 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Checking regex v0.2.10 [INFO] [stderr] Compiling serde_derive_internals v0.22.0 [INFO] [stderr] Compiling serde_derive v1.0.34 [INFO] [stderr] Checking docopt v0.8.3 [INFO] [stderr] Checking ngaro-rs v0.0.2 (/opt/rustwide/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] | ^^^^^^ unreachable expression [INFO] [stderr] ... [INFO] [stderr] 133 | self.ip = get_memory!(self, self.ip, panic!("Jump out of bounds.")) - 1; [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [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: 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] warning: unreachable expression [INFO] [stderr] --> src/cpu.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | None => return $rval, [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] ... [INFO] [stderr] 133 | self.ip = get_memory!(self, self.ip, panic!("Jump out of bounds.")) - 1; [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 31.91s [INFO] running `"docker" "inspect" "b84e058335651aec3b9252c98a857868d5287577109824408b21e578f97d3282"` [INFO] running `"docker" "rm" "-f" "b84e058335651aec3b9252c98a857868d5287577109824408b21e578f97d3282"` [INFO] [stdout] b84e058335651aec3b9252c98a857868d5287577109824408b21e578f97d3282