[INFO] cloning repository https://github.com/tremwil/array-widener [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tremwil/array-widener" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftremwil%2Farray-widener", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftremwil%2Farray-widener'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c933ee3b01bfc5fae2d0d21c1b77741bd8b162f [INFO] testing tremwil/array-widener against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftremwil%2Farray-widener" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tremwil/array-widener [INFO] finished tweaking git repo https://github.com/tremwil/array-widener [INFO] tweaked toml for git repo https://github.com/tremwil/array-widener written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tremwil/array-widener on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tremwil/array-widener 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a948af0cbdab2f9071a71c2f13505702cfc0df7f6a31995cbddd824b8970a183 [INFO] running `Command { std: "docker" "start" "-a" "a948af0cbdab2f9071a71c2f13505702cfc0df7f6a31995cbddd824b8970a183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a948af0cbdab2f9071a71c2f13505702cfc0df7f6a31995cbddd824b8970a183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a948af0cbdab2f9071a71c2f13505702cfc0df7f6a31995cbddd824b8970a183", kill_on_drop: false }` [INFO] [stdout] a948af0cbdab2f9071a71c2f13505702cfc0df7f6a31995cbddd824b8970a183 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8ac3b762c4de3c1926314db1624c00b3d2a8f061f84421a04684ccb6e1c5817 [INFO] running `Command { std: "docker" "start" "-a" "e8ac3b762c4de3c1926314db1624c00b3d2a8f061f84421a04684ccb6e1c5817", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling windows_x86_64_gnu v0.52.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling thiserror v2.0.4 [INFO] [stderr] Compiling derive_pod v0.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling dataview v1.0.1 [INFO] [stderr] Compiling windows-targets v0.52.6 [INFO] [stderr] Compiling windows-result v0.2.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling case v1.0.0 [INFO] [stderr] Compiling pelite-macros v0.1.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling windows-strings v0.1.0 [INFO] [stderr] Compiling iced-x86 v1.21.0 (https://github.com/tremwil/iced.git?tag=1.1#8cc48ea2) [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling pelite v0.10.0 [INFO] [stderr] Compiling windows-interface v0.58.0 [INFO] [stderr] Compiling windows-implement v0.58.0 [INFO] [stderr] Compiling thiserror-impl v2.0.4 [INFO] [stderr] Compiling array-widener-proc-macros v0.1.0 (/opt/rustwide/workdir/proc_macros) [INFO] [stderr] Compiling windows-core v0.58.0 [INFO] [stderr] Compiling windows v0.58.0 [INFO] [stderr] Compiling array-widener v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/array_widener.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use windows::Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/rwe_buffer.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | use windows::Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/widenable.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pelite::pe` [INFO] [stdout] --> src/array_widener.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pe::{Pe, PeObject, PeView}, [INFO] [stdout] | ^^ could not find `pe` in `pelite` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pelite-0.10.0/src/lib.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(all(windows, target_pointer_width = "32"))] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 53 | pub use self::pe32 as pe; [INFO] [stdout] | ^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pelite-0.10.0/src/lib.rs:56:23 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(windows, target_pointer_width = "64"))] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 56 | pub use self::pe64 as pe; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/winapi_utils.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `windows::core` [INFO] [stdout] --> src/winapi_utils.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | core::PCSTR, [INFO] [stdout] | ^^^^ could not find `core` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `array-widener` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e8ac3b762c4de3c1926314db1624c00b3d2a8f061f84421a04684ccb6e1c5817", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8ac3b762c4de3c1926314db1624c00b3d2a8f061f84421a04684ccb6e1c5817", kill_on_drop: false }` [INFO] [stdout] e8ac3b762c4de3c1926314db1624c00b3d2a8f061f84421a04684ccb6e1c5817