[INFO] fetching crate nnsdk 0.3.0... [INFO] checking nnsdk-0.3.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate nnsdk 0.3.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate nnsdk 0.3.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] started tweaking crates.io crate nnsdk 0.3.0 [INFO] finished tweaking crates.io crate nnsdk 0.3.0 [INFO] tweaked toml for crates.io crate nnsdk 0.3.0 written to /workspace/builds/worker-3-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] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc-nnsdk v0.3.0 [INFO] [stderr] Downloaded rustc-std-workspace-alloc v1.0.1 [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.1 [INFO] [stderr] Downloaded compiler_builtins v0.1.139 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c3390b3d9acbeffd09bbb3e96398bdbadbd2ee44e13fcccc795cacb44b13126e [INFO] running `Command { std: "docker" "start" "-a" "c3390b3d9acbeffd09bbb3e96398bdbadbd2ee44e13fcccc795cacb44b13126e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3390b3d9acbeffd09bbb3e96398bdbadbd2ee44e13fcccc795cacb44b13126e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3390b3d9acbeffd09bbb3e96398bdbadbd2ee44e13fcccc795cacb44b13126e", kill_on_drop: false }` [INFO] [stdout] c3390b3d9acbeffd09bbb3e96398bdbadbd2ee44e13fcccc795cacb44b13126e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2844d801fb757391464f151f893922fb682217181106d6b16c4b59e7dd686060 [INFO] running `Command { std: "docker" "start" "-a" "2844d801fb757391464f151f893922fb682217181106d6b16c4b59e7dd686060", kill_on_drop: false }` [INFO] [stderr] Checking libc-nnsdk v0.3.0 [INFO] [stderr] Checking nnsdk v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/nn/util.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Vector3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | pub x: f32, [INFO] [stdout] | ---------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/nn/util.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Vector3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | pub x: f32, [INFO] [stdout] | ---------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/nn/util.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Vector4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | pub x: f32, [INFO] [stdout] | ---------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/nn/util.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Vector4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | pub x: f32, [INFO] [stdout] | ---------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:70:44 [INFO] [stdout] | [INFO] [stdout] 70 | let x: Box<[u16; 1002]> = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | let mut arg: Box = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:99:55 [INFO] [stdout] | [INFO] [stdout] 99 | let work_buffer: Box<[u8; 0xd000]> = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:70:44 [INFO] [stdout] | [INFO] [stdout] 70 | let x: Box<[u16; 1002]> = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | let mut arg: Box = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> src/nn/swkbd.rs:99:55 [INFO] [stdout] | [INFO] [stdout] 99 | let work_buffer: Box<[u8; 0xd000]> = unsafe { Box::new_zeroed().assume_init() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0076, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0076`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0076, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0076`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nnsdk` (lib test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `nnsdk` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "2844d801fb757391464f151f893922fb682217181106d6b16c4b59e7dd686060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2844d801fb757391464f151f893922fb682217181106d6b16c4b59e7dd686060", kill_on_drop: false }` [INFO] [stdout] 2844d801fb757391464f151f893922fb682217181106d6b16c4b59e7dd686060