[INFO] fetching crate futex 0.1.3...
[INFO] checking futex-0.1.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate futex 0.1.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate futex 0.1.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate futex 0.1.3
[INFO] finished tweaking crates.io crate futex 0.1.3
[INFO] tweaked toml for crates.io crate futex 0.1.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lock-wrappers v0.1.2
[INFO] [stderr]   Downloaded integer-atomics v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 515c40412d3f78615499b7f0fdfc121ac4b4a02c2bf63cea657c937adc53c3f7
[INFO] running `Command { std: "docker" "start" "-a" "515c40412d3f78615499b7f0fdfc121ac4b4a02c2bf63cea657c937adc53c3f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "515c40412d3f78615499b7f0fdfc121ac4b4a02c2bf63cea657c937adc53c3f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "515c40412d3f78615499b7f0fdfc121ac4b4a02c2bf63cea657c937adc53c3f7", kill_on_drop: false }`
[INFO] [stdout] 515c40412d3f78615499b7f0fdfc121ac4b4a02c2bf63cea657c937adc53c3f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02996a83e64f03c97ab7f6fd022fcfb09b57cb700db24c7e9b9f4ea2fa854fc0
[INFO] running `Command { std: "docker" "start" "-a" "02996a83e64f03c97ab7f6fd022fcfb09b57cb700db24c7e9b9f4ea2fa854fc0", kill_on_drop: false }`
[INFO] [stderr]     Checking lock-wrappers v0.1.2
[INFO] [stderr]     Checking integer-atomics v1.0.2
[INFO] [stderr]     Checking futex v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `Futex` in the current scope
[INFO] [stdout]   --> src/raw/mod.rs:20:37
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let futex = Arc::new(Mutex::new());
[INFO] [stdout]    |                                     ^^^ function or associated item not found in `Futex`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/raw/futex.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Futex {
[INFO] [stdout]    | ---------------- function or associated item `new` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `integer_atomics::atomic::IntCast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `RwFutex2` in the current scope
[INFO] [stdout]   --> src/raw/mod.rs:33:38
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let futex = Arc::new(RwLock::new());
[INFO] [stdout]    |                                      ^^^ function or associated item not found in `RwFutex2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/raw/rwfutex4.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct RwFutex2 {
[INFO] [stdout]    | ------------------- function or associated item `new` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `integer_atomics::atomic::IntCast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futex` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::RwLock` in the current scope
[INFO] [stdout]   --> examples/main.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let futex = Arc::new(RwLock::new());
[INFO] [stdout]    |                                  ^^^ function or associated item not found in `RwLock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futex` (example "main") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "02996a83e64f03c97ab7f6fd022fcfb09b57cb700db24c7e9b9f4ea2fa854fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02996a83e64f03c97ab7f6fd022fcfb09b57cb700db24c7e9b9f4ea2fa854fc0", kill_on_drop: false }`
[INFO] [stdout] 02996a83e64f03c97ab7f6fd022fcfb09b57cb700db24c7e9b9f4ea2fa854fc0
