[INFO] fetching crate padlock 0.2.0... [INFO] testing padlock-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate padlock 0.2.0 into /workspace/builds/worker-73/source [INFO] validating manifest of crates.io crate padlock 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate padlock 0.2.0 [INFO] finished tweaking crates.io crate padlock 0.2.0 [INFO] tweaked toml for crates.io crate padlock 0.2.0 written to /workspace/builds/worker-73/source/Cargo.toml [INFO] crate crates.io crate padlock 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d983390832d3d365fdb3f29305766838b8b61f27330592b06a77ae4394a2e783 [INFO] running `Command { std: "docker" "start" "-a" "d983390832d3d365fdb3f29305766838b8b61f27330592b06a77ae4394a2e783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d983390832d3d365fdb3f29305766838b8b61f27330592b06a77ae4394a2e783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d983390832d3d365fdb3f29305766838b8b61f27330592b06a77ae4394a2e783", kill_on_drop: false }` [INFO] [stdout] d983390832d3d365fdb3f29305766838b8b61f27330592b06a77ae4394a2e783 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98865795d7930c22ac966130724bb0fa2e1e796c36e2bb79275c64f7375ca340 [INFO] running `Command { std: "docker" "start" "-a" "98865795d7930c22ac966130724bb0fa2e1e796c36e2bb79275c64f7375ca340", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling padlock v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "98865795d7930c22ac966130724bb0fa2e1e796c36e2bb79275c64f7375ca340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98865795d7930c22ac966130724bb0fa2e1e796c36e2bb79275c64f7375ca340", kill_on_drop: false }` [INFO] [stdout] 98865795d7930c22ac966130724bb0fa2e1e796c36e2bb79275c64f7375ca340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 202d98ab97b3825dfb5591bf947dcaa1b512cbd8c0eae53b073c6ea1fcdcc800 [INFO] running `Command { std: "docker" "start" "-a" "202d98ab97b3825dfb5591bf947dcaa1b512cbd8c0eae53b073c6ea1fcdcc800", kill_on_drop: false }` [INFO] [stderr] Compiling padlock v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/mutex.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_read.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | atomic::spin_loop_hint [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/rw_write.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | Err(_) => spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `age` [INFO] [stdout] --> examples/mutex.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | age: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Person` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> examples/mutex.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/mutex.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | name: String [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Person` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> examples/mutex.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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 test [unoptimized + debuginfo] target(s) in 1.10s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "202d98ab97b3825dfb5591bf947dcaa1b512cbd8c0eae53b073c6ea1fcdcc800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "202d98ab97b3825dfb5591bf947dcaa1b512cbd8c0eae53b073c6ea1fcdcc800", kill_on_drop: false }` [INFO] [stdout] 202d98ab97b3825dfb5591bf947dcaa1b512cbd8c0eae53b073c6ea1fcdcc800 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 00d5a0c7a44ea0b4e9bf97834fbf86e20a90f73142dd5f06407900dd53ec6299 [INFO] running `Command { std: "docker" "start" "-a" "00d5a0c7a44ea0b4e9bf97834fbf86e20a90f73142dd5f06407900dd53ec6299", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/mutex.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | atomic::spin_loop_hint [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/mutex.rs:37:23 [INFO] [stderr] | [INFO] [stderr] 37 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/mutex.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_read.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | atomic::spin_loop_hint [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_read.rs:30:23 [INFO] [stderr] | [INFO] [stderr] 30 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_read.rs:53:23 [INFO] [stderr] | [INFO] [stderr] 53 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_write.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | atomic::spin_loop_hint [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_write.rs:37:23 [INFO] [stderr] | [INFO] [stderr] 37 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/rw_write.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | Err(_) => spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `padlock` (lib) generated 9 warnings [INFO] [stderr] warning: `padlock` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] warning: field is never read: `age` [INFO] [stderr] --> examples/mutex.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | age: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Person` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> examples/mutex.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/mutex.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | name: String [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Person` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> examples/mutex.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `padlock` (example "mutex") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/padlock-c960736e699a3667) [INFO] [stderr] Running tests/mutex.rs (/opt/rustwide/target/debug/deps/mutex-240eb48b3a38823e) [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running tests/rwlock.rs (/opt/rustwide/target/debug/deps/rwlock-3121c0db4fce3f9a) [INFO] [stdout] test mutex_lock ... ok [INFO] [stdout] test get_mutex_lock ... ok [INFO] [stdout] test get_mutex_lock_panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests padlock [INFO] [stdout] running 2 tests [INFO] [stdout] test get_rw_lock ... ok [INFO] [stdout] test rw_lock ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/mutex.rs - mutex::mutex_lock (line 14) ... ignored [INFO] [stdout] test src/mutex.rs - mutex::mutex_lock (line 19) ... ignored [INFO] [stdout] test src/rw_read.rs - rw_read::rw_read_lock (line 12) ... ignored [INFO] [stdout] test src/rw_write.rs - rw_write::rw_write_lock (line 14) ... ignored [INFO] [stdout] test src/rw_write.rs - rw_write::rw_write_lock (line 19) ... ignored [INFO] [stdout] test src/lib.rs - (line 15) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "00d5a0c7a44ea0b4e9bf97834fbf86e20a90f73142dd5f06407900dd53ec6299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00d5a0c7a44ea0b4e9bf97834fbf86e20a90f73142dd5f06407900dd53ec6299", kill_on_drop: false }` [INFO] [stdout] 00d5a0c7a44ea0b4e9bf97834fbf86e20a90f73142dd5f06407900dd53ec6299