[INFO] fetching crate value-trait 0.12.1... [INFO] testing value-trait-0.12.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate value-trait 0.12.1 into /workspace/builds/worker-4-tc2/source [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate value-trait 0.12.1 [INFO] finished tweaking crates.io crate value-trait 0.12.1 [INFO] tweaked toml for crates.io crate value-trait 0.12.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate value-trait 0.12.1 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 crates.io crate value-trait 0.12.1 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2381930fa4e97d053f21e30f0cd027c68e6fb866956072f3c99acb6b66fb7387 [INFO] running `Command { std: "docker" "start" "-a" "2381930fa4e97d053f21e30f0cd027c68e6fb866956072f3c99acb6b66fb7387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2381930fa4e97d053f21e30f0cd027c68e6fb866956072f3c99acb6b66fb7387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2381930fa4e97d053f21e30f0cd027c68e6fb866956072f3c99acb6b66fb7387", kill_on_drop: false }` [INFO] [stdout] 2381930fa4e97d053f21e30f0cd027c68e6fb866956072f3c99acb6b66fb7387 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6f4d531795ae6691a9c427f308f2727adf1125ff1b50da7d5096ac6cd9124545 [INFO] running `Command { std: "docker" "start" "-a" "6f4d531795ae6691a9c427f308f2727adf1125ff1b50da7d5096ac6cd9124545", kill_on_drop: false }` [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling halfbrown v0.4.0 [INFO] [stderr] Compiling value-trait v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_fastest` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | write_str_simd_fastest(self.get_writer(), string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | unsafe fn write_str_simd(&mut self, string: &mut &[u8]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | write_str_simd_avx2(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | / unsafe fn write_str_simd_fastest(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 381 | | where [INFO] [stdout] 382 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_sse42` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | write_str_simd_sse42(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:29 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:524:1 [INFO] [stdout] | [INFO] [stdout] 524 | / unsafe fn write_str_simd_avx2(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 525 | | where [INFO] [stdout] 526 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:48 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:567:36 [INFO] [stdout] | [INFO] [stdout] 567 | stry!(writer.write_all(string.get_unchecked(0..idx + quote_dist))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:575:23 [INFO] [stdout] | [INFO] [stdout] 575 | *string = string.get_unchecked(idx + quote_dist + 1..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:580:15 [INFO] [stdout] | [INFO] [stdout] 580 | *string = string.get_unchecked(idx..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:29 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:592:1 [INFO] [stdout] | [INFO] [stdout] 592 | / unsafe fn write_str_simd_sse42(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 593 | | where [INFO] [stdout] 594 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:45 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `Command { std: "docker" "inspect" "6f4d531795ae6691a9c427f308f2727adf1125ff1b50da7d5096ac6cd9124545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f4d531795ae6691a9c427f308f2727adf1125ff1b50da7d5096ac6cd9124545", kill_on_drop: false }` [INFO] [stdout] 6f4d531795ae6691a9c427f308f2727adf1125ff1b50da7d5096ac6cd9124545 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33e854d19074acb47731449ea2fa57eaed86f2114a312fb35458f779cc9d322b [INFO] running `Command { std: "docker" "start" "-a" "33e854d19074acb47731449ea2fa57eaed86f2114a312fb35458f779cc9d322b", kill_on_drop: false }` [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_fastest` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | write_str_simd_fastest(self.get_writer(), string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | unsafe fn write_str_simd(&mut self, string: &mut &[u8]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | write_str_simd_avx2(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | / unsafe fn write_str_simd_fastest(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 381 | | where [INFO] [stdout] 382 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_sse42` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | write_str_simd_sse42(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:29 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:524:1 [INFO] [stdout] | [INFO] [stdout] 524 | / unsafe fn write_str_simd_avx2(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 525 | | where [INFO] [stdout] 526 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:48 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:567:36 [INFO] [stdout] | [INFO] [stdout] 567 | stry!(writer.write_all(string.get_unchecked(0..idx + quote_dist))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:575:23 [INFO] [stdout] | [INFO] [stdout] 575 | *string = string.get_unchecked(idx + quote_dist + 1..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:580:15 [INFO] [stdout] | [INFO] [stdout] 580 | *string = string.get_unchecked(idx..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:29 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:592:1 [INFO] [stdout] | [INFO] [stdout] 592 | / unsafe fn write_str_simd_sse42(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 593 | | where [INFO] [stdout] 594 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:45 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Compiling value-trait v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_fastest` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | write_str_simd_fastest(self.get_writer(), string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | unsafe fn write_str_simd(&mut self, string: &mut &[u8]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | write_str_simd_avx2(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | / unsafe fn write_str_simd_fastest(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 381 | | where [INFO] [stdout] 382 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `generator::write_str_simd_sse42` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:420:9 [INFO] [stdout] | [INFO] [stdout] 420 | write_str_simd_sse42(writer, string) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:29 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:524:1 [INFO] [stdout] | [INFO] [stdout] 524 | / unsafe fn write_str_simd_avx2(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 525 | | where [INFO] [stdout] 526 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:549:48 [INFO] [stdout] | [INFO] [stdout] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:567:36 [INFO] [stdout] | [INFO] [stdout] 567 | stry!(writer.write_all(string.get_unchecked(0..idx + quote_dist))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:575:23 [INFO] [stdout] | [INFO] [stdout] 575 | *string = string.get_unchecked(idx + quote_dist + 1..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:580:15 [INFO] [stdout] | [INFO] [stdout] 580 | *string = string.get_unchecked(idx..); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:29 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/generator.rs:592:1 [INFO] [stdout] | [INFO] [stdout] 592 | / unsafe fn write_str_simd_sse42(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stdout] 593 | | where [INFO] [stdout] 594 | | W: Write, [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stdout] --> src/generator.rs:617:45 [INFO] [stdout] | [INFO] [stdout] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "33e854d19074acb47731449ea2fa57eaed86f2114a312fb35458f779cc9d322b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33e854d19074acb47731449ea2fa57eaed86f2114a312fb35458f779cc9d322b", kill_on_drop: false }` [INFO] [stdout] 33e854d19074acb47731449ea2fa57eaed86f2114a312fb35458f779cc9d322b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5f23ca5098c7a71ccb722cff729bb30350c91c687ef224257ff10e42c4d2c7f8 [INFO] running `Command { std: "docker" "start" "-a" "5f23ca5098c7a71ccb722cff729bb30350c91c687ef224257ff10e42c4d2c7f8", kill_on_drop: false }` [INFO] [stderr] warning[E0133]: call to unsafe function `generator::write_str_simd_fastest` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | write_str_simd_fastest(self.get_writer(), string) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/generator.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | unsafe fn write_str_simd(&mut self, string: &mut &[u8]) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `generator::write_str_simd_avx2` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:418:9 [INFO] [stderr] | [INFO] [stderr] 418 | write_str_simd_avx2(writer, string) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/generator.rs:380:1 [INFO] [stderr] | [INFO] [stderr] 380 | / unsafe fn write_str_simd_fastest(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stderr] 381 | | where [INFO] [stderr] 382 | | W: Write, [INFO] [stderr] | |_____________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `generator::write_str_simd_sse42` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:420:9 [INFO] [stderr] | [INFO] [stderr] 420 | write_str_simd_sse42(writer, string) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:549:29 [INFO] [stderr] | [INFO] [stderr] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/generator.rs:524:1 [INFO] [stderr] | [INFO] [stderr] 524 | / unsafe fn write_str_simd_avx2(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stderr] 525 | | where [INFO] [stderr] 526 | | W: Write, [INFO] [stderr] | |_____________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:549:48 [INFO] [stderr] | [INFO] [stderr] 549 | let data: __m256i = _mm256_loadu_si256(string.as_ptr().add(idx).cast::<__m256i>()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:567:36 [INFO] [stderr] | [INFO] [stderr] 567 | stry!(writer.write_all(string.get_unchecked(0..idx + quote_dist))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:575:23 [INFO] [stderr] | [INFO] [stderr] 575 | *string = string.get_unchecked(idx + quote_dist + 1..); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:580:15 [INFO] [stderr] | [INFO] [stderr] 580 | *string = string.get_unchecked(idx..); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:617:29 [INFO] [stderr] | [INFO] [stderr] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/generator.rs:592:1 [INFO] [stderr] | [INFO] [stderr] 592 | / unsafe fn write_str_simd_sse42(writer: &mut W, string: &mut &[u8]) -> io::Result<()> [INFO] [stderr] 593 | | where [INFO] [stderr] 594 | | W: Write, [INFO] [stderr] | |_____________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `std::ptr::const_ptr::::add` is unsafe and requires unsafe block [INFO] [stderr] --> src/generator.rs:617:45 [INFO] [stderr] | [INFO] [stderr] 617 | let data: __m128i = _mm_loadu_si128(string.as_ptr().add(idx).cast::<__m128i>()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] warning: `value-trait` (lib) generated 10 warnings (run `cargo fix --lib -p value-trait` to apply 4 suggestions) [INFO] [stderr] warning: `value-trait` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/value_trait-7a5a8645faf052e9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test generator::tests::test_write_string_rust ... ok [INFO] [stdout] test generator::tests::test_write_string_rust2 ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests value_trait [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5f23ca5098c7a71ccb722cff729bb30350c91c687ef224257ff10e42c4d2c7f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f23ca5098c7a71ccb722cff729bb30350c91c687ef224257ff10e42c4d2c7f8", kill_on_drop: false }` [INFO] [stdout] 5f23ca5098c7a71ccb722cff729bb30350c91c687ef224257ff10e42c4d2c7f8