[INFO] cloning repository https://github.com/66hh/bluetooth-classic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/66hh/bluetooth-classic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F66hh%2Fbluetooth-classic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F66hh%2Fbluetooth-classic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86b6abaca80664477bf65a4e35d56f1e369d02b0
[INFO] checking 66hh/bluetooth-classic against master#292be5c7c05138d753bbd4b30db7a3f1a5c914f7 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F66hh%2Fbluetooth-classic" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/66hh/bluetooth-classic
[INFO] finished tweaking git repo https://github.com/66hh/bluetooth-classic
[INFO] tweaked toml for git repo https://github.com/66hh/bluetooth-classic written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/66hh/bluetooth-classic on toolchain 292be5c7c05138d753bbd4b30db7a3f1a5c914f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/66hh/bluetooth-classic 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" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-interface v0.59.2
[INFO] [stderr]   Downloaded windows-collections v0.3.1
[INFO] [stderr]   Downloaded windows-implement v0.60.1
[INFO] [stderr]   Downloaded windows-future v0.3.1
[INFO] [stderr]   Downloaded windows-core v0.62.1
[INFO] [stderr]   Downloaded addr2line v0.25.1
[INFO] [stderr]   Downloaded backtrace v0.3.76
[INFO] [stderr]   Downloaded gimli v0.32.3
[INFO] [stderr]   Downloaded object v0.37.3
[INFO] [stderr]   Downloaded libc v0.2.176
[INFO] [stderr]   Downloaded windows v0.62.1
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f23a5f976df58ebc0d37d78f23e836e423bafd864e5aa7a9c9c6d850b86c13d
[INFO] running `Command { std: "docker" "start" "-a" "7f23a5f976df58ebc0d37d78f23e836e423bafd864e5aa7a9c9c6d850b86c13d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f23a5f976df58ebc0d37d78f23e836e423bafd864e5aa7a9c9c6d850b86c13d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f23a5f976df58ebc0d37d78f23e836e423bafd864e5aa7a9c9c6d850b86c13d", kill_on_drop: false }`
[INFO] [stdout] 7f23a5f976df58ebc0d37d78f23e836e423bafd864e5aa7a9c9c6d850b86c13d
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02349bf3f9c4dec2c380325437cce79b4f25a3f2c25daac536df9fcb6ccd441b
[INFO] running `Command { std: "docker" "start" "-a" "02349bf3f9c4dec2c380325437cce79b4f25a3f2c25daac536df9fcb6ccd441b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking windows-link v0.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking windows-result v0.4.0
[INFO] [stderr]     Checking windows-strings v0.5.0
[INFO] [stderr]     Checking windows-threading v0.2.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling windows-implement v0.60.1
[INFO] [stderr]    Compiling windows-interface v0.59.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking windows-core v0.62.1
[INFO] [stderr]     Checking windows-collections v0.3.1
[INFO] [stderr]     Checking windows-numerics v0.3.0
[INFO] [stderr]     Checking windows-future v0.3.1
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:87:51
[INFO] [stdout]    |
[INFO] [stdout] 87 |             } else if *iid == <windows_core::imp::IMarshal as windows_core::Interface>::IID {
[INFO] [stdout]    |                                                   ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:89:43
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 return windows_core::imp::marshaler(
[INFO] [stdout]    |                                           ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:255:51
[INFO] [stdout]     |
[INFO] [stdout] 255 |             } else if *iid == <windows_core::imp::IMarshal as windows_core::Interface>::IID {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:257:43
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 return windows_core::imp::marshaler(
[INFO] [stdout]     |                                           ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:422:364
[INFO] [stdout]     |
[INFO] [stdout] 422 | ... as _ } else if * iid == < windows_core::imp::IMarshal as windows_core::Interface >::IID { ( * this ) . count . add_ref ( ) ; return w...
[INFO] [stdout]     |                                                  ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:422:470
[INFO] [stdout]     |
[INFO] [stdout] 422 | ...unt . add_ref ( ) ; return windows_core::imp::marshaler ( core::mem::transmute ( & mut ( * this ) . vtable as * mut _ as * mut core::f...
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:572:51
[INFO] [stdout]     |
[INFO] [stdout] 572 |             } else if *iid == <windows_core::imp::IMarshal as windows_core::Interface>::IID {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:574:43
[INFO] [stdout]     |
[INFO] [stdout] 574 |                 return windows_core::imp::marshaler(
[INFO] [stdout]     |                                           ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:752:364
[INFO] [stdout]     |
[INFO] [stdout] 752 | ... as _ } else if * iid == < windows_core::imp::IMarshal as windows_core::Interface >::IID { ( * this ) . count . add_ref ( ) ; return w...
[INFO] [stdout]     |                                                  ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:752:470
[INFO] [stdout]     |
[INFO] [stdout] 752 | ...unt . add_ref ( ) ; return windows_core::imp::marshaler ( core::mem::transmute ( & mut ( * this ) . vtable as * mut _ as * mut core::f...
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IMarshal` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:927:377
[INFO] [stdout]     |
[INFO] [stdout] 927 | ... as _ } else if * iid == < windows_core::imp::IMarshal as windows_core::Interface >::IID { ( * this ) . count . add_ref ( ) ; return w...
[INFO] [stdout]     |                                                  ^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `marshaler` in module `windows_core::imp`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/bindings.rs:927:483
[INFO] [stdout]     |
[INFO] [stdout] 927 | ...unt . add_ref ( ) ; return windows_core::imp::marshaler ( core::mem::transmute ( & mut ( * this ) . vtable as * mut _ as * mut core::f...
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in `windows_core::imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `submit` in crate `windows_threading`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/async_spawn.rs:264:28
[INFO] [stdout]     |
[INFO] [stdout] 264 |         windows_threading::submit(move || {
[INFO] [stdout]     |                            ^^^^^^ not found in `windows_threading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `submit` in crate `windows_threading`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/async_spawn.rs:281:28
[INFO] [stdout]     |
[INFO] [stdout] 281 |         windows_threading::submit(move || {
[INFO] [stdout]     |                            ^^^^^^ not found in `windows_threading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `submit` in crate `windows_threading`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/async_spawn.rs:298:28
[INFO] [stdout]     |
[INFO] [stdout] 298 |         windows_threading::submit(move || {
[INFO] [stdout]     |                            ^^^^^^ not found in `windows_threading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `submit` in crate `windows_threading`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-future-0.3.1/src/async_spawn.rs:315:28
[INFO] [stdout]     |
[INFO] [stdout] 315 |         windows_threading::submit(move || {
[INFO] [stdout]     |                            ^^^^^^ not found in `windows_threading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-future` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "02349bf3f9c4dec2c380325437cce79b4f25a3f2c25daac536df9fcb6ccd441b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02349bf3f9c4dec2c380325437cce79b4f25a3f2c25daac536df9fcb6ccd441b", kill_on_drop: false }`
[INFO] [stdout] 02349bf3f9c4dec2c380325437cce79b4f25a3f2c25daac536df9fcb6ccd441b
