[INFO] updating cached repository https://github.com/rainbowbismuth/gbcc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a6576032bc5920ebc58bc2642b318bcc893b8959 [INFO] testing rainbowbismuth/gbcc against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frainbowbismuth%2Fgbcc" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rainbowbismuth/gbcc on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rainbowbismuth/gbcc [INFO] finished tweaking git repo https://github.com/rainbowbismuth/gbcc [INFO] tweaked toml for git repo https://github.com/rainbowbismuth/gbcc written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rainbowbismuth/gbcc already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] dd32150b4392c71fc12b0bfa5eaf3723d09d5816ea0d4827ca6a2aaf090ff9b6 [INFO] running `"docker" "start" "-a" "dd32150b4392c71fc12b0bfa5eaf3723d09d5816ea0d4827ca6a2aaf090ff9b6"` [INFO] [stderr] Compiling gbcc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `fnv::FnvHashSet` [INFO] [stderr] --> src/dataflow/dominator.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fnv::FnvHashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `label` [INFO] [stderr] --> src/dataflow/dominator.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | fn join(&mut self, other: &Self, label: Label) -> bool { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_label` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `label` [INFO] [stderr] --> src/dataflow/dominator.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | label: Label, [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_label` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `label` [INFO] [stderr] --> src/dataflow/graph.rs:94:39 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn direct_predecessors(&self, label: Label) -> Vec