[INFO] fetching crate winit-gfx-hal 0.0.0... [INFO] checking winit-gfx-hal-0.0.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate winit-gfx-hal 0.0.0 into /workspace/builds/worker-3-tc2/source [INFO] removed /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate winit-gfx-hal 0.0.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71d5118272aeaae20ae4fc89c32543aac85ccde46ae8ee846133778a15bb0934 [INFO] running `Command { std: "docker" "start" "-a" "71d5118272aeaae20ae4fc89c32543aac85ccde46ae8ee846133778a15bb0934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71d5118272aeaae20ae4fc89c32543aac85ccde46ae8ee846133778a15bb0934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d5118272aeaae20ae4fc89c32543aac85ccde46ae8ee846133778a15bb0934", kill_on_drop: false }` [INFO] [stdout] 71d5118272aeaae20ae4fc89c32543aac85ccde46ae8ee846133778a15bb0934 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec618d18bde514dface79ec8a606387516af9292f10602ae9c71dec337ca4d34 [INFO] running `Command { std: "docker" "start" "-a" "ec618d18bde514dface79ec8a606387516af9292f10602ae9c71dec337ca4d34", kill_on_drop: false }` [INFO] [stderr] Checking winit-gfx-hal v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [INFO] [stdout] [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[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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [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: 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[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/cast_slice_tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [INFO] [stdout] [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 "branchless") due to 9 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `lokacore` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lokacore`, use `cargo add lokacore` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winit-gfx-hal` (test "cast_slice_tests") due to 1 previous error [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] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> tests/intel-simd-help.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::*` [INFO] [stdout] --> tests/intel-simd-help.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use core::mem::*; [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; 2 warnings emitted [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> tests/intel-simd-help.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::*` [INFO] [stdout] --> tests/intel-simd-help.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use core::mem::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intel_simd_help::*` [INFO] [stdout] --> tests/sse2.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use intel_simd_help::*; [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 "sse2") due to 7 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ec618d18bde514dface79ec8a606387516af9292f10602ae9c71dec337ca4d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec618d18bde514dface79ec8a606387516af9292f10602ae9c71dec337ca4d34", kill_on_drop: false }` [INFO] [stdout] ec618d18bde514dface79ec8a606387516af9292f10602ae9c71dec337ca4d34