[INFO] cloning repository https://github.com/p-sira/ellip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/p-sira/ellip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp-sira%2Fellip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp-sira%2Fellip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a602fa8edf2122df5cb33fa4893a6f34ffafe40f [INFO] checking p-sira/ellip against master#ba412a6e70ac84641be7764d088acabd0eb3fa39 for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp-sira%2Fellip" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/p-sira/ellip [INFO] finished tweaking git repo https://github.com/p-sira/ellip [INFO] tweaked toml for git repo https://github.com/p-sira/ellip written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/p-sira/ellip on toolchain ba412a6e70ac84641be7764d088acabd0eb3fa39 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ba412a6e70ac84641be7764d088acabd0eb3fa39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/p-sira/ellip 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" "+ba412a6e70ac84641be7764d088acabd0eb3fa39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-lazy v0.2.0 [INFO] [stderr] Downloaded numeric_literals v0.2.0 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ba412a6e70ac84641be7764d088acabd0eb3fa39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27117e4295d87197d99db3fe9571f2c81f19da936eb965744458bb600a57fd81 [INFO] running `Command { std: "docker" "start" "-a" "27117e4295d87197d99db3fe9571f2c81f19da936eb965744458bb600a57fd81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27117e4295d87197d99db3fe9571f2c81f19da936eb965744458bb600a57fd81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27117e4295d87197d99db3fe9571f2c81f19da936eb965744458bb600a57fd81", kill_on_drop: false }` [INFO] [stdout] 27117e4295d87197d99db3fe9571f2c81f19da936eb965744458bb600a57fd81 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ba412a6e70ac84641be7764d088acabd0eb3fa39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 961f1c0b41d5dbc6097248a0529bb52d11371294ca256703adedca413fa7e0e2 [INFO] running `Command { std: "docker" "start" "-a" "961f1c0b41d5dbc6097248a0529bb52d11371294ca256703adedca413fa7e0e2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking clap_builder v4.5.42 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking bytecount v0.6.9 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking papergrid v0.17.0 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking testing_table v0.3.0 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking num-lazy v0.2.0 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking criterion-plot v0.6.0 [INFO] [stderr] Checking clap v4.5.42 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling numeric_literals v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tabled_derive v0.11.0 [INFO] [stderr] Checking ellip v0.3.6 (/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:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9}); [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:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18}); [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:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9}); [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:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18}); [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HalfPrecision` is never constructed [INFO] [stdout] --> src/bulirsch/constants.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9}); [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] Checking tabled v0.20.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.7.0 [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:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_bulirsch_const!(@type f32, {D: 7, CA: 1e-3, CB: 1e-9}); [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:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | impl _BulirschConst for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_bulirsch_const!(@type f64, {D: 16, CA: 1e-8, CB: 1e-18}); [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:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9}); [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:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | impl _BulirschConst for $struct { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_bulirsch_const!(DefaultPrecision, {D: 16, CA: 1e-8, CB: 1e-18}); [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:94:50 [INFO] [stdout] | [INFO] [stdout] 94 | 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:95:50 [INFO] [stdout] | [INFO] [stdout] 95 | 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:96:50 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(>::cb(), 1e-9); [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:97:50 [INFO] [stdout] | [INFO] [stdout] 97 | 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:98:50 [INFO] [stdout] | [INFO] [stdout] 98 | 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:99:50 [INFO] [stdout] | [INFO] [stdout] 99 | assert_eq!(>::cb(), 1e-18); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HalfPrecision` is never constructed [INFO] [stdout] --> src/bulirsch/constants.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | impl_bulirsch_const!(HalfPrecision, {D: 7, CA: 1e-3, CB: 1e-9}); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` 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 `dev` profile [unoptimized + debuginfo] target(s) in 42.54s [INFO] running `Command { std: "docker" "inspect" "961f1c0b41d5dbc6097248a0529bb52d11371294ca256703adedca413fa7e0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "961f1c0b41d5dbc6097248a0529bb52d11371294ca256703adedca413fa7e0e2", kill_on_drop: false }` [INFO] [stdout] 961f1c0b41d5dbc6097248a0529bb52d11371294ca256703adedca413fa7e0e2