[INFO] fetching crate crochet 0.2.3...
[INFO] checking crochet-0.2.3 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate crochet 0.2.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate crochet 0.2.3 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate crochet 0.2.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate crochet 0.2.3
[INFO] tweaked toml for crates.io crate crochet 0.2.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate crochet 0.2.3 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" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dlopen2_derive v0.4.0
[INFO] [stderr]   Downloaded dlopen2 v0.6.1
[INFO] [stderr]   Downloaded region v3.0.0
[INFO] [stderr]   Downloaded libudis86-sys v0.2.1
[INFO] [stderr]   Downloaded slice-pool v0.4.1
[INFO] [stderr]   Downloaded mmap-fixed-fixed v0.1.1
[INFO] [stderr]   Downloaded crochet_macro v0.2.3
[INFO] [stderr]   Downloaded detour2 v0.9.0
[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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 478561fc35705436abe4658145366077be32c7fd60aeb3069f022c6130fbdf4e
[INFO] running `Command { std: "docker" "start" "-a" "478561fc35705436abe4658145366077be32c7fd60aeb3069f022c6130fbdf4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "478561fc35705436abe4658145366077be32c7fd60aeb3069f022c6130fbdf4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "478561fc35705436abe4658145366077be32c7fd60aeb3069f022c6130fbdf4e", kill_on_drop: false }`
[INFO] [stdout] 478561fc35705436abe4658145366077be32c7fd60aeb3069f022c6130fbdf4e
[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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55743e8732c695edb58b7f0ce2d0423e89756ebea93cd12f1831e5fc1abd73ab
[INFO] running `Command { std: "docker" "start" "-a" "55743e8732c695edb58b7f0ce2d0423e89756ebea93cd12f1831e5fc1abd73ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking slice-pool v0.4.1
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling libudis86-sys v0.2.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking region v3.0.0
[INFO] [stderr]     Checking mmap-fixed-fixed v0.1.1
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]     Checking detour2 v0.9.0
[INFO] [stderr]    Compiling dlopen2_derive v0.4.0
[INFO] [stderr]    Compiling dlopen2 v0.6.1
[INFO] [stderr]    Compiling crochet_macro v0.2.3
[INFO] [stderr]     Checking crochet v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> examples/messageboxw.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::ctypes::c_int;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> examples/messageboxw.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::minwindef::{BOOL, DWORD, HINSTANCE, LPVOID, TRUE, UINT};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> examples/messageboxw.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> examples/messageboxw.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::{DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, LPCWSTR};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crochet` (example "messageboxw") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "55743e8732c695edb58b7f0ce2d0423e89756ebea93cd12f1831e5fc1abd73ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55743e8732c695edb58b7f0ce2d0423e89756ebea93cd12f1831e5fc1abd73ab", kill_on_drop: false }`
[INFO] [stdout] 55743e8732c695edb58b7f0ce2d0423e89756ebea93cd12f1831e5fc1abd73ab
