[INFO] fetching crate vsop87 3.0.0...
[INFO] testing vsop87-3.0.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vsop87 3.0.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vsop87 3.0.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 74 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a6bb3261da0b7b1b28c91589b8b6115cc6bf746b4e9b24d9ad390304d2177c4
[INFO] running `Command { std: "docker" "start" "-a" "4a6bb3261da0b7b1b28c91589b8b6115cc6bf746b4e9b24d9ad390304d2177c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a6bb3261da0b7b1b28c91589b8b6115cc6bf746b4e9b24d9ad390304d2177c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a6bb3261da0b7b1b28c91589b8b6115cc6bf746b4e9b24d9ad390304d2177c4", kill_on_drop: false }`
[INFO] [stdout] 4a6bb3261da0b7b1b28c91589b8b6115cc6bf746b4e9b24d9ad390304d2177c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c24222720c11dbfd1be167b10ab01509cd8a37f510c339e78742401ecfdaf51
[INFO] running `Command { std: "docker" "start" "-a" "1c24222720c11dbfd1be167b10ab01509cd8a37f510c339e78742401ecfdaf51", 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 <https://github.com/rust-lang/rust/issues/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: 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = 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]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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 4.53s
[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" "1c24222720c11dbfd1be167b10ab01509cd8a37f510c339e78742401ecfdaf51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c24222720c11dbfd1be167b10ab01509cd8a37f510c339e78742401ecfdaf51", kill_on_drop: false }`
[INFO] [stdout] 1c24222720c11dbfd1be167b10ab01509cd8a37f510c339e78742401ecfdaf51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 102806f25bd9f3ca7c07926007b8a2857bd8dd2ed7c843fb2251642d7bceb065
[INFO] running `Command { std: "docker" "start" "-a" "102806f25bd9f3ca7c07926007b8a2857bd8dd2ed7c843fb2251642d7bceb065", kill_on_drop: false }`
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[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 <https://github.com/rust-lang/rust/issues/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: 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = 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]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[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 <https://github.com/rust-lang/rust/issues/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: 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = 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]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[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 20.57s
[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" "102806f25bd9f3ca7c07926007b8a2857bd8dd2ed7c843fb2251642d7bceb065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "102806f25bd9f3ca7c07926007b8a2857bd8dd2ed7c843fb2251642d7bceb065", kill_on_drop: false }`
[INFO] [stdout] 102806f25bd9f3ca7c07926007b8a2857bd8dd2ed7c843fb2251642d7bceb065
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f6a1cf9b68d049c7d438afe72211f086e882befced1721167426d2ca7a8aef8a
[INFO] running `Command { std: "docker" "start" "-a" "f6a1cf9b68d049c7d438afe72211f086e882befced1721167426d2ca7a8aef8a", kill_on_drop: false }`
[INFO] [stderr] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
[INFO] [stderr]    --> src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |     unused_tuple_struct_fields,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: warn(dead_code) incompatible with previous forbid
[INFO] [stderr]    --> src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr]  84 |     unused,
[INFO] [stderr]     |     ------ `forbid` level set here
[INFO] [stderr] ...
[INFO] [stderr] 110 |     unused_tuple_struct_fields,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:94:5
[INFO] [stderr]     |
[INFO] [stderr]  94 |     future_incompatible,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(forbidden_lint_groups)]` implied by `#[warn(future_incompatible)]`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stderr]    --> src/lib.rs:162:9
[INFO] [stderr]     |
[INFO] [stderr] 162 | #![warn(box_pointers, unused_results)]
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:466:49
[INFO] [stderr]     |
[INFO] [stderr] 466 |               let (_term4, term3, term2, term1) = vector_term(
[INFO] [stderr]     |  _________________________________________________^
[INFO] [stderr] 467 | |                 (a1, b1, c1),
[INFO] [stderr] 468 | |                 (a2, b2, c2),
[INFO] [stderr] 469 | |                 (a3, b3, c3),
[INFO] [stderr] 470 | |                 (f64::NAN, f64::NAN, f64::NAN),
[INFO] [stderr] 471 | |                 t,
[INFO] [stderr] 472 | |             );
[INFO] [stderr]     | |_____________^ call to unsafe function
[INFO] [stderr]     |
[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/lib.rs:407:1
[INFO] [stderr]     |
[INFO] [stderr] 407 | unsafe fn calculate_var_avx(t: f64, a: &[f64], b: &[f64], c: &[f64]) -> f64 {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:106:5
[INFO] [stderr]     |
[INFO] [stderr] 106 |     unsafe_op_in_unsafe_fn,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `calculate_var_avx::vector_term` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:489:21
[INFO] [stderr]     |
[INFO] [stderr] 489 |                     vector_term((a1, b1, c1), (a2, b2, c2), (a3, b3, c3), (a4, b4, c4), t);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:431:17
[INFO] [stderr]     |
[INFO] [stderr] 431 |         let a = _mm256_set_pd(a1, a2, a3, a4);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/lib.rs:424:5
[INFO] [stderr]     |
[INFO] [stderr] 424 | /     unsafe fn vector_term(
[INFO] [stderr] 425 | |         (a1, b1, c1): (f64, f64, f64),
[INFO] [stderr] 426 | |         (a2, b2, c2): (f64, f64, f64),
[INFO] [stderr] 427 | |         (a3, b3, c3): (f64, f64, f64),
[INFO] [stderr] 428 | |         (a4, b4, c4): (f64, f64, f64),
[INFO] [stderr] 429 | |         t: f64,
[INFO] [stderr] 430 | |     ) -> (f64, f64, f64, f64) {
[INFO] [stderr]     | |_____________________________^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:432:17
[INFO] [stderr]     |
[INFO] [stderr] 432 |         let b = _mm256_set_pd(b1, b2, b3, b4);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:433:17
[INFO] [stderr]     |
[INFO] [stderr] 433 |         let c = _mm256_set_pd(c1, c2, c3, c4);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_set1_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:434:17
[INFO] [stderr]     |
[INFO] [stderr] 434 |         let t = _mm256_set1_pd(t);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:437:18
[INFO] [stderr]     |
[INFO] [stderr] 437 |         let ct = _mm256_mul_pd(c, t);
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_add_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:439:19
[INFO] [stderr]     |
[INFO] [stderr] 439 |         let bct = _mm256_add_pd(b, ct);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:442:50
[INFO] [stderr]     |
[INFO] [stderr] 442 |         let bct_unpacked: (f64, f64, f64, f64) = mem::transmute(bct);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_set_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:445:19
[INFO] [stderr]     |
[INFO] [stderr] 445 |           let bct = _mm256_set_pd(
[INFO] [stderr]     |  ___________________^
[INFO] [stderr] 446 | |             bct_unpacked.3.cos(),
[INFO] [stderr] 447 | |             bct_unpacked.2.cos(),
[INFO] [stderr] 448 | |             bct_unpacked.1.cos(),
[INFO] [stderr] 449 | |             bct_unpacked.0.cos(),
[INFO] [stderr] 450 | |         );
[INFO] [stderr]     | |_________^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_mul_pd` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:453:20
[INFO] [stderr]     |
[INFO] [stderr] 453 |         let term = _mm256_mul_pd(a, bct);
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[INFO] [stderr]     |
[INFO] [stderr]     = help: in order for the call to be safe, the context requires the following additional target feature: avx
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::intrinsics::transmute` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/lib.rs:454:51
[INFO] [stderr]     |
[INFO] [stderr] 454 |         let term_unpacked: (f64, f64, f64, f64) = mem::transmute(term);
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stderr] warning: `vsop87` (lib) generated 15 warnings (run `cargo fix --lib -p vsop87` to apply 3 suggestions)
[INFO] [stderr] warning: `vsop87` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vsop87-04b071d766d5e6ce)
[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] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-c26d76a14bc4f8e7)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test it_kepler ... ok
[INFO] [stdout] test it_convert ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/vsop87_tests.rs (/opt/rustwide/target/debug/deps/vsop87_tests-de81af8f2bb26776)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_earth_moon ... ok
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_neptune ... ok
[INFO] [stderr]      Running tests/vsop87a_tests.rs (/opt/rustwide/target/debug/deps/vsop87a_tests-f437686ae7cee888)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_earth ... ok
[INFO] [stdout] test it_neptune ... ok
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_earth_moon ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/vsop87b_tests.rs (/opt/rustwide/target/debug/deps/vsop87b_tests-9321db985d0e1aeb)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_neptune ... ok
[INFO] [stdout] test it_earth ... ok
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/vsop87c_tests.rs (/opt/rustwide/target/debug/deps/vsop87c_tests-be4617cefd592475)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_neptune ... ok
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_earth ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stderr]      Running tests/vsop87d_tests.rs (/opt/rustwide/target/debug/deps/vsop87d_tests-c4f30114a70e008a)
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_neptune ... ok
[INFO] [stdout] test it_earth ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/vsop87e_tests.rs (/opt/rustwide/target/debug/deps/vsop87e_tests-7724268ec69c0320)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test it_neptune ... ok
[INFO] [stdout] test it_saturn ... ok
[INFO] [stdout] test it_sun ... ok
[INFO] [stdout] test it_venus ... ok
[INFO] [stdout] test it_earth ... ok
[INFO] [stdout] test it_uranus ... ok
[INFO] [stdout] test it_jupiter ... ok
[INFO] [stdout] test it_mars ... ok
[INFO] [stdout] test it_mercury ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vsop87
[INFO] [stderr] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
[INFO] [stderr]    --> src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |     unused_tuple_struct_fields,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stderr]    --> src/lib.rs:162:9
[INFO] [stderr]     |
[INFO] [stderr] 162 | #![warn(box_pointers, unused_results)]
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test src/lib.rs - earth_moon (line 774) ... ok
[INFO] [stdout] test src/lib.rs - mercury (line 570) ... ok
[INFO] [stdout] test src/lib.rs - jupiter (line 1129) ... ok
[INFO] [stdout] test src/lib.rs - uranus (line 1323) ... ok
[INFO] [stdout] test src/lib.rs - mercury (line 583) ... ok
[INFO] [stdout] test src/lib.rs - saturn (line 1224) ... ok
[INFO] [stdout] test src/lib.rs - neptune (line 1405) ... ok
[INFO] [stdout] test src/lib.rs - jupiter (line 1116) ... ok
[INFO] [stdout] test src/lib.rs - neptune (line 1418) ... ok
[INFO] [stdout] test src/lib.rs - uranus (line 1310) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::earth (line 168) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a (line 13) ... ok
[INFO] [stdout] test src/lib.rs - mars (line 1032) ... ok
[INFO] [stdout] test src/lib.rs - mars (line 1019) ... ok
[INFO] [stdout] test src/lib.rs - saturn (line 1211) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::mercury (line 48) ... ok
[INFO] [stdout] test src/lib.rs - earth_moon (line 761) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::earth_moon (line 228) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::saturn (line 494) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b (line 12) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::earth (line 178) ... ok
[INFO] [stdout] test src/lib.rs - venus (line 678) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::jupiter (line 434) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::mars (line 374) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::neptune (line 493) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::mercury (line 50) ... ok
[INFO] [stdout] test src/lib.rs - venus (line 665) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::venus (line 108) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::neptune (line 609) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::neptune (line 467) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::jupiter (line 306) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::mars (line 227) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::earth (line 168) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::saturn (line 347) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::mercury (line 48) ... ok
[INFO] [stdout] test src/vsop87a/mod.rs - vsop87a::uranus (line 554) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::saturn (line 370) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d (line 12) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::venus (line 114) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::uranus (line 407) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c (line 14) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::jupiter (line 287) ... ok
[INFO] [stdout] test src/vsop87c/mod.rs - vsop87c::venus (line 108) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::uranus (line 434) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::mercury (line 52) ... ok
[INFO] [stdout] test src/vsop87b/mod.rs - vsop87b::mars (line 242) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::mars (line 243) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::jupiter (line 307) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::neptune (line 497) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::uranus (line 470) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::uranus (line 435) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::venus (line 116) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::saturn (line 371) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::sun (line 50) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::mercury (line 110) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::jupiter (line 350) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e (line 15) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::earth (line 230) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::mars (line 290) ... ok
[INFO] [stdout] test src/vsop87d/mod.rs - vsop87d::earth (line 180) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::venus (line 170) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::saturn (line 410) ... ok
[INFO] [stdout] test src/vsop87e/mod.rs - vsop87e::neptune (line 525) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.87s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f6a1cf9b68d049c7d438afe72211f086e882befced1721167426d2ca7a8aef8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6a1cf9b68d049c7d438afe72211f086e882befced1721167426d2ca7a8aef8a", kill_on_drop: false }`
[INFO] [stdout] f6a1cf9b68d049c7d438afe72211f086e882befced1721167426d2ca7a8aef8a
