[INFO] fetching crate vsop87 3.0.0... [INFO] building vsop87-3.0.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate vsop87 3.0.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate vsop87 3.0.0 [INFO] finished tweaking crates.io crate vsop87 3.0.0 [INFO] tweaked toml for crates.io crate vsop87 3.0.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate vsop87 3.0.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 81 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb4158bf736fb08ba2538622c7e0fe7fff1e3afff04e84a4d39ca3a43ca0703c [INFO] running `Command { std: "docker" "start" "-a" "cb4158bf736fb08ba2538622c7e0fe7fff1e3afff04e84a4d39ca3a43ca0703c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb4158bf736fb08ba2538622c7e0fe7fff1e3afff04e84a4d39ca3a43ca0703c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb4158bf736fb08ba2538622c7e0fe7fff1e3afff04e84a4d39ca3a43ca0703c", kill_on_drop: false }` [INFO] [stdout] cb4158bf736fb08ba2538622c7e0fe7fff1e3afff04e84a4d39ca3a43ca0703c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4f5fe0aa8009c8e3bf7ca38a33c1abe6d46e5dd27c7e25b224da67d76eeb038 [INFO] running `Command { std: "docker" "start" "-a" "a4f5fe0aa8009c8e3bf7ca38a33c1abe6d46e5dd27c7e25b224da67d76eeb038", kill_on_drop: false }` [INFO] [stderr] Compiling vsop87 v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(dead_code) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 84 | unused, [INFO] [stdout] | ------ `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | #![warn(box_pointers, unused_results)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:466:49 [INFO] [stdout] | [INFO] [stdout] 466 | let (_term4, term3, term2, term1) = vector_term( [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 467 | | (a1, b1, c1), [INFO] [stdout] 468 | | (a2, b2, c2), [INFO] [stdout] 469 | | (a3, b3, c3), [INFO] [stdout] 470 | | (f64::NAN, f64::NAN, f64::NAN), [INFO] [stdout] 471 | | t, [INFO] [stdout] 472 | | ); [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/lib.rs:407:1 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe fn calculate_var_avx(t: f64, a: &[f64], b: &[f64], c: &[f64]) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | unsafe_op_in_unsafe_fn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | vector_term((a1, b1, c1), (a2, b2, c2), (a3, b3, c3), (a4, b4, c4), t); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:431:17 [INFO] [stdout] | [INFO] [stdout] 431 | let a = _mm256_set_pd(a1, a2, a3, a4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe fn vector_term( [INFO] [stdout] 425 | | (a1, b1, c1): (f64, f64, f64), [INFO] [stdout] 426 | | (a2, b2, c2): (f64, f64, f64), [INFO] [stdout] 427 | | (a3, b3, c3): (f64, f64, f64), [INFO] [stdout] 428 | | (a4, b4, c4): (f64, f64, f64), [INFO] [stdout] 429 | | t: f64, [INFO] [stdout] 430 | | ) -> (f64, f64, f64, f64) { [INFO] [stdout] | |_____________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:432:17 [INFO] [stdout] | [INFO] [stdout] 432 | let b = _mm256_set_pd(b1, b2, b3, b4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:433:17 [INFO] [stdout] | [INFO] [stdout] 433 | let c = _mm256_set_pd(c1, c2, c3, c4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set1_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | let t = _mm256_set1_pd(t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | let ct = _mm256_mul_pd(c, t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_add_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:439:19 [INFO] [stdout] | [INFO] [stdout] 439 | let bct = _mm256_add_pd(b, ct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:442:50 [INFO] [stdout] | [INFO] [stdout] 442 | let bct_unpacked: (f64, f64, f64, f64) = mem::transmute(bct); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:445:19 [INFO] [stdout] | [INFO] [stdout] 445 | let bct = _mm256_set_pd( [INFO] [stdout] | ___________________^ [INFO] [stdout] 446 | | bct_unpacked.3.cos(), [INFO] [stdout] 447 | | bct_unpacked.2.cos(), [INFO] [stdout] 448 | | bct_unpacked.1.cos(), [INFO] [stdout] 449 | | bct_unpacked.0.cos(), [INFO] [stdout] 450 | | ); [INFO] [stdout] | |_________^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:453:20 [INFO] [stdout] | [INFO] [stdout] 453 | let term = _mm256_mul_pd(a, bct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:454:51 [INFO] [stdout] | [INFO] [stdout] 454 | let term_unpacked: (f64, f64, f64, f64) = mem::transmute(term); [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 3.92s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: vsop87 v3.0.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "a4f5fe0aa8009c8e3bf7ca38a33c1abe6d46e5dd27c7e25b224da67d76eeb038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4f5fe0aa8009c8e3bf7ca38a33c1abe6d46e5dd27c7e25b224da67d76eeb038", kill_on_drop: false }` [INFO] [stdout] a4f5fe0aa8009c8e3bf7ca38a33c1abe6d46e5dd27c7e25b224da67d76eeb038 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7937ade5362fbd280f240839840520832d08bd4f84158d2f372e5c97aab50bab [INFO] running `Command { std: "docker" "start" "-a" "7937ade5362fbd280f240839840520832d08bd4f84158d2f372e5c97aab50bab", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(dead_code) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 84 | unused, [INFO] [stdout] | ------ `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | #![warn(box_pointers, unused_results)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:466:49 [INFO] [stdout] | [INFO] [stdout] 466 | let (_term4, term3, term2, term1) = vector_term( [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 467 | | (a1, b1, c1), [INFO] [stdout] 468 | | (a2, b2, c2), [INFO] [stdout] 469 | | (a3, b3, c3), [INFO] [stdout] 470 | | (f64::NAN, f64::NAN, f64::NAN), [INFO] [stdout] 471 | | t, [INFO] [stdout] 472 | | ); [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/lib.rs:407:1 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe fn calculate_var_avx(t: f64, a: &[f64], b: &[f64], c: &[f64]) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | unsafe_op_in_unsafe_fn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | vector_term((a1, b1, c1), (a2, b2, c2), (a3, b3, c3), (a4, b4, c4), t); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:431:17 [INFO] [stdout] | [INFO] [stdout] 431 | let a = _mm256_set_pd(a1, a2, a3, a4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe fn vector_term( [INFO] [stdout] 425 | | (a1, b1, c1): (f64, f64, f64), [INFO] [stdout] 426 | | (a2, b2, c2): (f64, f64, f64), [INFO] [stdout] 427 | | (a3, b3, c3): (f64, f64, f64), [INFO] [stdout] 428 | | (a4, b4, c4): (f64, f64, f64), [INFO] [stdout] 429 | | t: f64, [INFO] [stdout] 430 | | ) -> (f64, f64, f64, f64) { [INFO] [stdout] | |_____________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:432:17 [INFO] [stdout] | [INFO] [stdout] 432 | let b = _mm256_set_pd(b1, b2, b3, b4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:433:17 [INFO] [stdout] | [INFO] [stdout] 433 | let c = _mm256_set_pd(c1, c2, c3, c4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set1_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | let t = _mm256_set1_pd(t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | let ct = _mm256_mul_pd(c, t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_add_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:439:19 [INFO] [stdout] | [INFO] [stdout] 439 | let bct = _mm256_add_pd(b, ct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:442:50 [INFO] [stdout] | [INFO] [stdout] 442 | let bct_unpacked: (f64, f64, f64, f64) = mem::transmute(bct); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:445:19 [INFO] [stdout] | [INFO] [stdout] 445 | let bct = _mm256_set_pd( [INFO] [stdout] | ___________________^ [INFO] [stdout] 446 | | bct_unpacked.3.cos(), [INFO] [stdout] 447 | | bct_unpacked.2.cos(), [INFO] [stdout] 448 | | bct_unpacked.1.cos(), [INFO] [stdout] 449 | | bct_unpacked.0.cos(), [INFO] [stdout] 450 | | ); [INFO] [stdout] | |_________^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:453:20 [INFO] [stdout] | [INFO] [stdout] 453 | let term = _mm256_mul_pd(a, bct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:454:51 [INFO] [stdout] | [INFO] [stdout] 454 | let term_unpacked: (f64, f64, f64, f64) = mem::transmute(term); [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 criterion-plot v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling vsop87 v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(dead_code) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 84 | unused, [INFO] [stdout] | ------ `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 110 | unused_tuple_struct_fields, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | #![warn(box_pointers, unused_results)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:466:49 [INFO] [stdout] | [INFO] [stdout] 466 | let (_term4, term3, term2, term1) = vector_term( [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 467 | | (a1, b1, c1), [INFO] [stdout] 468 | | (a2, b2, c2), [INFO] [stdout] 469 | | (a3, b3, c3), [INFO] [stdout] 470 | | (f64::NAN, f64::NAN, f64::NAN), [INFO] [stdout] 471 | | t, [INFO] [stdout] 472 | | ); [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/lib.rs:407:1 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe fn calculate_var_avx(t: f64, a: &[f64], b: &[f64], c: &[f64]) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | unsafe_op_in_unsafe_fn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | vector_term((a1, b1, c1), (a2, b2, c2), (a3, b3, c3), (a4, b4, c4), t); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:431:17 [INFO] [stdout] | [INFO] [stdout] 431 | let a = _mm256_set_pd(a1, a2, a3, a4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe fn vector_term( [INFO] [stdout] 425 | | (a1, b1, c1): (f64, f64, f64), [INFO] [stdout] 426 | | (a2, b2, c2): (f64, f64, f64), [INFO] [stdout] 427 | | (a3, b3, c3): (f64, f64, f64), [INFO] [stdout] 428 | | (a4, b4, c4): (f64, f64, f64), [INFO] [stdout] 429 | | t: f64, [INFO] [stdout] 430 | | ) -> (f64, f64, f64, f64) { [INFO] [stdout] | |_____________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:432:17 [INFO] [stdout] | [INFO] [stdout] 432 | let b = _mm256_set_pd(b1, b2, b3, b4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:433:17 [INFO] [stdout] | [INFO] [stdout] 433 | let c = _mm256_set_pd(c1, c2, c3, c4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_set1_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | let t = _mm256_set1_pd(t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | let ct = _mm256_mul_pd(c, t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_add_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:439:19 [INFO] [stdout] | [INFO] [stdout] 439 | let bct = _mm256_add_pd(b, ct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:442:50 [INFO] [stdout] | [INFO] [stdout] 442 | let bct_unpacked: (f64, f64, f64, f64) = mem::transmute(bct); [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 function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:445:19 [INFO] [stdout] | [INFO] [stdout] 445 | let bct = _mm256_set_pd( [INFO] [stdout] | ___________________^ [INFO] [stdout] 446 | | bct_unpacked.3.cos(), [INFO] [stdout] 447 | | bct_unpacked.2.cos(), [INFO] [stdout] 448 | | bct_unpacked.1.cos(), [INFO] [stdout] 449 | | bct_unpacked.0.cos(), [INFO] [stdout] 450 | | ); [INFO] [stdout] | |_________^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:453:20 [INFO] [stdout] | [INFO] [stdout] 453 | let term = _mm256_mul_pd(a, bct); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:454:51 [INFO] [stdout] | [INFO] [stdout] 454 | let term_unpacked: (f64, f64, f64, f64) = mem::transmute(term); [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 38.80s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: vsop87 v3.0.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "7937ade5362fbd280f240839840520832d08bd4f84158d2f372e5c97aab50bab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7937ade5362fbd280f240839840520832d08bd4f84158d2f372e5c97aab50bab", kill_on_drop: false }` [INFO] [stdout] 7937ade5362fbd280f240839840520832d08bd4f84158d2f372e5c97aab50bab