[INFO] fetching crate locklessness 0.2.1... [INFO] testing locklessness-0.2.1 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate locklessness 0.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate locklessness 0.2.1 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate locklessness 0.2.1 [INFO] finished tweaking crates.io crate locklessness 0.2.1 [INFO] tweaked toml for crates.io crate locklessness 0.2.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", 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] 2fcbc37b5427a242d20b32d2dc3122fab3724a41b8bd4f52fe7eb64d8f2e5480 [INFO] running `Command { std: "docker" "start" "-a" "2fcbc37b5427a242d20b32d2dc3122fab3724a41b8bd4f52fe7eb64d8f2e5480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fcbc37b5427a242d20b32d2dc3122fab3724a41b8bd4f52fe7eb64d8f2e5480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fcbc37b5427a242d20b32d2dc3122fab3724a41b8bd4f52fe7eb64d8f2e5480", kill_on_drop: false }` [INFO] [stdout] 2fcbc37b5427a242d20b32d2dc3122fab3724a41b8bd4f52fe7eb64d8f2e5480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--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] 8c38f17aac9c4c9c2720a16b439954f65d96570be4c16c0d7863b959e5b26fc4 [INFO] running `Command { std: "docker" "start" "-a" "8c38f17aac9c4c9c2720a16b439954f65d96570be4c16c0d7863b959e5b26fc4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling locklessness v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/containers/atomic_cell.rs:35:73 [INFO] [stdout] | [INFO] [stdout] 35 | let scratch = Scratch::new(storage.none_storing_iter(id_limit));; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpsc_queue.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpmc_queue.rs:201:47 [INFO] [stdout] | [INFO] [stdout] 201 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpsc_queue.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpmc_queue.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "8c38f17aac9c4c9c2720a16b439954f65d96570be4c16c0d7863b959e5b26fc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c38f17aac9c4c9c2720a16b439954f65d96570be4c16c0d7863b959e5b26fc4", kill_on_drop: false }` [INFO] [stdout] 8c38f17aac9c4c9c2720a16b439954f65d96570be4c16c0d7863b959e5b26fc4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4843ef0b88cfc15b006e8f8fd988982d731db701367b1c8f35da514df87cc24 [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" "c4843ef0b88cfc15b006e8f8fd988982d731db701367b1c8f35da514df87cc24", kill_on_drop: false }` [INFO] [stderr] Compiling locklessness v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/containers/atomic_cell.rs:35:73 [INFO] [stdout] | [INFO] [stdout] 35 | let scratch = Scratch::new(storage.none_storing_iter(id_limit));; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpsc_queue.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpmc_queue.rs:201:47 [INFO] [stdout] | [INFO] [stdout] 201 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpsc_queue.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpmc_queue.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `locklessness` [INFO] [stdout] error[E0463]: can't find crate for `lockless` [INFO] [stdout] --> tests/mpmc.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate lockless; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0463]: can't find crate for `lockless` [INFO] [stdout] --> tests/mpsc.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate lockless; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/containers/atomic_cell.rs:35:73 [INFO] [stdout] | [INFO] [stdout] 35 | let scratch = Scratch::new(storage.none_storing_iter(id_limit));; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpsc_queue.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `futures::task::park`: renamed to `current` [INFO] [stdout] --> src/sync/mpmc_queue.rs:201:47 [INFO] [stdout] | [INFO] [stdout] 201 | self.task_storage.replace(place, Some(task::park())); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpsc_queue.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/sync/mpmc_queue.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | task.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c4843ef0b88cfc15b006e8f8fd988982d731db701367b1c8f35da514df87cc24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4843ef0b88cfc15b006e8f8fd988982d731db701367b1c8f35da514df87cc24", kill_on_drop: false }` [INFO] [stdout] c4843ef0b88cfc15b006e8f8fd988982d731db701367b1c8f35da514df87cc24