[INFO] cloning repository https://github.com/Moggers/watertank-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Moggers/watertank-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fwatertank-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fwatertank-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4db69ec75dc041a6433c508bd0f943e2abad14c [INFO] checking Moggers/watertank-rs against master#0a8629bff642c3c3b84bb644c0099194f063b627 for pr-86231 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fwatertank-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Moggers/watertank-rs on toolchain 0a8629bff642c3c3b84bb644c0099194f063b627 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/Moggers/watertank-rs [INFO] finished tweaking git repo https://github.com/Moggers/watertank-rs [INFO] tweaked toml for git repo https://github.com/Moggers/watertank-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Moggers/watertank-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3f738a611140a23f3fcbbe7b668a8db1cc8dbd40307e4ee322dd918291565c8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f3f738a611140a23f3fcbbe7b668a8db1cc8dbd40307e4ee322dd918291565c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3f738a611140a23f3fcbbe7b668a8db1cc8dbd40307e4ee322dd918291565c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3f738a611140a23f3fcbbe7b668a8db1cc8dbd40307e4ee322dd918291565c8", kill_on_drop: false }` [INFO] [stdout] f3f738a611140a23f3fcbbe7b668a8db1cc8dbd40307e4ee322dd918291565c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 877310b5e71c0033c7bcf6a3e2b08e25b8db866e861e74ce332b48013f0ba92e [INFO] running `Command { std: "docker" "start" "-a" "877310b5e71c0033c7bcf6a3e2b08e25b8db866e861e74ce332b48013f0ba92e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.41 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling bindgen v0.37.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Checking bare-metal v0.2.0 [INFO] [stderr] Checking volatile-register v0.1.2 [INFO] [stderr] Checking linked_list_allocator v0.6.1 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `core::alloc::Alloc`, `core::alloc::AllocErr`, `core::alloc::Opaque` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/lib.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | use core::alloc::{Alloc, AllocErr, GlobalAlloc, Layout, Opaque}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^ no `Opaque` in `alloc` [INFO] [stdout] | | | [INFO] [stdout] | | no `AllocErr` in `alloc` [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `core::alloc::AllocErr`, `core::alloc::Opaque` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/hole.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use core::alloc::{AllocErr, Layout, Opaque}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^ no `Opaque` in `alloc` [INFO] [stdout] | | [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] | help: a similar name exists in the module: `AllocError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `linked_list_allocator` [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] error: build failed [INFO] running `Command { std: "docker" "inspect" "877310b5e71c0033c7bcf6a3e2b08e25b8db866e861e74ce332b48013f0ba92e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "877310b5e71c0033c7bcf6a3e2b08e25b8db866e861e74ce332b48013f0ba92e", kill_on_drop: false }` [INFO] [stdout] 877310b5e71c0033c7bcf6a3e2b08e25b8db866e861e74ce332b48013f0ba92e