[INFO] fetching crate ubyte 0.10.1... [INFO] testing ubyte-0.10.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate ubyte 0.10.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ubyte 0.10.1 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 ubyte 0.10.1 [INFO] finished tweaking crates.io crate ubyte 0.10.1 [INFO] tweaked toml for crates.io crate ubyte 0.10.1 written to /workspace/builds/worker-5/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] 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 13e792f5757d5bf6429a52712cd46e5c83e9d6dc1c91477191c41bbeeec52254 [INFO] running `Command { std: "docker" "start" "-a" "13e792f5757d5bf6429a52712cd46e5c83e9d6dc1c91477191c41bbeeec52254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13e792f5757d5bf6429a52712cd46e5c83e9d6dc1c91477191c41bbeeec52254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13e792f5757d5bf6429a52712cd46e5c83e9d6dc1c91477191c41bbeeec52254", kill_on_drop: false }` [INFO] [stdout] 13e792f5757d5bf6429a52712cd46e5c83e9d6dc1c91477191c41bbeeec52254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] ab7614a5c4d60d875b62d5efc9b241dd621cf09913656cc3b533b17d6eddf7f5 [INFO] running `Command { std: "docker" "start" "-a" "ab7614a5c4d60d875b62d5efc9b241dd621cf09913656cc3b533b17d6eddf7f5", kill_on_drop: false }` [INFO] [stderr] Compiling ubyte v0.10.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "ab7614a5c4d60d875b62d5efc9b241dd621cf09913656cc3b533b17d6eddf7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab7614a5c4d60d875b62d5efc9b241dd621cf09913656cc3b533b17d6eddf7f5", kill_on_drop: false }` [INFO] [stdout] ab7614a5c4d60d875b62d5efc9b241dd621cf09913656cc3b533b17d6eddf7f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 1a03d37cc77acb0c51b1dfaf2ff85cca383918b62e5cbe44cd9ba4f0d48a367e [INFO] running `Command { std: "docker" "start" "-a" "1a03d37cc77acb0c51b1dfaf2ff85cca383918b62e5cbe44cd9ba4f0d48a367e", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_test v1.0.130 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ubyte v0.10.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [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 `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "1a03d37cc77acb0c51b1dfaf2ff85cca383918b62e5cbe44cd9ba4f0d48a367e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a03d37cc77acb0c51b1dfaf2ff85cca383918b62e5cbe44cd9ba4f0d48a367e", kill_on_drop: false }` [INFO] [stdout] 1a03d37cc77acb0c51b1dfaf2ff85cca383918b62e5cbe44cd9ba4f0d48a367e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 97116b1434593d13bfeb559bcaaff30ff319d3e4995d80976a590e63f721782d [INFO] running `Command { std: "docker" "start" "-a" "97116b1434593d13bfeb559bcaaff30ff319d3e4995d80976a590e63f721782d", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/byte_unit.rs:111:46 [INFO] [stderr] | [INFO] [stderr] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 162 | / constructor_fns! { [INFO] [stderr] 163 | | B, Byte = 1, [INFO] [stderr] 164 | | kB, Kilobyte = 1_000, [INFO] [stderr] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stderr] ... | [INFO] [stderr] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stderr] 176 | | } [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 `const_if` (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/byte_unit.rs:111:46 [INFO] [stderr] | [INFO] [stderr] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 162 | / constructor_fns! { [INFO] [stderr] 163 | | B, Byte = 1, [INFO] [stderr] 164 | | kB, Kilobyte = 1_000, [INFO] [stderr] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stderr] ... | [INFO] [stderr] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stderr] 176 | | } [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 `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ubyte` (lib) generated 13 warnings (11 duplicates) [INFO] [stderr] warning: `ubyte` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ubyte-609d85353e4c5bd5) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test arithmetic::tests::test_core_types_operations ... ok [INFO] [stdout] test arithmetic::tests::test_saturation ... ok [INFO] [stdout] test parse::parse_tests::reject ... ok [INFO] [stdout] test parse::parse_tests::accept ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ubyte [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/byte_unit.rs - byte_unit::ToByteUnit (line 370) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::as_u64 (line 194) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Pebibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Exbibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Megabyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Kibibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Exabyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Mebibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Gigabyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Gibibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 415) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Byte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Terabyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::max_value (line 182) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Tebibyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 26) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::repr (line 240) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Petabyte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::as_u128 (line 210) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Kilobyte (line 168) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "97116b1434593d13bfeb559bcaaff30ff319d3e4995d80976a590e63f721782d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97116b1434593d13bfeb559bcaaff30ff319d3e4995d80976a590e63f721782d", kill_on_drop: false }` [INFO] [stdout] 97116b1434593d13bfeb559bcaaff30ff319d3e4995d80976a590e63f721782d