[INFO] crate futex 0.1.3 is already in cache [INFO] testing futex-0.1.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate futex 0.1.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate futex 0.1.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cfe81e39af2e2f7dfa7ae617ccbc22f246a57b021c2a4ef4f54ed11adf9022f6 [INFO] running `"docker" "start" "-a" "cfe81e39af2e2f7dfa7ae617ccbc22f246a57b021c2a4ef4f54ed11adf9022f6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling integer-atomics v1.0.2 [INFO] [stderr] Compiling lock-wrappers v0.1.2 [INFO] [stderr] Compiling futex v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "cfe81e39af2e2f7dfa7ae617ccbc22f246a57b021c2a4ef4f54ed11adf9022f6"` [INFO] running `"docker" "rm" "-f" "cfe81e39af2e2f7dfa7ae617ccbc22f246a57b021c2a4ef4f54ed11adf9022f6"` [INFO] [stdout] cfe81e39af2e2f7dfa7ae617ccbc22f246a57b021c2a4ef4f54ed11adf9022f6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 618099d03bd7b584c5f540b52e6a2ce230c4be7b2e8ca6872c9eadd089a1bde3 [INFO] running `"docker" "start" "-a" "618099d03bd7b584c5f540b52e6a2ce230c4be7b2e8ca6872c9eadd089a1bde3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futex v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `futex::raw::RwLock` in the current scope [INFO] [stderr] --> examples/main.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | let futex = Arc::new(RwLock::new()); [INFO] [stderr] | ^^^ function or associated item not found in `futex::raw::RwLock` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | let futex2 = futex.clone(); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:15:11 [INFO] [stderr] | [INFO] [stderr] 15 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:32:11 [INFO] [stderr] | [INFO] [stderr] 32 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_write` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:38:11 [INFO] [stderr] | [INFO] [stderr] 38 | futex.acquire_write(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_write` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> examples/main.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | futex.release_write(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `futex`. [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[E0599]: no function or associated item named `new` found for struct `raw::futex::Futex` in the current scope [INFO] [stderr] --> src/raw/mod.rs:20:37 [INFO] [stderr] | [INFO] [stderr] 20 | let futex = Arc::new(Mutex::new()); [INFO] [stderr] | ^^^ function or associated item not found in `raw::futex::Futex` [INFO] [stderr] | [INFO] [stderr] ::: src/raw/futex.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct Futex { [INFO] [stderr] | ---------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `integer_atomics::atomic::IntCast` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | let futex2 = futex.clone(); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | futex.acquire(); [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | futex.acquire(); [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:28:15 [INFO] [stderr] | [INFO] [stderr] 28 | futex.release(); [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `raw::rwfutex4::RwFutex2` in the current scope [INFO] [stderr] --> src/raw/mod.rs:33:38 [INFO] [stderr] | [INFO] [stderr] 33 | let futex = Arc::new(RwLock::new()); [INFO] [stderr] | ^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` [INFO] [stderr] | [INFO] [stderr] ::: src/raw/rwfutex4.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct RwFutex2 { [INFO] [stderr] | ------------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `integer_atomics::atomic::IntCast` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | let futex2 = futex.clone(); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:36:15 [INFO] [stderr] | [INFO] [stderr] 36 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `acquire_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:48:15 [INFO] [stderr] | [INFO] [stderr] 48 | futex.acquire_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `release_read` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/raw/mod.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | futex.release_read(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `futex` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "618099d03bd7b584c5f540b52e6a2ce230c4be7b2e8ca6872c9eadd089a1bde3"` [INFO] running `"docker" "rm" "-f" "618099d03bd7b584c5f540b52e6a2ce230c4be7b2e8ca6872c9eadd089a1bde3"` [INFO] [stdout] 618099d03bd7b584c5f540b52e6a2ce230c4be7b2e8ca6872c9eadd089a1bde3