[INFO] cloning repository https://github.com/pitdicker/valet_parking [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pitdicker/valet_parking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpitdicker%2Fvalet_parking", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpitdicker%2Fvalet_parking'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46b460a34cef2395eead1e69c241d2651bf8a830 [INFO] testing pitdicker/valet_parking against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpitdicker%2Fvalet_parking" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pitdicker/valet_parking on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pitdicker/valet_parking [INFO] finished tweaking git repo https://github.com/pitdicker/valet_parking [INFO] tweaked toml for git repo https://github.com/pitdicker/valet_parking written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89a7c104ff079afac27972774f883b05520ed01fcc406b989e4c75329fd58e72 [INFO] running `Command { std: "docker" "start" "-a" "89a7c104ff079afac27972774f883b05520ed01fcc406b989e4c75329fd58e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89a7c104ff079afac27972774f883b05520ed01fcc406b989e4c75329fd58e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89a7c104ff079afac27972774f883b05520ed01fcc406b989e4c75329fd58e72", kill_on_drop: false }` [INFO] [stdout] 89a7c104ff079afac27972774f883b05520ed01fcc406b989e4c75329fd58e72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebf4ced03d3c132140f20ac7e5496d5ea41e97b8efb4d4551a13c7e96d95b4f5 [INFO] running `Command { std: "docker" "start" "-a" "ebf4ced03d3c132140f20ac7e5496d5ea41e97b8efb4d4551a13c7e96d95b4f5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling valet_parking v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | let old = atomic.compare_and_swap(expected, expected | HAS_WAITERS, Ordering::Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | let old = atomic.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | let old = atomic.compare_and_swap(current, current | ptr, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | atomic.compare_and_swap(current, current & !RESERVED_MASK, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/waiter_queue.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let old = atomic.compare_and_swap(current, me, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `Command { std: "docker" "inspect" "ebf4ced03d3c132140f20ac7e5496d5ea41e97b8efb4d4551a13c7e96d95b4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebf4ced03d3c132140f20ac7e5496d5ea41e97b8efb4d4551a13c7e96d95b4f5", kill_on_drop: false }` [INFO] [stdout] ebf4ced03d3c132140f20ac7e5496d5ea41e97b8efb4d4551a13c7e96d95b4f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80f6b442651b21242b816da5629b5e2449ddeac71c587d015da03b0c164a781e [INFO] running `Command { std: "docker" "start" "-a" "80f6b442651b21242b816da5629b5e2449ddeac71c587d015da03b0c164a781e", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | let old = atomic.compare_and_swap(expected, expected | HAS_WAITERS, Ordering::Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling valet_parking v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | let old = atomic.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | let old = atomic.compare_and_swap(current, current | ptr, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | atomic.compare_and_swap(current, current & !RESERVED_MASK, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/waiter_queue.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let old = atomic.compare_and_swap(current, me, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | let old = atomic.compare_and_swap(expected, expected | HAS_WAITERS, Ordering::Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> examples/test_synchronization.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | .compare_and_swap(state, RUNNING, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/futex/mod.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | let old = atomic.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | let old = atomic.compare_and_swap(current, current | ptr, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/posix.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | atomic.compare_and_swap(current, current & !RESERVED_MASK, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/waiter_queue.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let old = atomic.compare_and_swap(current, me, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | imp_futex!(AtomicU32, u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/futex/linux.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | imp_futex!(AtomicI32, i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "80f6b442651b21242b816da5629b5e2449ddeac71c587d015da03b0c164a781e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80f6b442651b21242b816da5629b5e2449ddeac71c587d015da03b0c164a781e", kill_on_drop: false }` [INFO] [stdout] 80f6b442651b21242b816da5629b5e2449ddeac71c587d015da03b0c164a781e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a91755763e9121da503664355c5f5f07d3e86848cb49692211f233684e10935c [INFO] running `Command { std: "docker" "start" "-a" "a91755763e9121da503664355c5f5f07d3e86848cb49692211f233684e10935c", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/futex/mod.rs:99:22 [INFO] [stderr] | [INFO] [stderr] 99 | let old = atomic.compare_and_swap(expected, expected | HAS_WAITERS, Ordering::Relaxed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/futex/mod.rs:109:26 [INFO] [stderr] | [INFO] [stderr] 109 | let old = atomic.compare_and_swap( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/posix.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | let old = atomic.compare_and_swap(current, current | ptr, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/posix.rs:146:28 [INFO] [stderr] | [INFO] [stderr] 146 | atomic.compare_and_swap(current, current & !RESERVED_MASK, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/waiter_queue.rs:29:26 [INFO] [stderr] | [INFO] [stderr] 29 | let old = atomic.compare_and_swap(current, me, Ordering::Release); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/futex/linux.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | imp_futex!(AtomicU32, u32); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/futex/linux.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | imp_futex!(AtomicU32, u32); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/futex/linux.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | imp_futex!(AtomicI32, i32); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/futex/linux.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | let ptr = self.as_mut_ptr() as *mut i32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | imp_futex!(AtomicI32, i32); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AtomicAsMutPtr::as_mut_ptr(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `imp_futex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `valet_parking` (lib) generated 9 warnings [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/futex/mod.rs:99:22 [INFO] [stderr] | [INFO] [stderr] 99 | let old = atomic.compare_and_swap(expected, expected | HAS_WAITERS, Ordering::Relaxed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/futex/mod.rs:109:26 [INFO] [stderr] | [INFO] [stderr] 109 | let old = atomic.compare_and_swap( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/posix.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | let old = atomic.compare_and_swap(current, current | ptr, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/posix.rs:146:28 [INFO] [stderr] | [INFO] [stderr] 146 | atomic.compare_and_swap(current, current & !RESERVED_MASK, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/waiter_queue.rs:29:26 [INFO] [stderr] | [INFO] [stderr] 29 | let old = atomic.compare_and_swap(current, me, Ordering::Release); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `valet_parking` (lib test) generated 9 warnings (4 duplicates) [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> examples/test_synchronization.rs:84:26 [INFO] [stderr] | [INFO] [stderr] 84 | .compare_and_swap(state, RUNNING, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `valet_parking` (example "test_synchronization") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/valet_parking-ce4a6f22e19a3a2d) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test futex::test::futex_checks_condition ... ok [INFO] [stdout] test futex::test::futex_waits_and_wakes ... ok [INFO] [stdout] test futex::test::futex_wakes_from_timeout ... ok [INFO] [stdout] test test::unpark_timeout ... ok [INFO] [stderr] Doc-tests valet_parking [INFO] [stdout] test test::unpark_ordering ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.52s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a91755763e9121da503664355c5f5f07d3e86848cb49692211f233684e10935c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a91755763e9121da503664355c5f5f07d3e86848cb49692211f233684e10935c", kill_on_drop: false }` [INFO] [stdout] a91755763e9121da503664355c5f5f07d3e86848cb49692211f233684e10935c