[INFO] fetching crate ubyte 0.10.1... [INFO] testing ubyte-0.10.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ubyte 0.10.1 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate ubyte 0.10.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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" "+1.59.0" "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-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8bb4a4dba8a7ea68fe6f9c15354103074772192cb57901dcab29fa5d8dfcfa3 [INFO] running `Command { std: "docker" "start" "-a" "a8bb4a4dba8a7ea68fe6f9c15354103074772192cb57901dcab29fa5d8dfcfa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8bb4a4dba8a7ea68fe6f9c15354103074772192cb57901dcab29fa5d8dfcfa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8bb4a4dba8a7ea68fe6f9c15354103074772192cb57901dcab29fa5d8dfcfa3", kill_on_drop: false }` [INFO] [stdout] a8bb4a4dba8a7ea68fe6f9c15354103074772192cb57901dcab29fa5d8dfcfa3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e590e3fcdd1a126069aa1ee0ddbda01420768758d6cd1e605c4a4aae7a43c6e0 [INFO] running `Command { std: "docker" "start" "-a" "e590e3fcdd1a126069aa1ee0ddbda01420768758d6cd1e605c4a4aae7a43c6e0", 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 1.01s [INFO] running `Command { std: "docker" "inspect" "e590e3fcdd1a126069aa1ee0ddbda01420768758d6cd1e605c4a4aae7a43c6e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e590e3fcdd1a126069aa1ee0ddbda01420768758d6cd1e605c4a4aae7a43c6e0", kill_on_drop: false }` [INFO] [stdout] e590e3fcdd1a126069aa1ee0ddbda01420768758d6cd1e605c4a4aae7a43c6e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46eb2caa03faef6cf3fcec535b688a5f80427a0b21e8e35f201b57bb0543e0f3 [INFO] running `Command { std: "docker" "start" "-a" "46eb2caa03faef6cf3fcec535b688a5f80427a0b21e8e35f201b57bb0543e0f3", 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.37s [INFO] running `Command { std: "docker" "inspect" "46eb2caa03faef6cf3fcec535b688a5f80427a0b21e8e35f201b57bb0543e0f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46eb2caa03faef6cf3fcec535b688a5f80427a0b21e8e35f201b57bb0543e0f3", kill_on_drop: false }` [INFO] [stdout] 46eb2caa03faef6cf3fcec535b688a5f80427a0b21e8e35f201b57bb0543e0f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 753e86dba6ce68c3aaed7c08b6b816bfa8f9787c75ad558653863c02e7e25c52 [INFO] running `Command { std: "docker" "start" "-a" "753e86dba6ce68c3aaed7c08b6b816bfa8f9787c75ad558653863c02e7e25c52", 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-80774add0a50c77e) [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::as_u128 (line 210) ... 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::Terabyte (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::Kibibyte (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 (line 26) ... 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::Pebibyte (line 168) ... 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::Byte (line 168) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit (line 55) ... 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::max_value (line 182) ... 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 (line 415) ... 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::as_u64 (line 194) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ToByteUnit (line 370) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::repr (line 240) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "753e86dba6ce68c3aaed7c08b6b816bfa8f9787c75ad558653863c02e7e25c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "753e86dba6ce68c3aaed7c08b6b816bfa8f9787c75ad558653863c02e7e25c52", kill_on_drop: false }` [INFO] [stdout] 753e86dba6ce68c3aaed7c08b6b816bfa8f9787c75ad558653863c02e7e25c52