[INFO] cloning repository https://github.com/bluez-rs/bluez-async [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bluez-rs/bluez-async" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbluez-rs%2Fbluez-async", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbluez-rs%2Fbluez-async'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d40ecc07129a116754dc3fd3efac88a4332dba9f [INFO] testing bluez-rs/bluez-async/d40ecc07129a116754dc3fd3efac88a4332dba9f against 1.82.0 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbluez-rs%2Fbluez-async" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bluez-rs/bluez-async on toolchain 1.82.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bluez-rs/bluez-async [INFO] finished tweaking git repo https://github.com/bluez-rs/bluez-async [INFO] tweaked toml for git repo https://github.com/bluez-rs/bluez-async written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/bluez-rs/bluez-async 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" "+1.82.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slab v0.4.4 [INFO] [stderr] Downloaded serde-xml-rs v0.6.0 [INFO] [stderr] Downloaded pkg-config v0.3.19 [INFO] [stderr] Downloaded futures-macro v0.3.31 [INFO] [stderr] Downloaded uuid v1.11.0 [INFO] [stderr] Downloaded is-terminal v0.4.7 [INFO] [stderr] Downloaded io-lifetimes v1.0.10 [INFO] [stderr] Downloaded futures-executor v0.3.31 [INFO] [stderr] Downloaded futures v0.3.31 [INFO] [stderr] Downloaded termcolor v1.1.2 [INFO] [stderr] Downloaded serde_derive v1.0.211 [INFO] [stderr] Downloaded xml-rs v0.8.14 [INFO] [stderr] Downloaded rustix v0.37.25 [INFO] [stderr] Downloaded tokio v1.38.1 [INFO] [stderr] Downloaded linux-raw-sys v0.3.7 [INFO] [stderr] Downloaded libdbus-sys v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45e7978c6e21244c86ecb5f85916f8f81dd060a74420541baabff43c9b3d4dd8 [INFO] running `Command { std: "docker" "start" "-a" "45e7978c6e21244c86ecb5f85916f8f81dd060a74420541baabff43c9b3d4dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45e7978c6e21244c86ecb5f85916f8f81dd060a74420541baabff43c9b3d4dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45e7978c6e21244c86ecb5f85916f8f81dd060a74420541baabff43c9b3d4dd8", kill_on_drop: false }` [INFO] [stdout] 45e7978c6e21244c86ecb5f85916f8f81dd060a74420541baabff43c9b3d4dd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d1302a5cee7d7e3b6154764c2592d51b0ee18fca41e322a68b3d8faf8791a9f [INFO] running `Command { std: "docker" "start" "-a" "3d1302a5cee7d7e3b6154764c2592d51b0ee18fca41e322a68b3d8faf8791a9f", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling serde v1.0.211 [INFO] [stderr] Compiling xml-rs v0.8.14 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling libdbus-sys v0.2.3 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.211 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling dbus v0.9.7 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serde-xml-rs v0.6.0 [INFO] [stderr] Compiling bluez-generated v0.3.0 (/opt/rustwide/workdir/bluez-generated) [INFO] [stderr] Compiling dbus-tokio v0.7.6 [INFO] [stderr] Compiling bluez-async v0.7.2 (/opt/rustwide/workdir/bluez-async) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s [INFO] running `Command { std: "docker" "inspect" "3d1302a5cee7d7e3b6154764c2592d51b0ee18fca41e322a68b3d8faf8791a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d1302a5cee7d7e3b6154764c2592d51b0ee18fca41e322a68b3d8faf8791a9f", kill_on_drop: false }` [INFO] [stdout] 3d1302a5cee7d7e3b6154764c2592d51b0ee18fca41e322a68b3d8faf8791a9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6460af17f2f50b7884d66f154767f2424e4109ec1934f1df2567ca5e54ffcab9 [INFO] running `Command { std: "docker" "start" "-a" "6460af17f2f50b7884d66f154767f2424e4109ec1934f1df2567ca5e54ffcab9", kill_on_drop: false }` [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling rustix v0.37.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling linux-raw-sys v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling bluez-generated v0.3.0 (/opt/rustwide/workdir/bluez-generated) [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling bluez-async v0.7.2 (/opt/rustwide/workdir/bluez-async) [INFO] [stderr] error: could not compile `bluez-async` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.82.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name bluez_async --edition=2018 bluez-async/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d2a4e7585148305 -C extra-filename=-9d2a4e7585148305 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-841c437b5900c723.rlib --extern bluez_generated=/opt/rustwide/target/debug/deps/libbluez_generated-74935125a15c2a9b.rlib --extern dbus=/opt/rustwide/target/debug/deps/libdbus-9a4bde6140ed7e1e.rlib --extern dbus_tokio=/opt/rustwide/target/debug/deps/libdbus_tokio-3fc5e26ba6812a8b.rlib --extern eyre=/opt/rustwide/target/debug/deps/libeyre-1c3984a0b3f638a2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d63f1c975c60af23.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c0415a7132187dfd.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-9a81c62b68727b6d.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-4ce38c8279a544a2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-eed55bc0d07ddc85.rlib --extern serde_xml_rs=/opt/rustwide/target/debug/deps/libserde_xml_rs-0f7e302153cf27fc.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d44098bda6b40f33.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8e6745439fdf4044.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b2dd35ccf5df5d7d.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6460af17f2f50b7884d66f154767f2424e4109ec1934f1df2567ca5e54ffcab9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6460af17f2f50b7884d66f154767f2424e4109ec1934f1df2567ca5e54ffcab9", kill_on_drop: false }` [INFO] [stdout] 6460af17f2f50b7884d66f154767f2424e4109ec1934f1df2567ca5e54ffcab9