[INFO] fetching crate async_zmq 0.4.0...
[INFO] testing async_zmq-0.4.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate async_zmq 0.4.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate async_zmq 0.4.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate async_zmq 0.4.0
[INFO] finished tweaking crates.io crate async_zmq 0.4.0
[INFO] tweaked toml for crates.io crate async_zmq 0.4.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate async_zmq 0.4.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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded version-compare v0.1.1
[INFO] [stderr]   Downloaded dircpy v0.3.15
[INFO] [stderr]   Downloaded zmq-sys v0.12.0
[INFO] [stderr]   Downloaded system-deps v6.1.1
[INFO] [stderr]   Downloaded value-bag v1.4.1
[INFO] [stderr]   Downloaded target-lexicon v0.12.10
[INFO] [stderr]   Downloaded zmq v0.10.0
[INFO] [stderr]   Downloaded cfg-expr v0.15.4
[INFO] [stderr]   Downloaded rustix v0.37.23
[INFO] [stderr]   Downloaded serde v1.0.178
[INFO] [stderr]   Downloaded winnow v0.5.2
[INFO] [stderr]   Downloaded zeromq-src v0.2.5+4.3.4
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2d27baba8e96a586cfc5a61fe3e363df366ef0149280bc643118ce8e6b5f41c
[INFO] running `Command { std: "docker" "start" "-a" "d2d27baba8e96a586cfc5a61fe3e363df366ef0149280bc643118ce8e6b5f41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2d27baba8e96a586cfc5a61fe3e363df366ef0149280bc643118ce8e6b5f41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2d27baba8e96a586cfc5a61fe3e363df366ef0149280bc643118ce8e6b5f41c", kill_on_drop: false }`
[INFO] [stdout] d2d27baba8e96a586cfc5a61fe3e363df366ef0149280bc643118ce8e6b5f41c
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10b8ff87e687478ed2715a9bf64cdbf4d7a67c14ce0934b2b8641c8ddfd98227
[INFO] running `Command { std: "docker" "start" "-a" "10b8ff87e687478ed2715a9bf64cdbf4d7a67c14ce0934b2b8641c8ddfd98227", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling serde v1.0.178
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling target-lexicon v0.12.10
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling winnow v0.5.2
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.10
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling cfg-expr v0.15.4
[INFO] [stderr]    Compiling zmq v0.10.0
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling crossbeam v0.8.2
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.19.14
[INFO] [stderr]    Compiling jwalk v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling dircpy v0.3.15
[INFO] [stderr]    Compiling zeromq-src v0.2.5+4.3.4
[INFO] [stderr]    Compiling toml v0.7.6
[INFO] [stderr]    Compiling system-deps v6.1.1
[INFO] [stderr]    Compiling zmq-sys v0.12.0
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling async_zmq v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.08s
[INFO] running `Command { std: "docker" "inspect" "10b8ff87e687478ed2715a9bf64cdbf4d7a67c14ce0934b2b8641c8ddfd98227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10b8ff87e687478ed2715a9bf64cdbf4d7a67c14ce0934b2b8641c8ddfd98227", kill_on_drop: false }`
[INFO] [stdout] 10b8ff87e687478ed2715a9bf64cdbf4d7a67c14ce0934b2b8641c8ddfd98227
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62dfe13a507ca2999cffee39e466039cdb411a9d96193dc0923a41618bf2dfc3
[INFO] running `Command { std: "docker" "start" "-a" "62dfe13a507ca2999cffee39e466039cdb411a9d96193dc0923a41618bf2dfc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling value-bag v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling parking v2.1.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling async-task v4.4.0
[INFO] [stderr]    Compiling atomic-waker v1.1.1
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling cfg-expr v0.15.4
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling system-deps v6.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling crossbeam v0.8.2
[INFO] [stderr]    Compiling blocking v1.3.1
[INFO] [stderr]    Compiling async-executor v1.5.1
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling jwalk v0.8.1
[INFO] [stderr]    Compiling dircpy v0.3.15
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling zeromq-src v0.2.5+4.3.4
[INFO] [stderr]    Compiling zmq-sys v0.12.0
[INFO] [stderr]    Compiling zmq v0.10.0
[INFO] [stderr]    Compiling async_zmq v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.81s
[INFO] running `Command { std: "docker" "inspect" "62dfe13a507ca2999cffee39e466039cdb411a9d96193dc0923a41618bf2dfc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62dfe13a507ca2999cffee39e466039cdb411a9d96193dc0923a41618bf2dfc3", kill_on_drop: false }`
[INFO] [stdout] 62dfe13a507ca2999cffee39e466039cdb411a9d96193dc0923a41618bf2dfc3
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fb5cdf6e0f1c1ec835ba9dc98b9a4be34e9141ad9d1a1995ecd5cdd251e7b976
[INFO] running `Command { std: "docker" "start" "-a" "fb5cdf6e0f1c1ec835ba9dc98b9a4be34e9141ad9d1a1995ecd5cdd251e7b976", 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/async_zmq-2b54dc00ac7c9ca3)
[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] [stderr]      Running tests/pub_sub.rs (/opt/rustwide/target/debug/deps/pub_sub-10b59cb1dd5000b4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test publish_subscribe_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/push_pull.rs (/opt/rustwide/target/debug/deps/push_pull-7071e89c70411a65)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test push_pull_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/request_reply.rs (/opt/rustwide/target/debug/deps/request_reply-42d7d15b7fd0f5d4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test publish_subscribe_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/xpub.rs (/opt/rustwide/target/debug/deps/xpub-f80e5bfc2464e2e9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test xpublish_subscribe ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests async_zmq
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - (line 12) ... ignored
[INFO] [stdout] test src/lib.rs - (line 18) ... ignored
[INFO] [stdout] test src/router.rs - router (line 11) - compile ... ok
[INFO] [stdout] test src/dealer.rs - dealer (line 11) - compile ... ok
[INFO] [stdout] test src/subscribe.rs - subscribe (line 10) - compile ... ok
[INFO] [stdout] test src/xpublish.rs - xpublish (line 10) - compile ... ok
[INFO] [stdout] test src/publish.rs - publish (line 10) - compile ... ok
[INFO] [stdout] test src/request.rs - request (line 9) - compile ... ok
[INFO] [stdout] test src/push.rs - push (line 10) - compile ... ok
[INFO] [stdout] test src/pull.rs - pull (line 10) - compile ... ok
[INFO] [stdout] test src/stream.rs - stream (line 11) - compile ... ok
[INFO] [stdout] test src/pair.rs - pair (line 10) - compile ... ok
[INFO] [stdout] test src/xsubscribe.rs - xsubscribe (line 10) - compile ... ok
[INFO] [stdout] test src/reply.rs - reply (line 10) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fb5cdf6e0f1c1ec835ba9dc98b9a4be34e9141ad9d1a1995ecd5cdd251e7b976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb5cdf6e0f1c1ec835ba9dc98b9a4be34e9141ad9d1a1995ecd5cdd251e7b976", kill_on_drop: false }`
[INFO] [stdout] fb5cdf6e0f1c1ec835ba9dc98b9a4be34e9141ad9d1a1995ecd5cdd251e7b976
