[INFO] cloning repository https://github.com/yfractal/lockless-queue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yfractal/lockless-queue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyfractal%2Flockless-queue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyfractal%2Flockless-queue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] db3e01b92e0a344c869c8ac4742bd07c2396f5c3 [INFO] testing yfractal/lockless-queue against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyfractal%2Flockless-queue" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/yfractal/lockless-queue [INFO] finished tweaking git repo https://github.com/yfractal/lockless-queue [INFO] tweaked toml for git repo https://github.com/yfractal/lockless-queue written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/yfractal/lockless-queue on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/yfractal/lockless-queue 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02cc7494f5d5dd66b1bb8943d7aea87bd646fb693fffb908ac015e2c57afd28c [INFO] running `Command { std: "docker" "start" "-a" "02cc7494f5d5dd66b1bb8943d7aea87bd646fb693fffb908ac015e2c57afd28c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02cc7494f5d5dd66b1bb8943d7aea87bd646fb693fffb908ac015e2c57afd28c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02cc7494f5d5dd66b1bb8943d7aea87bd646fb693fffb908ac015e2c57afd28c", kill_on_drop: false }` [INFO] [stdout] 02cc7494f5d5dd66b1bb8943d7aea87bd646fb693fffb908ac015e2c57afd28c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18c5f9dfa782858ab6c72e8c865a2c165fcd4519ba58ca1ce5d5311b860986ba [INFO] running `Command { std: "docker" "start" "-a" "18c5f9dfa782858ab6c72e8c865a2c165fcd4519ba58ca1ce5d5311b860986ba", kill_on_drop: false }` [INFO] [stderr] Compiling lockless-queue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "18c5f9dfa782858ab6c72e8c865a2c165fcd4519ba58ca1ce5d5311b860986ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18c5f9dfa782858ab6c72e8c865a2c165fcd4519ba58ca1ce5d5311b860986ba", kill_on_drop: false }` [INFO] [stdout] 18c5f9dfa782858ab6c72e8c865a2c165fcd4519ba58ca1ce5d5311b860986ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d6c7129f785c48916df22736123b9f9c77cb0fc1534d1a968822da63bf7560c [INFO] running `Command { std: "docker" "start" "-a" "1d6c7129f785c48916df22736123b9f9c77cb0fc1534d1a968822da63bf7560c", kill_on_drop: false }` [INFO] [stderr] Compiling lockless-queue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "1d6c7129f785c48916df22736123b9f9c77cb0fc1534d1a968822da63bf7560c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d6c7129f785c48916df22736123b9f9c77cb0fc1534d1a968822da63bf7560c", kill_on_drop: false }` [INFO] [stdout] 1d6c7129f785c48916df22736123b9f9c77cb0fc1534d1a968822da63bf7560c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 69c3d88fc5018a1be583b016f37670f20706ce535d176613532c6511fac72255 [INFO] running `Command { std: "docker" "start" "-a" "69c3d88fc5018a1be583b016f37670f20706ce535d176613532c6511fac72255", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lockless_queue-25f40621e10735bf) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test block_queue::tests::test_block_queue ... ok [INFO] [stdout] test block_queue::tests::test_is_full ... ok [INFO] [stdout] test block_queue::tests::test_is_empty ... ok [INFO] [stdout] test block_queue::tests::test_block_queue_in_threads ... ok [INFO] [stdout] test block_queue::tests::test_produce_consume ... ok [INFO] [stdout] test block_queue::tests::test_in_threads has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "69c3d88fc5018a1be583b016f37670f20706ce535d176613532c6511fac72255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c3d88fc5018a1be583b016f37670f20706ce535d176613532c6511fac72255", kill_on_drop: false }` [INFO] [stdout] 69c3d88fc5018a1be583b016f37670f20706ce535d176613532c6511fac72255