[INFO] fetching crate dimensioned 0.7.0... [INFO] testing dimensioned-0.7.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate dimensioned 0.7.0 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate dimensioned 0.7.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dimensioned 0.7.0 [INFO] finished tweaking crates.io crate dimensioned 0.7.0 [INFO] tweaked toml for crates.io crate dimensioned 0.7.0 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83911db963ffee85b90830362e9d525f170ab1a42befb67cd6969c82e6089517 [INFO] running `Command { std: "docker" "start" "-a" "83911db963ffee85b90830362e9d525f170ab1a42befb67cd6969c82e6089517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83911db963ffee85b90830362e9d525f170ab1a42befb67cd6969c82e6089517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83911db963ffee85b90830362e9d525f170ab1a42befb67cd6969c82e6089517", kill_on_drop: false }` [INFO] [stdout] 83911db963ffee85b90830362e9d525f170ab1a42befb67cd6969c82e6089517 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2341fd95eb1239c91d357f71c1ad187d9f7810762f6840c08670c3d14c602d81 [INFO] running `Command { std: "docker" "start" "-a" "2341fd95eb1239c91d357f71c1ad187d9f7810762f6840c08670c3d14c602d81", kill_on_drop: false }` [INFO] [stderr] Compiling dimensioned v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling generic-array v0.11.2 [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/build/mod.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | use std::io::Write; [INFO] [stdout] | -------------- the item `Write` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTCM: SqrtCentimeter, sqrtcm; [INFO] [stdout] 14 | | SQRTG: SqrtGram, sqrtg; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | CM: Centimeter = SqrtCentimeter * SqrtCentimeter, Length; [INFO] [stdout] 19 | | G: Gram = SqrtGram * SqrtGram, Mass; [INFO] [stdout] 20 | | [INFO] [stdout] ... | [INFO] [stdout] 51 | | STATV: StatVolt = Erg / StatCoulomb; [INFO] [stdout] 52 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 54 | | M: Centimeter = HECTO * CM.value_unsafe, "Meter"; [INFO] [stdout] 55 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTFT: SqrtFoot, sqrtft; [INFO] [stdout] 14 | | SQRTLB: SqrtPound, sqrtlb; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | FT: Foot = SqrtFoot * SqrtFoot, Length; [INFO] [stdout] 19 | | LB: Pound = SqrtPound * SqrtPound, Mass; [INFO] [stdout] 20 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | constants: constants!(), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTM: SqrtMeter, sqrtm; [INFO] [stdout] 14 | | SQRTKG: SqrtKilogram, sqrtkg; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | M: Meter = SqrtMeter * SqrtMeter, Length; [INFO] [stdout] 19 | | KG: Kilogram = SqrtKilogram * SqrtKilogram, Mass; [INFO] [stdout] 20 | | [INFO] [stdout] 21 | | MPS: MeterPerSecond = Meter / Second, Velocity; [INFO] [stdout] 22 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | constants: constants!(), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 14 | | M: Meter, m, Length; [INFO] [stdout] 15 | | KG: Kilogram, kg, Mass; [INFO] [stdout] 16 | | S: Second, s, Time; [INFO] [stdout] ... | [INFO] [stdout] 20 | | MOL: Mole, mol, AmountOfSubstance; [INFO] [stdout] 21 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 23 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stdout] 24 | | N: Newton = Kilogram * Meter / Second2, Force; [INFO] [stdout] 25 | | PA: Pascal = Newton / Meter2, Pressure; [INFO] [stdout] ... | [INFO] [stdout] 140 | | WPM: WattPerMeter = Watt / Meter; [INFO] [stdout] 141 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 143 | | RAD: Unitless = 1.0 * ONE.value_unsafe, "Radian"; [INFO] [stdout] 144 | | SR: Unitless = 1.0 * ONE.value_unsafe, "Steradian"; [INFO] [stdout] 145 | | [INFO] [stdout] ... | [INFO] [stdout] 186 | | LBF: Newton = 4.4482216152605 * N.value_unsafe, "Pound force"; [INFO] [stdout] 187 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 56 | | M: Meter, m, Length; [INFO] [stdout] 57 | | S: Second, s, Time; [INFO] [stdout] 58 | | G: Gram, g, Mass; [INFO] [stdout] ... | [INFO] [stdout] 62 | | CD: Candela, cd, LuminousIntensity; [INFO] [stdout] 63 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 65 | | SR: Steradian = Radian * Radian; [INFO] [stdout] 66 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stdout] 67 | | MILLIN: MilliNewton = Gram * Meter / Second / Second, Force; [INFO] [stdout] ... | [INFO] [stdout] 114 | | M3PSG: Meter3PerSecondGram = Meter3 / Second / Gram; [INFO] [stdout] 115 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 117 | | // Useful constants: [INFO] [stdout] 118 | | KG: Gram = KILO*G.value_unsafe, "Kilogram"; [INFO] [stdout] 119 | | CM: Meter = CENTI*M.value_unsafe, "Centimeter"; [INFO] [stdout] ... | [INFO] [stdout] 370 | | SMOOT: Meter = 67.0 * IN_I.value_unsafe, "Smoot"; [INFO] [stdout] 371 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | format_cgs_like!(MKS; ["m", "k", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | format_cgs_like!(FPS; ["ft", "lb", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.80s [INFO] running `Command { std: "docker" "inspect" "2341fd95eb1239c91d357f71c1ad187d9f7810762f6840c08670c3d14c602d81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2341fd95eb1239c91d357f71c1ad187d9f7810762f6840c08670c3d14c602d81", kill_on_drop: false }` [INFO] [stdout] 2341fd95eb1239c91d357f71c1ad187d9f7810762f6840c08670c3d14c602d81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29f293b6a61d93a3ca4abab1932fc80e9f2b2daa66cfcb47241b9d6a8163e5eb [INFO] running `Command { std: "docker" "start" "-a" "29f293b6a61d93a3ca4abab1932fc80e9f2b2daa66cfcb47241b9d6a8163e5eb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/build/mod.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | use std::io::Write; [INFO] [stdout] | -------------- the item `Write` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTCM: SqrtCentimeter, sqrtcm; [INFO] [stdout] 14 | | SQRTG: SqrtGram, sqrtg; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | CM: Centimeter = SqrtCentimeter * SqrtCentimeter, Length; [INFO] [stdout] 19 | | G: Gram = SqrtGram * SqrtGram, Mass; [INFO] [stdout] 20 | | [INFO] [stdout] ... | [INFO] [stdout] 51 | | STATV: StatVolt = Erg / StatCoulomb; [INFO] [stdout] 52 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/cgs.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 54 | | M: Centimeter = HECTO * CM.value_unsafe, "Meter"; [INFO] [stdout] 55 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTFT: SqrtFoot, sqrtft; [INFO] [stdout] 14 | | SQRTLB: SqrtPound, sqrtlb; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | FT: Foot = SqrtFoot * SqrtFoot, Length; [INFO] [stdout] 19 | | LB: Pound = SqrtPound * SqrtPound, Mass; [INFO] [stdout] 20 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/fps.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | constants: constants!(), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 13 | | SQRTM: SqrtMeter, sqrtm; [INFO] [stdout] 14 | | SQRTKG: SqrtKilogram, sqrtkg; [INFO] [stdout] 15 | | S: Second, s, Time; [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 18 | | M: Meter = SqrtMeter * SqrtMeter, Length; [INFO] [stdout] 19 | | KG: Kilogram = SqrtKilogram * SqrtKilogram, Mass; [INFO] [stdout] 20 | | [INFO] [stdout] 21 | | MPS: MeterPerSecond = Meter / Second, Velocity; [INFO] [stdout] 22 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/mks.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | constants: constants!(), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 14 | | M: Meter, m, Length; [INFO] [stdout] 15 | | KG: Kilogram, kg, Mass; [INFO] [stdout] 16 | | S: Second, s, Time; [INFO] [stdout] ... | [INFO] [stdout] 20 | | MOL: Mole, mol, AmountOfSubstance; [INFO] [stdout] 21 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 23 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stdout] 24 | | N: Newton = Kilogram * Meter / Second2, Force; [INFO] [stdout] 25 | | PA: Pascal = Newton / Meter2, Pressure; [INFO] [stdout] ... | [INFO] [stdout] 140 | | WPM: WattPerMeter = Watt / Meter; [INFO] [stdout] 141 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/si.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 143 | | RAD: Unitless = 1.0 * ONE.value_unsafe, "Radian"; [INFO] [stdout] 144 | | SR: Unitless = 1.0 * ONE.value_unsafe, "Steradian"; [INFO] [stdout] 145 | | [INFO] [stdout] ... | [INFO] [stdout] 186 | | LBF: Newton = 4.4482216152605 * N.value_unsafe, "Pound force"; [INFO] [stdout] 187 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | base: base_units!( [INFO] [stdout] | _______________- [INFO] [stdout] 56 | | M: Meter, m, Length; [INFO] [stdout] 57 | | S: Second, s, Time; [INFO] [stdout] 58 | | G: Gram, g, Mass; [INFO] [stdout] ... | [INFO] [stdout] 62 | | CD: Candela, cd, LuminousIntensity; [INFO] [stdout] 63 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:317:14 [INFO] [stdout] | [INFO] [stdout] 317 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | derived: derived_units!( [INFO] [stdout] | __________________- [INFO] [stdout] 65 | | SR: Steradian = Radian * Radian; [INFO] [stdout] 66 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stdout] 67 | | MILLIN: MilliNewton = Gram * Meter / Second / Second, Force; [INFO] [stdout] ... | [INFO] [stdout] 114 | | M3PSG: Meter3PerSecondGram = Meter3 / Second / Gram; [INFO] [stdout] 115 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/build/mod.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 328 | }),*]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/build/ucum.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | constants: constants!( [INFO] [stdout] | ____________________- [INFO] [stdout] 117 | | // Useful constants: [INFO] [stdout] 118 | | KG: Gram = KILO*G.value_unsafe, "Kilogram"; [INFO] [stdout] 119 | | CM: Meter = CENTI*M.value_unsafe, "Centimeter"; [INFO] [stdout] ... | [INFO] [stdout] 370 | | SMOOT: Meter = 67.0 * IN_I.value_unsafe, "Smoot"; [INFO] [stdout] 371 | | ), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | format_cgs_like!(MKS; ["m", "k", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | format_cgs_like!(FPS; ["ft", "lb", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dimensioned v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | format_cgs_like!(MKS; ["m", "k", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/fmt.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | exponents.into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | format_cgs_like!(FPS; ["ft", "lb", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 19 | exponents.iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 19 | IntoIterator::into_iter(exponents) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.92s [INFO] running `Command { std: "docker" "inspect" "29f293b6a61d93a3ca4abab1932fc80e9f2b2daa66cfcb47241b9d6a8163e5eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29f293b6a61d93a3ca4abab1932fc80e9f2b2daa66cfcb47241b9d6a8163e5eb", kill_on_drop: false }` [INFO] [stdout] 29f293b6a61d93a3ca4abab1932fc80e9f2b2daa66cfcb47241b9d6a8163e5eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e46ddd40e0779746d9e7667847528d4426c6a9f6927b63c814db405d209e304 [INFO] running `Command { std: "docker" "start" "-a" "7e46ddd40e0779746d9e7667847528d4426c6a9f6927b63c814db405d209e304", kill_on_drop: false }` [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/build/mod.rs:338:9 [INFO] [stderr] | [INFO] [stderr] 338 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 348 | use std::io::Write; [INFO] [stderr] | -------------- the item `Write` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:306:14 [INFO] [stderr] | [INFO] [stderr] 306 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/cgs.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | base: base_units!( [INFO] [stderr] | _______________- [INFO] [stderr] 13 | | SQRTCM: SqrtCentimeter, sqrtcm; [INFO] [stderr] 14 | | SQRTG: SqrtGram, sqrtg; [INFO] [stderr] 15 | | S: Second, s, Time; [INFO] [stderr] 16 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:317:14 [INFO] [stderr] | [INFO] [stderr] 317 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/cgs.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | derived: derived_units!( [INFO] [stderr] | __________________- [INFO] [stderr] 18 | | CM: Centimeter = SqrtCentimeter * SqrtCentimeter, Length; [INFO] [stderr] 19 | | G: Gram = SqrtGram * SqrtGram, Mass; [INFO] [stderr] 20 | | [INFO] [stderr] ... | [INFO] [stderr] 51 | | STATV: StatVolt = Erg / StatCoulomb; [INFO] [stderr] 52 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:328:14 [INFO] [stderr] | [INFO] [stderr] 328 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/cgs.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | constants: constants!( [INFO] [stderr] | ____________________- [INFO] [stderr] 54 | | M: Centimeter = HECTO * CM.value_unsafe, "Meter"; [INFO] [stderr] 55 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:306:14 [INFO] [stderr] | [INFO] [stderr] 306 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/fps.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | base: base_units!( [INFO] [stderr] | _______________- [INFO] [stderr] 13 | | SQRTFT: SqrtFoot, sqrtft; [INFO] [stderr] 14 | | SQRTLB: SqrtPound, sqrtlb; [INFO] [stderr] 15 | | S: Second, s, Time; [INFO] [stderr] 16 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:317:14 [INFO] [stderr] | [INFO] [stderr] 317 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/fps.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | derived: derived_units!( [INFO] [stderr] | __________________- [INFO] [stderr] 18 | | FT: Foot = SqrtFoot * SqrtFoot, Length; [INFO] [stderr] 19 | | LB: Pound = SqrtPound * SqrtPound, Mass; [INFO] [stderr] 20 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:328:14 [INFO] [stderr] | [INFO] [stderr] 328 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/fps.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | constants: constants!(), [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:306:14 [INFO] [stderr] | [INFO] [stderr] 306 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/mks.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | base: base_units!( [INFO] [stderr] | _______________- [INFO] [stderr] 13 | | SQRTM: SqrtMeter, sqrtm; [INFO] [stderr] 14 | | SQRTKG: SqrtKilogram, sqrtkg; [INFO] [stderr] 15 | | S: Second, s, Time; [INFO] [stderr] 16 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:317:14 [INFO] [stderr] | [INFO] [stderr] 317 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/mks.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | derived: derived_units!( [INFO] [stderr] | __________________- [INFO] [stderr] 18 | | M: Meter = SqrtMeter * SqrtMeter, Length; [INFO] [stderr] 19 | | KG: Kilogram = SqrtKilogram * SqrtKilogram, Mass; [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | MPS: MeterPerSecond = Meter / Second, Velocity; [INFO] [stderr] 22 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:328:14 [INFO] [stderr] | [INFO] [stderr] 328 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/mks.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | constants: constants!(), [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:306:14 [INFO] [stderr] | [INFO] [stderr] 306 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/si.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | base: base_units!( [INFO] [stderr] | _______________- [INFO] [stderr] 14 | | M: Meter, m, Length; [INFO] [stderr] 15 | | KG: Kilogram, kg, Mass; [INFO] [stderr] 16 | | S: Second, s, Time; [INFO] [stderr] ... | [INFO] [stderr] 20 | | MOL: Mole, mol, AmountOfSubstance; [INFO] [stderr] 21 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:317:14 [INFO] [stderr] | [INFO] [stderr] 317 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/si.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | derived: derived_units!( [INFO] [stderr] | __________________- [INFO] [stderr] 23 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stderr] 24 | | N: Newton = Kilogram * Meter / Second2, Force; [INFO] [stderr] 25 | | PA: Pascal = Newton / Meter2, Pressure; [INFO] [stderr] ... | [INFO] [stderr] 140 | | WPM: WattPerMeter = Watt / Meter; [INFO] [stderr] 141 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:328:14 [INFO] [stderr] | [INFO] [stderr] 328 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/si.rs:142:20 [INFO] [stderr] | [INFO] [stderr] 142 | constants: constants!( [INFO] [stderr] | ____________________- [INFO] [stderr] 143 | | RAD: Unitless = 1.0 * ONE.value_unsafe, "Radian"; [INFO] [stderr] 144 | | SR: Unitless = 1.0 * ONE.value_unsafe, "Steradian"; [INFO] [stderr] 145 | | [INFO] [stderr] ... | [INFO] [stderr] 186 | | LBF: Newton = 4.4482216152605 * N.value_unsafe, "Pound force"; [INFO] [stderr] 187 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:306:14 [INFO] [stderr] | [INFO] [stderr] 306 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/ucum.rs:55:15 [INFO] [stderr] | [INFO] [stderr] 55 | base: base_units!( [INFO] [stderr] | _______________- [INFO] [stderr] 56 | | M: Meter, m, Length; [INFO] [stderr] 57 | | S: Second, s, Time; [INFO] [stderr] 58 | | G: Gram, g, Mass; [INFO] [stderr] ... | [INFO] [stderr] 62 | | CD: Candela, cd, LuminousIntensity; [INFO] [stderr] 63 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `base_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:317:14 [INFO] [stderr] | [INFO] [stderr] 317 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/ucum.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | derived: derived_units!( [INFO] [stderr] | __________________- [INFO] [stderr] 65 | | SR: Steradian = Radian * Radian; [INFO] [stderr] 66 | | HZ: Hertz = Unitless / Second, Frequency; [INFO] [stderr] 67 | | MILLIN: MilliNewton = Gram * Meter / Second / Second, Force; [INFO] [stderr] ... | [INFO] [stderr] 114 | | M3PSG: Meter3PerSecondGram = Meter3 / Second / Gram; [INFO] [stderr] 115 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `derived_units` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/build/mod.rs:328:14 [INFO] [stderr] | [INFO] [stderr] 328 | }),*]; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/build/ucum.rs:116:20 [INFO] [stderr] | [INFO] [stderr] 116 | constants: constants!( [INFO] [stderr] | ____________________- [INFO] [stderr] 117 | | // Useful constants: [INFO] [stderr] 118 | | KG: Gram = KILO*G.value_unsafe, "Kilogram"; [INFO] [stderr] 119 | | CM: Meter = CENTI*M.value_unsafe, "Centimeter"; [INFO] [stderr] ... | [INFO] [stderr] 370 | | SMOOT: Meter = 67.0 * IN_I.value_unsafe, "Smoot"; [INFO] [stderr] 371 | | ), [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `constants` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `dimensioned` (build script) generated 16 warnings [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stderr] --> src/fmt.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | exponents.into_iter() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stderr] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 19 | exponents.iter() [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 19 | IntoIterator::into_iter(exponents) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stderr] --> src/fmt.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | exponents.into_iter() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | format_cgs_like!(CGS; ["cm", "g", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stderr] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 19 | exponents.iter() [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 19 | IntoIterator::into_iter(exponents) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stderr] --> src/fmt.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | exponents.into_iter() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | format_cgs_like!(MKS; ["m", "k", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 19 | exponents.iter() [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 19 | IntoIterator::into_iter(exponents) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stderr] --> src/fmt.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | exponents.into_iter() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 51 | format_cgs_like!(FPS; ["ft", "lb", "s"]; Display Octal LowerHex UpperHex Pointer Binary LowerExp UpperExp); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `format_cgs_like` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 19 | exponents.iter() [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 19 | IntoIterator::into_iter(exponents) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: `dimensioned` (lib) generated 4 warnings [INFO] [stderr] warning: `dimensioned` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dimensioned-f8e39468d1efdd7d) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test array::test_array ... ok [INFO] [stdout] test traits::test_root ... ok [INFO] [stdout] test unit_systems::cgs::test_cgs_constants ... ok [INFO] [stdout] test unit_systems::fps::test_fps_constants ... ok [INFO] [stdout] test unit_systems::mks::test_mks_constants ... ok [INFO] [stdout] test unit_systems::si::test_si_constants ... ok [INFO] [stderr] Running tests/consts.rs (/opt/rustwide/target/debug/deps/consts-c43fda949b1d6b11) [INFO] [stdout] test unit_systems::ucum::test_ucum_constants ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/derived.rs (/opt/rustwide/target/debug/deps/derived-e8718aa763f0b796) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test derived ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/ints.rs (/opt/rustwide/target/debug/deps/ints-d7c0c0e1edd80d19) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test derived_int_consts ... ok [INFO] [stdout] test int_consts ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-046fd237ae1588ca) [INFO] [stdout] [INFO] [stderr] Doc-tests dimensioned [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 136) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 153) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 162) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 57) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 65) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 73) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 82) ... ignored [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 96) ... ignored [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/cgs.rs - unit_systems::cgs::CGS::_marker (line 58) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/make_units.rs - make_units::derived (line 1026) ... ok [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/fps.rs - unit_systems::fps::FPS::_marker (line 31) ... ok [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/ucum.rs - unit_systems::ucum::UCUM::_marker (line 368) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/array.rs - array::AppendFront (line 65) ... ok [INFO] [stdout] test src/lib.rs - (line 54) ... ok [INFO] [stdout] test src/array.rs - array::ToGA (line 16) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 120) ... ok [INFO] [stdout] test src/make_units.rs - make_units::derived (line 1012) ... ok [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/mks.rs - unit_systems::mks::MKS::_marker (line 32) ... ok [INFO] [stdout] test src/traits.rs - traits::Root (line 207) ... ok [INFO] [stdout] test src/traits.rs - traits::Cbrt (line 293) ... ok [INFO] [stdout] test src/traits.rs - traits::Sqrt (line 266) ... ok [INFO] [stdout] test src/lib.rs - (line 82) ... ok [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/si.rs - unit_systems::si::SI::_marker (line 179) ... ok [INFO] [stdout] test src/make_units.rs - make_units::derived (line 1037) ... ok [INFO] [stdout] test src/traits.rs - traits::MapUnsafe (line 48) ... ok [INFO] [stdout] test src/dimensions.rs - dimensions (line 11) ... ok [INFO] [stdout] test /opt/rustwide/target/debug/build/dimensioned-db0bfa0ca1b0834d/out/unit_systems.rs - unit_systems (line 20) ... ok [INFO] [stdout] test src/traits.rs - traits::Map (line 101) ... ok [INFO] [stdout] test src/traits.rs - traits::Abs (line 167) ... ok [INFO] [stdout] test src/traits.rs - traits::Recip (line 140) ... ok [INFO] [stdout] test src/make_units.rs - make_units::make_units (line 12) ... ok [INFO] [stdout] test src/lib.rs - tarr (line 154) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 7.87s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7e46ddd40e0779746d9e7667847528d4426c6a9f6927b63c814db405d209e304", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e46ddd40e0779746d9e7667847528d4426c6a9f6927b63c814db405d209e304", kill_on_drop: false }` [INFO] [stdout] 7e46ddd40e0779746d9e7667847528d4426c6a9f6927b63c814db405d209e304