[INFO] fetching crate futex 0.1.3...
[INFO] checking futex-0.1.3 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate futex 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate futex 0.1.3 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded integer-atomics v1.0.2
[INFO] [stderr]   Downloaded lock-wrappers v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cb3fb8410c0174fc445d5347e3679a0970bcf3c712736f9d145c708929d51658
[INFO] running `Command { std: "docker" "start" "-a" "cb3fb8410c0174fc445d5347e3679a0970bcf3c712736f9d145c708929d51658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb3fb8410c0174fc445d5347e3679a0970bcf3c712736f9d145c708929d51658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb3fb8410c0174fc445d5347e3679a0970bcf3c712736f9d145c708929d51658", kill_on_drop: false }`
[INFO] [stdout] cb3fb8410c0174fc445d5347e3679a0970bcf3c712736f9d145c708929d51658
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97f8bd09ee94fdc09f0f9f083c325e1d59bb1f62231552a74a2499388f336703
[INFO] running `Command { std: "docker" "start" "-a" "97f8bd09ee94fdc09f0f9f083c325e1d59bb1f62231552a74a2499388f336703", kill_on_drop: false }`
[INFO] [stderr]     Checking integer-atomics v1.0.2
[INFO] [stderr]     Checking lock-wrappers v0.1.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] running `Command { std: "docker" "inspect" "97f8bd09ee94fdc09f0f9f083c325e1d59bb1f62231552a74a2499388f336703", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97f8bd09ee94fdc09f0f9f083c325e1d59bb1f62231552a74a2499388f336703", kill_on_drop: false }`
[INFO] [stdout] 97f8bd09ee94fdc09f0f9f083c325e1d59bb1f62231552a74a2499388f336703
[INFO] checking futex-0.1.3 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate futex 0.1.3 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate futex 0.1.3 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 284913c97ec5831b668831b388352282e488b0147034faf2ba9c1bc7067235a2
[INFO] running `Command { std: "docker" "start" "-a" "284913c97ec5831b668831b388352282e488b0147034faf2ba9c1bc7067235a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "284913c97ec5831b668831b388352282e488b0147034faf2ba9c1bc7067235a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "284913c97ec5831b668831b388352282e488b0147034faf2ba9c1bc7067235a2", kill_on_drop: false }`
[INFO] [stdout] 284913c97ec5831b668831b388352282e488b0147034faf2ba9c1bc7067235a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ab0277ed357975a256620d6773b92f1d9c2b2352c10640ac2c856f421b5075d
[INFO] running `Command { std: "docker" "start" "-a" "2ab0277ed357975a256620d6773b92f1d9c2b2352c10640ac2c856f421b5075d", 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" "2ab0277ed357975a256620d6773b92f1d9c2b2352c10640ac2c856f421b5075d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ab0277ed357975a256620d6773b92f1d9c2b2352c10640ac2c856f421b5075d", kill_on_drop: false }`
[INFO] [stdout] 2ab0277ed357975a256620d6773b92f1d9c2b2352c10640ac2c856f421b5075d
