[INFO] cloning repository https://github.com/pengowen123/blocks [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pengowen123/blocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fblocks"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fblocks'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66adc275ef39c2b6b6e375e9df671a4ab789f57a [INFO] checking pengowen123/blocks against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fblocks" "/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/pengowen123/blocks on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pengowen123/blocks [INFO] finished tweaking git repo https://github.com/pengowen123/blocks [INFO] tweaked toml for git repo https://github.com/pengowen123/blocks written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/pengowen123/blocks already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] e16cf3ed321cd994828e9e531d395716876bf1b4dc2fbe10ec2251ea65cdb69d [INFO] running `"docker" "start" "-a" "e16cf3ed321cd994828e9e531d395716876bf1b4dc2fbe10ec2251ea65cdb69d"` [INFO] [stderr] Checking blocks v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `remove_dead_temp` in this scope [INFO] [stderr] --> src/tests/ir.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | remove_dead_temp(&mut ir); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `remove_dead_code` [INFO] [stderr] | [INFO] [stderr] ::: src/ir/optimizer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn remove_dead_code(ir: &mut Vec) { [INFO] [stderr] | ----------------------------------------- similarly named function `remove_dead_code` defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `blocks`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused variable: `ir` [INFO] [stderr] --> src/ir/optimizer.rs:3:14 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn opt_0(ir: &mut Vec) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ir` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ir` [INFO] [stderr] --> src/ir/optimizer.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn remove_dead_code(ir: &mut Vec) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ir` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/utils.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_code_size` [INFO] [stderr] --> src/compile_utils.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn get_code_size(ir: &[Ir]) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `opt_0` [INFO] [stderr] --> src/ir/optimizer.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn opt_0(ir: &mut Vec) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `question_mark` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(question_mark)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e16cf3ed321cd994828e9e531d395716876bf1b4dc2fbe10ec2251ea65cdb69d"` [INFO] running `"docker" "rm" "-f" "e16cf3ed321cd994828e9e531d395716876bf1b4dc2fbe10ec2251ea65cdb69d"` [INFO] [stdout] e16cf3ed321cd994828e9e531d395716876bf1b4dc2fbe10ec2251ea65cdb69d