[INFO] cloning repository https://github.com/phlip9/queue_experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phlip9/queue_experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Fqueue_experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Fqueue_experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54082550ea630877ee295f1b6a40110989d05dcb [INFO] testing phlip9/queue_experiments against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Fqueue_experiments" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phlip9/queue_experiments on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/rust-toolchain [INFO] started tweaking git repo https://github.com/phlip9/queue_experiments [INFO] finished tweaking git repo https://github.com/phlip9/queue_experiments [INFO] tweaked toml for git repo https://github.com/phlip9/queue_experiments written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/phlip9/queue_experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded loom v0.2.15 [INFO] [stderr] Downloaded tokio-test v0.2.0 [INFO] [stderr] Downloaded generator v0.6.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe6584b32d38a3836d71cfec7a7e35b46731f5f476750ec3c5c5514a22102ece [INFO] running `Command { std: "docker" "start" "-a" "fe6584b32d38a3836d71cfec7a7e35b46731f5f476750ec3c5c5514a22102ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe6584b32d38a3836d71cfec7a7e35b46731f5f476750ec3c5c5514a22102ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe6584b32d38a3836d71cfec7a7e35b46731f5f476750ec3c5c5514a22102ece", kill_on_drop: false }` [INFO] [stdout] fe6584b32d38a3836d71cfec7a7e35b46731f5f476750ec3c5c5514a22102ece [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09c3ee0fa6b7ed161868e9f99c93d14d3c39cd50f0a33dd1c38976116b6c984d [INFO] running `Command { std: "docker" "start" "-a" "09c3ee0fa6b7ed161868e9f99c93d14d3c39cd50f0a33dd1c38976116b6c984d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling bytes v0.5.2 [INFO] [stderr] Compiling pin-project-lite v0.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling queue_experiments v0.1.0 (/opt/rustwide/workdir) [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/atomic_waker.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.04s [INFO] running `Command { std: "docker" "inspect" "09c3ee0fa6b7ed161868e9f99c93d14d3c39cd50f0a33dd1c38976116b6c984d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09c3ee0fa6b7ed161868e9f99c93d14d3c39cd50f0a33dd1c38976116b6c984d", kill_on_drop: false }` [INFO] [stdout] 09c3ee0fa6b7ed161868e9f99c93d14d3c39cd50f0a33dd1c38976116b6c984d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 281844c35d2a6f1106906d6468e95e4c2dc8328aade11469678080befd4efaf2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "281844c35d2a6f1106906d6468e95e4c2dc8328aade11469678080befd4efaf2", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling oorandom v11.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling plotters v0.2.12 [INFO] [stderr] Compiling tokio-test v0.2.0 [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/atomic_waker.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling generator v0.6.18 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling criterion-plot v0.4.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling loom v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling criterion v0.3.1 [INFO] [stderr] Compiling queue_experiments v0.1.0 (/opt/rustwide/workdir) [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/atomic_waker.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.21s [INFO] running `Command { std: "docker" "inspect" "281844c35d2a6f1106906d6468e95e4c2dc8328aade11469678080befd4efaf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "281844c35d2a6f1106906d6468e95e4c2dc8328aade11469678080befd4efaf2", kill_on_drop: false }` [INFO] [stdout] 281844c35d2a6f1106906d6468e95e4c2dc8328aade11469678080befd4efaf2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 212c6633037681770744051e8efe8c72f9f8f5d26f12be31e514791e3f826046 [INFO] running `Command { std: "docker" "start" "-a" "212c6633037681770744051e8efe8c72f9f8f5d26f12be31e514791e3f826046", kill_on_drop: false }` [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/atomic_waker.rs:210:26 [INFO] [stderr] | [INFO] [stderr] 210 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `queue_experiments` (lib) generated 1 warning [INFO] [stderr] warning: `queue_experiments` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/queue_experiments-e322edf1bc52ee28) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::bilock::bilock_readiness ... ok [INFO] [stdout] test tests::spsc_lock::basic ... ok [INFO] [stdout] test tests::spsc_bilock::send_err_after_rx_shutdown ... ok [INFO] [stdout] test tests::spsc_lock::send_err_after_rx_shutdown ... ok [INFO] [stdout] test tests::spsc_lock::send_recv_at_capacity ... ok [INFO] [stdout] test tests::spsc_bilock::basic ... ok [INFO] [stdout] test tests::bilock::bilock_basic ... ok [INFO] [stdout] test tests::spsc_bilock::send_recv_with_buffer ... ok [INFO] [stdout] test tests::spsc_bilock::send_recv_at_capacity ... ok [INFO] [stdout] test tests::spsc_lock::send_recv_with_buffer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests queue_experiments [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/atomic_waker.rs - atomic_waker::AtomicWaker::register (line 181) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "212c6633037681770744051e8efe8c72f9f8f5d26f12be31e514791e3f826046", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "212c6633037681770744051e8efe8c72f9f8f5d26f12be31e514791e3f826046", kill_on_drop: false }` [INFO] [stdout] 212c6633037681770744051e8efe8c72f9f8f5d26f12be31e514791e3f826046