[INFO] fetching crate ubyte 0.10.1... [INFO] testing ubyte-0.10.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ubyte 0.10.1 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate ubyte 0.10.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-2022-02-22" "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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 512659b45cd7872b6913b0a5e409e7b972659d6cc3306811a3938f89449b639c [INFO] running `Command { std: "docker" "start" "-a" "512659b45cd7872b6913b0a5e409e7b972659d6cc3306811a3938f89449b639c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "512659b45cd7872b6913b0a5e409e7b972659d6cc3306811a3938f89449b639c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "512659b45cd7872b6913b0a5e409e7b972659d6cc3306811a3938f89449b639c", kill_on_drop: false }` [INFO] [stdout] 512659b45cd7872b6913b0a5e409e7b972659d6cc3306811a3938f89449b639c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56fd91834989f0a5d1c5107aaf0e58ef1dfcdb5ee8ded4186581aa47fb57f196 [INFO] running `Command { std: "docker" "start" "-a" "56fd91834989f0a5d1c5107aaf0e58ef1dfcdb5ee8ded4186581aa47fb57f196", 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 3.58s [INFO] running `Command { std: "docker" "inspect" "56fd91834989f0a5d1c5107aaf0e58ef1dfcdb5ee8ded4186581aa47fb57f196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56fd91834989f0a5d1c5107aaf0e58ef1dfcdb5ee8ded4186581aa47fb57f196", kill_on_drop: false }` [INFO] [stdout] 56fd91834989f0a5d1c5107aaf0e58ef1dfcdb5ee8ded4186581aa47fb57f196 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d22a82c442f094d1d1635e8f5e42d5d7836467e76428fecc0b8e9bb317e18ba7 [INFO] running `Command { std: "docker" "start" "-a" "d22a82c442f094d1d1635e8f5e42d5d7836467e76428fecc0b8e9bb317e18ba7", kill_on_drop: false }` [INFO] [stderr] Compiling serde_test v1.0.136 [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] 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 2.55s [INFO] running `Command { std: "docker" "inspect" "d22a82c442f094d1d1635e8f5e42d5d7836467e76428fecc0b8e9bb317e18ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d22a82c442f094d1d1635e8f5e42d5d7836467e76428fecc0b8e9bb317e18ba7", kill_on_drop: false }` [INFO] [stdout] d22a82c442f094d1d1635e8f5e42d5d7836467e76428fecc0b8e9bb317e18ba7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 910d08da480cbdea37888ddf4533e6e70c78c1e86210bf9863928d940c22ac6b [INFO] running `Command { std: "docker" "start" "-a" "910d08da480cbdea37888ddf4533e6e70c78c1e86210bf9863928d940c22ac6b", 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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ubyte-521be49120099add) [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::accept ... ok [INFO] [stdout] test parse::parse_tests::reject ... 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::ByteUnit::Kibibyte (line 168) ... 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::Exbibyte (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::Exabyte (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::Petabyte (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::as_u64 (line 194) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 55) ... 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::max_value (line 182) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ToByteUnit (line 370) ... 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::repr (line 240) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Pebibyte (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... 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] test src/byte_unit.rs - byte_unit::ByteUnit (line 26) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 415) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Tebibyte (line 168) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "910d08da480cbdea37888ddf4533e6e70c78c1e86210bf9863928d940c22ac6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "910d08da480cbdea37888ddf4533e6e70c78c1e86210bf9863928d940c22ac6b", kill_on_drop: false }` [INFO] [stdout] 910d08da480cbdea37888ddf4533e6e70c78c1e86210bf9863928d940c22ac6b