[INFO] fetching crate ellip 0.3.7... [INFO] testing ellip-0.3.7 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ellip 0.3.7 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate ellip 0.3.7 [INFO] finished tweaking crates.io crate ellip 0.3.7 [INFO] tweaked toml for crates.io crate ellip 0.3.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ellip 0.3.7 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ellip 0.3.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec8f87ce7fee050c81519b8ed553cc92b8f59dd7a4302656399a5660d7ca653c [INFO] running `Command { std: "docker" "start" "-a" "ec8f87ce7fee050c81519b8ed553cc92b8f59dd7a4302656399a5660d7ca653c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec8f87ce7fee050c81519b8ed553cc92b8f59dd7a4302656399a5660d7ca653c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec8f87ce7fee050c81519b8ed553cc92b8f59dd7a4302656399a5660d7ca653c", kill_on_drop: false }` [INFO] [stdout] ec8f87ce7fee050c81519b8ed553cc92b8f59dd7a4302656399a5660d7ca653c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f90c0a4bfe1cc2d0046a20c4ae82ee0bd71586743c4dedc5e74c71bab7c3492 [INFO] running `Command { std: "docker" "start" "-a" "6f90c0a4bfe1cc2d0046a20c4ae82ee0bd71586743c4dedc5e74c71bab7c3492", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-lazy v0.2.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling numeric_literals v0.2.0 [INFO] [stderr] Compiling ellip v0.3.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub use constants::BulirschConst; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:14:46 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) use constants::{DefaultPrecision, _BulirschConst}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `D` is never used [INFO] [stdout] --> src/bulirsch/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub trait _BulirschConst { [INFO] [stdout] | -------------- associated constant in this trait [INFO] [stdout] ... [INFO] [stdout] 46 | const D: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HalfPrecision` is never constructed [INFO] [stdout] --> src/bulirsch/constants.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s [INFO] running `Command { std: "docker" "inspect" "6f90c0a4bfe1cc2d0046a20c4ae82ee0bd71586743c4dedc5e74c71bab7c3492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f90c0a4bfe1cc2d0046a20c4ae82ee0bd71586743c4dedc5e74c71bab7c3492", kill_on_drop: false }` [INFO] [stdout] 6f90c0a4bfe1cc2d0046a20c4ae82ee0bd71586743c4dedc5e74c71bab7c3492 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d857d4103a6b2f8fcebe6a22d8cd2caded374bd17f560e9a32b684a409fec26 [INFO] running `Command { std: "docker" "start" "-a" "5d857d4103a6b2f8fcebe6a22d8cd2caded374bd17f560e9a32b684a409fec26", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling clap_builder v4.5.43 [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub use constants::BulirschConst; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:14:46 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) use constants::{DefaultPrecision, _BulirschConst}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `D` is never used [INFO] [stdout] --> src/bulirsch/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub trait _BulirschConst { [INFO] [stdout] | -------------- associated constant in this trait [INFO] [stdout] ... [INFO] [stdout] 46 | const D: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HalfPrecision` is never constructed [INFO] [stdout] --> src/bulirsch/constants.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap v4.5.43 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stderr] Compiling ellip v0.3.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub use constants::BulirschConst; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/mod.rs:14:46 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) use constants::{DefaultPrecision, _BulirschConst}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | impl BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | (10 as $type).powi(-::D / 2) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::_BulirschConst::D`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:101:50 [INFO] [stdout] | [INFO] [stdout] 101 | assert_eq!(>::D, 7); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::ca`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:102:50 [INFO] [stdout] | [INFO] [stdout] 102 | assert_eq!(>::ca(), 1e-3); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::cb`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:103:50 [INFO] [stdout] | [INFO] [stdout] 103 | assert_eq!(>::cb(), 1e-9); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::lim_kc_p`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:104:50 [INFO] [stdout] | [INFO] [stdout] 104 | assert_eq!(>::lim_kc_p(), 1e-7); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated constant `bulirsch::constants::_BulirschConst::D`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:105:50 [INFO] [stdout] | [INFO] [stdout] 105 | assert_eq!(>::D, 16); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::ca`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(>::ca(), 1e-8); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::cb`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:107:50 [INFO] [stdout] | [INFO] [stdout] 107 | assert_eq!(>::cb(), 1e-18); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::lim_kc_p`: New feature. Release on next minor version as unstable feature. [INFO] [stdout] --> src/bulirsch/constants.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | assert_eq!(>::lim_kc_p(), 1e-12); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HalfPrecision` is never constructed [INFO] [stdout] --> src/bulirsch/constants.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 22.47s [INFO] running `Command { std: "docker" "inspect" "5d857d4103a6b2f8fcebe6a22d8cd2caded374bd17f560e9a32b684a409fec26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d857d4103a6b2f8fcebe6a22d8cd2caded374bd17f560e9a32b684a409fec26", kill_on_drop: false }` [INFO] [stdout] 5d857d4103a6b2f8fcebe6a22d8cd2caded374bd17f560e9a32b684a409fec26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2ba69ff6c8745f174f2e5cc4b8397bce235d92854f7c751c7f885adcca0799a [INFO] running `Command { std: "docker" "start" "-a" "f2ba69ff6c8745f174f2e5cc4b8397bce235d92854f7c751c7f885adcca0799a", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stdout] [INFO] [stderr] --> src/bulirsch/mod.rs:13:20 [INFO] [stdout] running 70 tests [INFO] [stderr] | [INFO] [stderr] 13 | pub use constants::BulirschConst; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/mod.rs:14:46 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) use constants::{DefaultPrecision, _BulirschConst}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | impl BulirschConst for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::BulirschConst`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | impl BulirschConst for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:77:24 [INFO] [stderr] | [INFO] [stderr] 77 | impl _BulirschConst for $type { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 89 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:77:24 [INFO] [stderr] | [INFO] [stderr] 77 | impl _BulirschConst for $type { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | impl _BulirschConst for $struct { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `bulirsch::constants::_BulirschConst`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | impl _BulirschConst for $struct { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 92 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18, LIM: 1e-12}); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:27:62 [INFO] [stderr] | [INFO] [stderr] 27 | (10 as $type).powi(-::D / 2) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:31:63 [INFO] [stderr] | [INFO] [stderr] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 37 | _impl_bulirsch_const!(f32, 7); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:27:62 [INFO] [stderr] | [INFO] [stderr] 27 | (10 as $type).powi(-::D / 2) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::BulirschConst::D`: Change signature in the next minor version and will be moved to unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:31:63 [INFO] [stderr] | [INFO] [stderr] 31 | (10 as $type).powi(-(::D + 2)) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 38 | _impl_bulirsch_const!(f64, 16); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated constant `D` is never used [INFO] [stderr] --> src/bulirsch/constants.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 42 | pub trait _BulirschConst { [INFO] [stderr] | -------------- associated constant in this trait [INFO] [stderr] ... [INFO] [stderr] 46 | const D: i32; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `HalfPrecision` is never constructed [INFO] [stderr] --> src/bulirsch/constants.rs:91:22 [INFO] [stderr] | [INFO] [stderr] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ellip` (lib) generated 14 warnings [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::_BulirschConst::D`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:101:50 [INFO] [stderr] | [INFO] [stderr] 101 | assert_eq!(>::D, 7); [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::ca`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:102:50 [INFO] [stderr] | [INFO] [stderr] 102 | assert_eq!(>::ca(), 1e-3); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::cb`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:103:50 [INFO] [stderr] | [INFO] [stderr] 103 | assert_eq!(>::cb(), 1e-9); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::lim_kc_p`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:104:50 [INFO] [stderr] | [INFO] [stderr] 104 | assert_eq!(>::lim_kc_p(), 1e-7); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated constant `bulirsch::constants::_BulirschConst::D`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:105:50 [INFO] [stderr] | [INFO] [stderr] 105 | assert_eq!(>::D, 16); [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::ca`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | assert_eq!(>::ca(), 1e-8); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::cb`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:107:50 [INFO] [stderr] | [INFO] [stderr] 107 | assert_eq!(>::cb(), 1e-18); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `bulirsch::constants::_BulirschConst::lim_kc_p`: New feature. Release on next minor version as unstable feature. [INFO] [stderr] --> src/bulirsch/constants.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | assert_eq!(>::lim_kc_p(), 1e-12); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `HalfPrecision` is never constructed [INFO] [stderr] --> src/bulirsch/constants.rs:91:22 [INFO] [stderr] | [INFO] [stdout] test bulirsch::cel::tests::test_cel2_special_cases ... ok [INFO] [stderr] 91 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9, LIM: 1e-7}); [INFO] [stdout] test bulirsch::constants::tests::test_bulirsch_const ... ok [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] test bulirsch::cel::tests::test_cel1 ... ok [INFO] [stderr] | [INFO] [stdout] test bulirsch::cel::tests::test_cel_special_cases ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test bulirsch::el::tests::test_el1 ... ok [INFO] [stderr] = note: this warning originates in the macro `impl_bulirsch_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test bulirsch::cel::tests::test_cel2 ... ok [INFO] [stderr] [INFO] [stdout] test bulirsch::el::tests::test_el2_special_cases ... ok [INFO] [stderr] warning: `ellip` (lib test) generated 21 warnings (12 duplicates) [INFO] [stdout] test bulirsch::el::tests::test_el2 ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] test bulirsch::el::tests::test_el3 ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ellip-ab2bd3c50ae28c3d) [INFO] [stdout] test carlson::elliprc::tests::test_elliprc ... ok [INFO] [stdout] test carlson::elliprc::tests::test_elliprc_special_cases ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_0yy ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_xxx ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_xyy ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf_special_cases ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf_0yy ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf_xxx ... ok [INFO] [stdout] test bulirsch::el::tests::test_el3_special_cases ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_xxz ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_special_cases ... ok [INFO] [stdout] test bulirsch::cel::tests::test_cel1_special_cases ... ok [INFO] [stdout] test bulirsch::el::tests::test_el3_references ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf_xy0 ... ok [INFO] [stdout] test carlson::elliprf::tests::test_elliprf_xyy ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg ... ok [INFO] [stdout] test carlson::elliprj::tests::cover_deadcode ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg_xxx ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg_00x ... ok [INFO] [stdout] test carlson::elliprj::tests::test_elliprj_special_cases ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg_xy0 ... ok [INFO] [stdout] test bulirsch::cel::tests::test_cel ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg_special_cases ... ok [INFO] [stdout] test bulirsch::el::tests::test_el1_references ... ok [INFO] [stdout] test bulirsch::el::tests::test_el1_special_cases ... ok [INFO] [stdout] test carlson::elliprd::tests::test_elliprd_0xy ... ok [INFO] [stdout] test carlson::elliprg::tests::test_elliprg_xyy ... ok [INFO] [stdout] test carlson::elliprj::tests::test_elliprj ... ok [INFO] [stdout] test legendre::ellipd::tests::test_ellipd ... ok [INFO] [stdout] test legendre::ellipe::tests::test_ellipe_special_cases ... ok [INFO] [stdout] test legendre::ellipe::tests::test_ellipe_wolfram ... ok [INFO] [stdout] test legendre::ellipeinc::tests::test_ellipeinc ... ok [INFO] [stdout] test legendre::ellipeinc::tests::test_ellipeinc_special_cases ... ok [INFO] [stdout] test legendre::ellipf::tests::test_ellipf_special_cases ... ok [INFO] [stdout] test legendre::ellipk::tests::test_ellipk_boost ... ok [INFO] [stdout] test legendre::ellipf::tests::test_ellipf ... ok [INFO] [stdout] test legendre::ellipk::tests::test_ellipk_special_cases ... ok [INFO] [stdout] test legendre::ellipk::tests::test_ellipk_wolfram ... ok [INFO] [stdout] test legendre::ellippi::tests::test_ellippi ... ok [INFO] [stdout] test legendre::ellipdinc::tests::test_ellipdinc ... ok [INFO] [stdout] test legendre::ellipe::tests::test_ellipe ... ok [INFO] [stdout] test legendre::ellippi::tests::test_ellippi_special_cases ... ok [INFO] [stdout] test legendre::ellippi::tests::test_ellippi_wolfram_neg ... ok [INFO] [stdout] test legendre::ellipdinc::tests::test_ellipdinc_special_cases ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippi_large ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippiinc_err ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippiinc_special_cases ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippiinc_wolfram ... ok [INFO] [stdout] test legendre::ellipdinc::tests::test_ellipdinc_wolfram ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippiinc_wolfram_neg ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippiinc_wolfram_pv ... ok [INFO] [stdout] test util::tests::test_assert_close_success ... ok [INFO] [stdout] test legendre::ellipd::tests::test_ellipd_wolfram ... ok [INFO] [stdout] test legendre::ellippi::tests::test_ellippi_wolfram_pv ... ok [INFO] [stdout] test legendre::ellipd::tests::test_ellipd_special_cases ... ok [INFO] [stdout] test legendre::ellippi::tests::test_ellippi_wolfram ... ok [INFO] [stdout] test legendre::ellippiinc::tests::test_ellippi ... ok [INFO] [stdout] test util::tests::test_assert_close_panic - should panic ... ok [INFO] [stdout] test carlson::elliprj::tests::test_elliprj_wolfram ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Doc-tests ellip [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test src/bulirsch/el.rs - bulirsch::el::el1 (line 54) ... ok [INFO] [stdout] test src/bulirsch/cel.rs - bulirsch::cel::cel (line 62) ... ok [INFO] [stdout] test src/legendre/ellipd.rs - legendre::ellipd::ellipd (line 52) ... ok [INFO] [stdout] test src/carlson/elliprc.rs - carlson::elliprc::elliprc (line 57) ... ok [INFO] [stdout] test src/legendre/ellipeinc.rs - legendre::ellipeinc::ellipeinc (line 63) ... ok [INFO] [stdout] test src/carlson/elliprf.rs - carlson::elliprf::elliprf (line 61) ... ok [INFO] [stdout] test src/legendre/ellipdinc.rs - legendre::ellipdinc::ellipdinc (line 58) ... ok [INFO] [stdout] test src/bulirsch/el.rs - bulirsch::el::el2 (line 158) ... ok [INFO] [stdout] test src/carlson/elliprg.rs - carlson::elliprg::elliprg (line 59) ... ok [INFO] [stdout] test src/bulirsch/cel.rs - bulirsch::cel::cel2 (line 247) ... ok [INFO] [stdout] test src/carlson/elliprd.rs - carlson::elliprd::elliprd (line 60) ... ok [INFO] [stdout] test src/legendre/ellippi.rs - legendre::ellippi::ellippi (line 63) ... ok [INFO] [stdout] test src/legendre/ellipf.rs - legendre::ellipf::ellipf (line 63) ... ok [INFO] [stdout] test src/legendre/ellipe.rs - legendre::ellipe::ellipe (line 50) ... ok [INFO] [stdout] test src/legendre/ellippiinc.rs - legendre::ellippiinc::ellippiinc (line 76) ... ok [INFO] [stdout] test src/bulirsch/cel.rs - bulirsch::cel::cel1 (line 167) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/carlson/elliprj.rs - carlson::elliprj::elliprj (line 65) ... ok [INFO] [stdout] test src/legendre/ellipk.rs - legendre::ellipk::ellipk (line 54) ... ok [INFO] [stdout] test src/bulirsch/el.rs - bulirsch::el::el3 (line 281) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2ba69ff6c8745f174f2e5cc4b8397bce235d92854f7c751c7f885adcca0799a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2ba69ff6c8745f174f2e5cc4b8397bce235d92854f7c751c7f885adcca0799a", kill_on_drop: false }` [INFO] [stdout] f2ba69ff6c8745f174f2e5cc4b8397bce235d92854f7c751c7f885adcca0799a