[INFO] fetching crate tolerance 1.2.0... [INFO] checking tolerance-1.2.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate tolerance 1.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate tolerance 1.2.0 [INFO] finished tweaking crates.io crate tolerance 1.2.0 [INFO] tweaked toml for crates.io crate tolerance 1.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tolerance 1.2.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tolerance 1.2.0 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a1ef10ad129b0f7292c30751e4aaa48f037f84352122f78f1e6727de942a4c0 [INFO] running `Command { std: "docker" "start" "-a" "5a1ef10ad129b0f7292c30751e4aaa48f037f84352122f78f1e6727de942a4c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a1ef10ad129b0f7292c30751e4aaa48f037f84352122f78f1e6727de942a4c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a1ef10ad129b0f7292c30751e4aaa48f037f84352122f78f1e6727de942a4c0", kill_on_drop: false }` [INFO] [stdout] 5a1ef10ad129b0f7292c30751e4aaa48f037f84352122f78f1e6727de942a4c0 [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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1fcc57a07120b8878de4ef3dd89498de9ffa1806ba3984f766ac18ce712ed6e [INFO] running `Command { std: "docker" "start" "-a" "a1fcc57a07120b8878de4ef3dd89498de9ffa1806ba3984f766ac18ce712ed6e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Checking tolerance v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | $Self::from(self.0 + $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | super::standard_myths!(Myth16, i16, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | $Self::from(self.0 - $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | super::standard_myths!(Myth16, i16, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | let m = $typ::try_from(unit).expect("Unit.multiply to big."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | super::standard_myths!(Myth16, i16, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: ControlFlow, myth16::Myth16> [INFO] [stdout] --> src/myths.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | Ok(Self::try_from(value.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | super::try_from_myths!(Myth16, Myth32, Myth64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mustuse_in_always_ok)]` on by default [INFO] [stdout] = note: this warning originates in the macro `super::try_from_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/myths.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | Ok(Self::try_from(value.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | super::try_from_myths!(Myth16, Myth32, Myth64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::try_from_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:395:42 [INFO] [stdout] | [INFO] [stdout] 395 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth16, i16, Myth16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:403:42 [INFO] [stdout] | [INFO] [stdout] 403 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth16, i16, Myth16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:411:42 [INFO] [stdout] | [INFO] [stdout] 411 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth16, i16, Myth16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:419:42 [INFO] [stdout] | [INFO] [stdout] 419 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth16.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth16, i16, Myth16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | $Self::from(self.0 + $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | super::standard_myths!(Myth32, i32, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | $Self::from(self.0 - $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | super::standard_myths!(Myth32, i32, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | let m = $typ::try_from(unit).expect("Unit.multiply to big."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | super::standard_myths!(Myth32, i32, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:395:42 [INFO] [stdout] | [INFO] [stdout] 395 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth32, i32, Myth32, Myth16); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:403:42 [INFO] [stdout] | [INFO] [stdout] 403 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth32, i32, Myth32, Myth16); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:411:42 [INFO] [stdout] | [INFO] [stdout] 411 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth32, i32, Myth32, Myth16); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:419:42 [INFO] [stdout] | [INFO] [stdout] 419 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth32.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | super::calc_with_myths!(Myth32, i32, Myth32, Myth16); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:395:42 [INFO] [stdout] | [INFO] [stdout] 395 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | super::calc_with_myths!(Myth64, i64, Myth64, Myth32, Myth16); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:403:42 [INFO] [stdout] | [INFO] [stdout] 403 | $Self::from(self.0 + $typ::try_from(other.0).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | super::calc_with_myths!(Myth64, i64, Myth64, Myth32, Myth16); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:411:42 [INFO] [stdout] | [INFO] [stdout] 411 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | super::calc_with_myths!(Myth64, i64, Myth64, Myth32, Myth16); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:419:42 [INFO] [stdout] | [INFO] [stdout] 419 | $Self::from(self.0 - $typ::try_from(other.0).expect("Minuend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | super::calc_with_myths!(Myth64, i64, Myth64, Myth32, Myth16); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::calc_with_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | $Self::from(self.0 + $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | $Self::from(self.0 - $typ::try_from(other).expect("Addend out of scope")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | let m = $typ::try_from(unit).expect("Unit.multiply to big."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/myths.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 190 | let m = $typ::try_from(*unit).expect("Unit.multiply to big."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/myths.rs:339:31 [INFO] [stdout] | [INFO] [stdout] 339 | .and_then(|i| Self::try_from(i). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/myths.rs:366:17 [INFO] [stdout] | [INFO] [stdout] 366 | $Self::try_from(*unit).expect("Unit out of scope") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/myths/myth64.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | super::standard_myths!(Myth64, i64, u64, u32, u16, u8, usize, i64, i32, i16, i8, isize); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::standard_myths` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: ControlFlow, myth64::Myth64> [INFO] [stdout] --> src/tols.rs:602:32 [INFO] [stdout] | [INFO] [stdout] 602 | value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/tols.rs:602:32 [INFO] [stdout] | [INFO] [stdout] 602 | value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: ControlFlow, myth64::Myth64> [INFO] [stdout] --> src/tols.rs:609:36 [INFO] [stdout] | [INFO] [stdout] 609 | ... value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/tols.rs:609:36 [INFO] [stdout] | [INFO] [stdout] 609 | ... value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: ControlFlow, myth64::Myth64> [INFO] [stdout] --> src/tols.rs:615:32 [INFO] [stdout] | [INFO] [stdout] 615 | value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this type continue be must used: Result [INFO] [stdout] --> src/tols.rs:615:32 [INFO] [stdout] | [INFO] [stdout] 615 | value: $value::try_from(v)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tols/tol128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | super::tolerance_body!(T128, Myth64, Myth32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `super::tolerance_body` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tolerance` (lib) due to 22 previous errors; 10 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a1fcc57a07120b8878de4ef3dd89498de9ffa1806ba3984f766ac18ce712ed6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1fcc57a07120b8878de4ef3dd89498de9ffa1806ba3984f766ac18ce712ed6e", kill_on_drop: false }` [INFO] [stdout] a1fcc57a07120b8878de4ef3dd89498de9ffa1806ba3984f766ac18ce712ed6e