[INFO] fetching crate winit-gfx-hal 0.0.0... [INFO] checking winit-gfx-hal-0.0.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate winit-gfx-hal 0.0.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate winit-gfx-hal 0.0.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config [INFO] started tweaking crates.io crate winit-gfx-hal 0.0.0 [INFO] finished tweaking crates.io crate winit-gfx-hal 0.0.0 [INFO] tweaked toml for crates.io crate winit-gfx-hal 0.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e5b07e3a04950a4e6c5753c8f351c7c8a1948575736b9d4f6493f422acbcdd7 [INFO] running `Command { std: "docker" "start" "-a" "6e5b07e3a04950a4e6c5753c8f351c7c8a1948575736b9d4f6493f422acbcdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e5b07e3a04950a4e6c5753c8f351c7c8a1948575736b9d4f6493f422acbcdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e5b07e3a04950a4e6c5753c8f351c7c8a1948575736b9d4f6493f422acbcdd7", kill_on_drop: false }` [INFO] [stdout] 6e5b07e3a04950a4e6c5753c8f351c7c8a1948575736b9d4f6493f422acbcdd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80692508b7393988c5cfe10b4165a180b4ee5b00a99b235794ca90dedeacf37a [INFO] running `Command { std: "docker" "start" "-a" "80692508b7393988c5cfe10b4165a180b4ee5b00a99b235794ca90dedeacf37a", kill_on_drop: false }` [INFO] [stderr] Checking winit-gfx-hal v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/branchless.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/cast_slice_tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [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 `winit-gfx-hal` (test "intel-simd-help") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find macro `branchless_abs` in this scope [INFO] [stdout] --> tests/branchless.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | const _ABS_IS_CONST: i8 = branchless_abs!(-7, i8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_abs` in this scope [INFO] [stdout] --> tests/branchless.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | assert_eq!(branchless_abs!(x, i8), x.wrapping_abs()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | const _MIN_IS_CONST: u8 = branchless_min!(2, 3, u8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | const _MAX_IS_CONST: u8 = branchless_max!(8, 10, u8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | assert_eq!(branchless_min!(x, y, u8), x.min(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(branchless_max!(x, y, u8), x.max(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(branchless_min!(x, y, i8), x.min(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | assert_eq!(branchless_max!(x, y, i8), x.max(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `winit-gfx-hal` (test "cast_slice_tests") due to 1 previous error [INFO] [stderr] error: could not compile `winit-gfx-hal` (test "branchless") due to 9 previous errors [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1011:18 [INFO] [stdout] | [INFO] [stdout] 1011 | let c: m128d = shuffle128d!(a, b, [0, 1]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1015:18 [INFO] [stdout] | [INFO] [stdout] 1015 | let c: m128d = shuffle128d!(a, b, [1, 0]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1019:18 [INFO] [stdout] | [INFO] [stdout] 1019 | let c: m128d = shuffle128d!(a, b, [1, 1]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1023:18 [INFO] [stdout] | [INFO] [stdout] 1023 | let c: m128d = shuffle128d!(a, b, [0, 0]); [INFO] [stdout] | ^^^^^^^^^^^ [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 `winit-gfx-hal` (test "sse") due to 3 previous errors [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 `winit-gfx-hal` (test "sse2") due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "80692508b7393988c5cfe10b4165a180b4ee5b00a99b235794ca90dedeacf37a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80692508b7393988c5cfe10b4165a180b4ee5b00a99b235794ca90dedeacf37a", kill_on_drop: false }` [INFO] [stdout] 80692508b7393988c5cfe10b4165a180b4ee5b00a99b235794ca90dedeacf37a