[INFO] updating cached repository https://github.com/deviceplug/btleplug [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] [stderr] From https://github.com/deviceplug/btleplug [INFO] [stderr] 69d341b..114ec67 dev -> dev [INFO] [stderr] 69d341b..ae82cd9 master -> master [INFO] [stderr] * [new tag] 0.5.0 -> 0.5.0 [INFO] [stderr] * [new tag] 0.5.1 -> 0.5.1 [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae82cd986b5b5e9c29d0525a0de7789d0b81c5e8 [INFO] testing deviceplug/btleplug against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeviceplug%2Fbtleplug" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deviceplug/btleplug on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/deviceplug/btleplug [INFO] finished tweaking git repo https://github.com/deviceplug/btleplug [INFO] tweaked toml for git repo https://github.com/deviceplug/btleplug written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab900d9838f4dd96de7db99d4d4fbf56717a5e27d7d7a7ca16636bf6dc95f4b5 [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" "ab900d9838f4dd96de7db99d4d4fbf56717a5e27d7d7a7ca16636bf6dc95f4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab900d9838f4dd96de7db99d4d4fbf56717a5e27d7d7a7ca16636bf6dc95f4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab900d9838f4dd96de7db99d4d4fbf56717a5e27d7d7a7ca16636bf6dc95f4b5", kill_on_drop: false }` [INFO] [stdout] ab900d9838f4dd96de7db99d4d4fbf56717a5e27d7d7a7ca16636bf6dc95f4b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0065224ccdc8ae631f74b409a7e9644baafa3b9c5b5a16460075f9b0bc3c1e31 [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" "0065224ccdc8ae631f74b409a7e9644baafa3b9c5b5a16460075f9b0bc3c1e31", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling fastrand v1.3.4 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling event-listener v2.3.3 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-complex v0.3.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling async-channel v1.4.0 [INFO] [stderr] Compiling futures-lite v0.1.10 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling winrt v0.6.0 [INFO] [stderr] Compiling blocking v0.4.7 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling num v0.3.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling dashmap v3.11.10 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.67 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.67 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.67 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling wasm-bindgen v0.2.67 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling js-sys v0.3.44 [INFO] [stderr] Compiling smol v0.1.18 [INFO] [stderr] Compiling web-sys v0.3.44 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling async-std v1.6.2 [INFO] [stderr] Compiling btleplug v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bluez/protocol/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | named!(pub parse_uuid_128<&[u8], [u8; 16]>, count_fixed!(u8, le_u8, 16)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `Command { std: "docker" "inspect" "0065224ccdc8ae631f74b409a7e9644baafa3b9c5b5a16460075f9b0bc3c1e31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0065224ccdc8ae631f74b409a7e9644baafa3b9c5b5a16460075f9b0bc3c1e31", kill_on_drop: false }` [INFO] [stdout] 0065224ccdc8ae631f74b409a7e9644baafa3b9c5b5a16460075f9b0bc3c1e31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d7a7f4ec2cbedc8f4639cb79815eb774b2aa1c7be7ea06b220225f753b13fa7 [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" "2d7a7f4ec2cbedc8f4639cb79815eb774b2aa1c7be7ea06b220225f753b13fa7", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bluez/protocol/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | named!(pub parse_uuid_128<&[u8], [u8; 16]>, count_fixed!(u8, le_u8, 16)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling btleplug v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bluez/protocol/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | named!(pub parse_uuid_128<&[u8], [u8; 16]>, count_fixed!(u8, le_u8, 16)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.99s [INFO] running `Command { std: "docker" "inspect" "2d7a7f4ec2cbedc8f4639cb79815eb774b2aa1c7be7ea06b220225f753b13fa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d7a7f4ec2cbedc8f4639cb79815eb774b2aa1c7be7ea06b220225f753b13fa7", kill_on_drop: false }` [INFO] [stdout] 2d7a7f4ec2cbedc8f4639cb79815eb774b2aa1c7be7ea06b220225f753b13fa7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 90b1476f39eaeebbae455ad6529c24dc7f8a66bcaeb40523505c21fd56cf48c6 [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" "90b1476f39eaeebbae455ad6529c24dc7f8a66bcaeb40523505c21fd56cf48c6", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/bluez/protocol/mod.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | named!(pub parse_uuid_128<&[u8], [u8; 16]>, count_fixed!(u8, le_u8, 16)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/bluez/protocol/mod.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | named!(pub parse_uuid_128<&[u8], [u8; 16]>, count_fixed!(u8, le_u8, 16)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/btleplug-914818ea87539aeb [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test bluez::protocol::att::tests::test_characteristics ... ok [INFO] [stdout] test api::tests::parse_addr ... ok [INFO] [stdout] test api::tests::parse_uuid ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_recv_le_meta ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_le_advertising_info ... ok [INFO] [stdout] test bluez::protocol::att::tests::test_error ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_cmd_status ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_bd_addr ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_acl_data_packet ... ok [INFO] [stdout] test bluez::protocol::att::tests::test_value_notification ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_decode_device_discovery2 ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_le_advertising_data ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_decode_device_discovery ... ok [INFO] [stdout] test bluez::protocol::att::tests::test_read_req ... ok [INFO] [stdout] test bluez::protocol::hci::tests::test_broken_le_advertising_data ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests btleplug [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "90b1476f39eaeebbae455ad6529c24dc7f8a66bcaeb40523505c21fd56cf48c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90b1476f39eaeebbae455ad6529c24dc7f8a66bcaeb40523505c21fd56cf48c6", kill_on_drop: false }` [INFO] [stdout] 90b1476f39eaeebbae455ad6529c24dc7f8a66bcaeb40523505c21fd56cf48c6