[INFO] fetching crate btmgmt 0.3.0-alpha.4...
[INFO] testing btmgmt-0.3.0-alpha.4 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate btmgmt 0.3.0-alpha.4 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate btmgmt 0.3.0-alpha.4 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 btmgmt 0.3.0-alpha.4
[INFO] finished tweaking crates.io crate btmgmt 0.3.0-alpha.4
[INFO] tweaked toml for crates.io crate btmgmt 0.3.0-alpha.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate btmgmt 0.3.0-alpha.4 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 btmgmt-packet v0.3.0-alpha.4
[INFO] [stderr]   Downloaded btmgmt-packet-macros v0.3.0-alpha.4
[INFO] [stderr]   Downloaded futures-executor v0.3.18
[INFO] [stderr]   Downloaded btmgmt-packet-helper v0.3.0-alpha.4
[INFO] [stderr]   Downloaded futures v0.3.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3ec8d014e58d1b2cf156e4ddf3384a0a58a0cf65bb97e21dd526b6a173b8bb66
[INFO] running `Command { std: "docker" "start" "-a" "3ec8d014e58d1b2cf156e4ddf3384a0a58a0cf65bb97e21dd526b6a173b8bb66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ec8d014e58d1b2cf156e4ddf3384a0a58a0cf65bb97e21dd526b6a173b8bb66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ec8d014e58d1b2cf156e4ddf3384a0a58a0cf65bb97e21dd526b6a173b8bb66", kill_on_drop: false }`
[INFO] [stdout] 3ec8d014e58d1b2cf156e4ddf3384a0a58a0cf65bb97e21dd526b6a173b8bb66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] aff5f2c931a1741a5d08800988efadd83f82f076ecd8c0c31c8d55d8bdeca686
[INFO] running `Command { std: "docker" "start" "-a" "aff5f2c931a1741a5d08800988efadd83f82f076ecd8c0c31c8d55d8bdeca686", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling libc v0.2.109
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling btmgmt-packet-macros v0.3.0-alpha.4
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling bdaddr v0.2.0-alpha.4
[INFO] [stderr]    Compiling btmgmt-packet-helper v0.3.0-alpha.4
[INFO] [stderr]    Compiling btmgmt-packet v0.3.0-alpha.4
[INFO] [stderr]    Compiling btmgmt v0.3.0-alpha.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
[INFO] running `Command { std: "docker" "inspect" "aff5f2c931a1741a5d08800988efadd83f82f076ecd8c0c31c8d55d8bdeca686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aff5f2c931a1741a5d08800988efadd83f82f076ecd8c0c31c8d55d8bdeca686", kill_on_drop: false }`
[INFO] [stdout] aff5f2c931a1741a5d08800988efadd83f82f076ecd8c0c31c8d55d8bdeca686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d47aa13538c9bf20a377b6d9e7305fa2145edab588d52bfe1d4702bbe1c35215
[INFO] running `Command { std: "docker" "start" "-a" "d47aa13538c9bf20a377b6d9e7305fa2145edab588d52bfe1d4702bbe1c35215", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling futures-io v0.3.18
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling futures-macro v0.3.18
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling btmgmt-packet-macros v0.3.0-alpha.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling btmgmt-packet-helper v0.3.0-alpha.4
[INFO] [stderr]    Compiling bdaddr v0.2.0-alpha.4
[INFO] [stderr]    Compiling btmgmt-packet v0.3.0-alpha.4
[INFO] [stderr]    Compiling futures-executor v0.3.18
[INFO] [stderr]    Compiling futures v0.3.18
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling btmgmt v0.3.0-alpha.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.67s
[INFO] running `Command { std: "docker" "inspect" "d47aa13538c9bf20a377b6d9e7305fa2145edab588d52bfe1d4702bbe1c35215", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d47aa13538c9bf20a377b6d9e7305fa2145edab588d52bfe1d4702bbe1c35215", kill_on_drop: false }`
[INFO] [stdout] d47aa13538c9bf20a377b6d9e7305fa2145edab588d52bfe1d4702bbe1c35215
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6efccafda98bc8a6287a1569d957fe229eef7a99c2d7e02edc88dcfc559cbc7b
[INFO] running `Command { std: "docker" "start" "-a" "6efccafda98bc8a6287a1569d957fe229eef7a99c2d7e02edc88dcfc559cbc7b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/btmgmt-5d350e400931c464)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test client::tests::test_stream_send ... ok
[INFO] [stdout] test client::tests::test_stream_recv ... ok
[INFO] [stdout] test client::tests::test_client_request ... ok
[INFO] [stdout] test sock::tests::test_sock ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests btmgmt
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 15) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6efccafda98bc8a6287a1569d957fe229eef7a99c2d7e02edc88dcfc559cbc7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6efccafda98bc8a6287a1569d957fe229eef7a99c2d7e02edc88dcfc559cbc7b", kill_on_drop: false }`
[INFO] [stdout] 6efccafda98bc8a6287a1569d957fe229eef7a99c2d7e02edc88dcfc559cbc7b
