[INFO] cloning repository https://github.com/fhaynes/palladium [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fhaynes/palladium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffhaynes%2Fpalladium"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffhaynes%2Fpalladium'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c9657738100c1f20610198d54087a667798f663 [INFO] checking fhaynes/palladium against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffhaynes%2Fpalladium" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fhaynes/palladium 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/fhaynes/palladium [INFO] finished tweaking git repo https://github.com/fhaynes/palladium [INFO] tweaked toml for git repo https://github.com/fhaynes/palladium written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/fhaynes/palladium 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] Downloading crates ... [INFO] [stderr] Downloaded iridium v0.0.33 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stdout] bfa0552849263aa7f2eaa38ea417c5f8f45e493952a81e73840aea6707744f2f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "bfa0552849263aa7f2eaa38ea417c5f8f45e493952a81e73840aea6707744f2f"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v1.1.5 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking iridium v0.0.33 [INFO] [stderr] Checking palladium v0.0.26 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/factor_parsers.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | / named!(pub factor, [INFO] [stderr] 146 | | ws!( [INFO] [stderr] 147 | | do_parse!( [INFO] [stderr] 148 | | f: alt!( [INFO] [stderr] ... | [INFO] [stderr] 162 | | ) [INFO] [stderr] 163 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` 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: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/factor_parsers.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | / named!(pub factor, [INFO] [stderr] 146 | | ws!( [INFO] [stderr] 147 | | do_parse!( [INFO] [stderr] 148 | | f: alt!( [INFO] [stderr] ... | [INFO] [stderr] 162 | | ) [INFO] [stderr] 163 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [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: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/factor_parsers.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | / named!(pub factor, [INFO] [stderr] 146 | | ws!( [INFO] [stderr] 147 | | do_parse!( [INFO] [stderr] 148 | | f: alt!( [INFO] [stderr] ... | [INFO] [stderr] 162 | | ) [INFO] [stderr] 163 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` 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: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/factor_parsers.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | / named!(pub factor, [INFO] [stderr] 146 | | ws!( [INFO] [stderr] 147 | | do_parse!( [INFO] [stderr] 148 | | f: alt!( [INFO] [stderr] ... | [INFO] [stderr] 162 | | ) [INFO] [stderr] 163 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 52.53s [INFO] running `"docker" "inspect" "bfa0552849263aa7f2eaa38ea417c5f8f45e493952a81e73840aea6707744f2f"` [INFO] running `"docker" "rm" "-f" "bfa0552849263aa7f2eaa38ea417c5f8f45e493952a81e73840aea6707744f2f"` [INFO] [stdout] bfa0552849263aa7f2eaa38ea417c5f8f45e493952a81e73840aea6707744f2f