[INFO] fetching crate actm 0.2.0... [INFO] testing actm-0.2.0 against master#c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af for pr-154756 [INFO] extracting crate actm 0.2.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate actm 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate actm 0.2.0 [INFO] tweaked toml for crates.io crate actm 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate actm 0.2.0 on toolchain c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate actm 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand_xorshift v0.3.0 [INFO] [stderr] Downloaded proptest-derive v0.5.1 [INFO] [stderr] Downloaded async-attributes v1.1.2 [INFO] [stderr] Downloaded snafu-derive v0.8.5 [INFO] [stderr] Downloaded async-mutex v1.4.1 [INFO] [stderr] Downloaded async-global-executor v2.4.1 [INFO] [stderr] Downloaded kv-log-macro v1.0.7 [INFO] [stderr] Downloaded snafu v0.8.5 [INFO] [stderr] Downloaded enum_dispatch v0.3.13 [INFO] [stderr] Downloaded value-bag v1.11.1 [INFO] [stderr] Downloaded proptest v1.6.0 [INFO] [stderr] Downloaded async-std v1.13.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8db146e41b3c95eca51ff881de081fb4bd665b3e4a6b9bf2de0d0a23e0e65e7 [INFO] running `Command { std: "docker" "start" "-a" "a8db146e41b3c95eca51ff881de081fb4bd665b3e4a6b9bf2de0d0a23e0e65e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8db146e41b3c95eca51ff881de081fb4bd665b3e4a6b9bf2de0d0a23e0e65e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8db146e41b3c95eca51ff881de081fb4bd665b3e4a6b9bf2de0d0a23e0e65e7", kill_on_drop: false }` [INFO] [stdout] a8db146e41b3c95eca51ff881de081fb4bd665b3e4a6b9bf2de0d0a23e0e65e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dfe356600375f482352ead2a62ec343ab912c87315be5d976edab7d52aa2f5be [INFO] running `Command { std: "docker" "start" "-a" "dfe356600375f482352ead2a62ec343ab912c87315be5d976edab7d52aa2f5be", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling value-bag v1.11.1 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling async-mutex v1.4.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling snafu-derive v0.8.5 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling snafu v0.8.5 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-std v1.13.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling actm v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s [INFO] running `Command { std: "docker" "inspect" "dfe356600375f482352ead2a62ec343ab912c87315be5d976edab7d52aa2f5be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfe356600375f482352ead2a62ec343ab912c87315be5d976edab7d52aa2f5be", kill_on_drop: false }` [INFO] [stdout] dfe356600375f482352ead2a62ec343ab912c87315be5d976edab7d52aa2f5be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01979b52ce3ca832799c6653bdf9e9d3ea751f7db1002d69b33da16772d7a68d [INFO] running `Command { std: "docker" "start" "-a" "01979b52ce3ca832799c6653bdf9e9d3ea751f7db1002d69b33da16772d7a68d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling proptest v1.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling snafu-derive v0.8.5 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling proptest-derive v0.5.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling snafu v0.8.5 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-std v1.13.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling actm v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 57.56s [INFO] running `Command { std: "docker" "inspect" "01979b52ce3ca832799c6653bdf9e9d3ea751f7db1002d69b33da16772d7a68d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01979b52ce3ca832799c6653bdf9e9d3ea751f7db1002d69b33da16772d7a68d", kill_on_drop: false }` [INFO] [stdout] 01979b52ce3ca832799c6653bdf9e9d3ea751f7db1002d69b33da16772d7a68d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c2efcc4ae006a6b2761cb42572fc9cee0d1ce4af" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 757270d9e7be8c3979de507ec4f38c33d109b0ddb6d3a667c1692efd5fc7ce15 [INFO] running `Command { std: "docker" "start" "-a" "757270d9e7be8c3979de507ec4f38c33d109b0ddb6d3a667c1692efd5fc7ce15", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/actm-7a22397e0e54fafb) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test types::tests::completion_token_ref_counting ... ok [INFO] [stdout] test types::tests::token_non_equal ... ok [INFO] [stdout] test types::tests::token_self_equality ... ok [INFO] [stdout] test testing_util::tests::sync_math_actor::smoke ... ok [INFO] [stdout] test util::token_manager::tests::token_manager_ids_nonequal ... ok [INFO] [stdout] test util::async_actor::tests::smoke_async_std ... ok [INFO] [stdout] test testing_util::tests::async_math_actor::smoke ... ok [INFO] [stdout] test util::token_manager::tests::token_manager_processing ... ok [INFO] [stdout] test util::async_actor::tests::smoke_threads_async ... ok [INFO] [stdout] test util::sync_actor::tests::smoke_async_std ... ok [INFO] [stdout] test util::wrapped_channels::tests::smoke_async_std ... ok [INFO] [stdout] test util::wrapped_channels::tests::smoke_threads ... ok [INFO] [stdout] test util::async_actor::tests::smoke_threads_sync ... ok [INFO] [stdout] test util::sync_actor::tests::smoke_threads ... ok [INFO] [stdout] test util::token_manager::tests::token_manager_garbage ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s [INFO] [stdout] [INFO] [stderr] Doc-tests actm [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" "757270d9e7be8c3979de507ec4f38c33d109b0ddb6d3a667c1692efd5fc7ce15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "757270d9e7be8c3979de507ec4f38c33d109b0ddb6d3a667c1692efd5fc7ce15", kill_on_drop: false }` [INFO] [stdout] 757270d9e7be8c3979de507ec4f38c33d109b0ddb6d3a667c1692efd5fc7ce15