[INFO] fetching crate ubyte 0.10.1... [INFO] testing ubyte-0.10.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ubyte 0.10.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ubyte 0.10.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-04-10" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3acbb30e52bf72352ec6cb940668dd404adb07290271ad26414f1166ede2299c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3acbb30e52bf72352ec6cb940668dd404adb07290271ad26414f1166ede2299c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3acbb30e52bf72352ec6cb940668dd404adb07290271ad26414f1166ede2299c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3acbb30e52bf72352ec6cb940668dd404adb07290271ad26414f1166ede2299c", kill_on_drop: false }` [INFO] [stdout] 3acbb30e52bf72352ec6cb940668dd404adb07290271ad26414f1166ede2299c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a408a0c6777c9b879a17394de634c62a5c31ae5425c5aec5b2a0e88fdcd60316 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a408a0c6777c9b879a17394de634c62a5c31ae5425c5aec5b2a0e88fdcd60316", 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.57s [INFO] running `Command { std: "docker" "inspect" "a408a0c6777c9b879a17394de634c62a5c31ae5425c5aec5b2a0e88fdcd60316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a408a0c6777c9b879a17394de634c62a5c31ae5425c5aec5b2a0e88fdcd60316", kill_on_drop: false }` [INFO] [stdout] a408a0c6777c9b879a17394de634c62a5c31ae5425c5aec5b2a0e88fdcd60316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e992f80d091eb9efab1bd602bca8ab763e9a9206541acb64b45a86d107277fea [INFO] running `Command { std: "docker" "start" "-a" "e992f80d091eb9efab1bd602bca8ab763e9a9206541acb64b45a86d107277fea", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [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] = 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] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/byte_unit.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | [$on_false, $on_true][$cond as usize]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | / constructor_fns! { [INFO] [stdout] 163 | | B, Byte = 1, [INFO] [stdout] 164 | | kB, Kilobyte = 1_000, [INFO] [stdout] 165 | | KiB, Kibibyte = 1 << 10, [INFO] [stdout] ... | [INFO] [stdout] 175 | | EiB, Exbibyte = 1 << 60, [INFO] [stdout] 176 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `const_if` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.79s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ubyte-521be49120099add) [INFO] running `Command { std: "docker" "inspect" "e992f80d091eb9efab1bd602bca8ab763e9a9206541acb64b45a86d107277fea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e992f80d091eb9efab1bd602bca8ab763e9a9206541acb64b45a86d107277fea", kill_on_drop: false }` [INFO] [stdout] e992f80d091eb9efab1bd602bca8ab763e9a9206541acb64b45a86d107277fea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f67ac25e3fdae3d140c8c6f0c8bf3345879df6c4886b5100faa4842eaab05c20 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f67ac25e3fdae3d140c8c6f0c8bf3345879df6c4886b5100faa4842eaab05c20", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] [INFO] [stderr] --> src/byte_unit.rs:111:46 [INFO] [stdout] running 4 tests [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 src/lib.rs (/opt/rustwide/target/debug/deps/ubyte-521be49120099add) [INFO] [stderr] Doc-tests ubyte [INFO] [stdout] test arithmetic::tests::test_saturation ... ok [INFO] [stdout] test arithmetic::tests::test_core_types_operations ... 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] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::Kilobyte (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::Tebibyte (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 (line 26) ... 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::Petabyte (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 415) ... 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::max_value (line 182) ... 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::Exabyte (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::Pebibyte (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::ToByteUnit (line 370) ... 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::as_u128 (line 210) ... ok [INFO] [stdout] test src/byte_unit.rs - byte_unit::ByteUnit::as_u64 (line 194) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f67ac25e3fdae3d140c8c6f0c8bf3345879df6c4886b5100faa4842eaab05c20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f67ac25e3fdae3d140c8c6f0c8bf3345879df6c4886b5100faa4842eaab05c20", kill_on_drop: false }` [INFO] [stdout] f67ac25e3fdae3d140c8c6f0c8bf3345879df6c4886b5100faa4842eaab05c20