[INFO] cloning repository https://github.com/duskmoon314/uart-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duskmoon314/uart-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduskmoon314%2Fuart-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduskmoon314%2Fuart-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ccd30ca951d2d3e54aa1d221922782b17027d52 [INFO] testing duskmoon314/uart-rs against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduskmoon314%2Fuart-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duskmoon314/uart-rs on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duskmoon314/uart-rs [INFO] finished tweaking git repo https://github.com/duskmoon314/uart-rs [INFO] tweaked toml for git repo https://github.com/duskmoon314/uart-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/duskmoon314/uart-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d3c9ebc73372cfdb0430f6b15d51e245dc385372e0e063b7c031311ab457a76 [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" "3d3c9ebc73372cfdb0430f6b15d51e245dc385372e0e063b7c031311ab457a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d3c9ebc73372cfdb0430f6b15d51e245dc385372e0e063b7c031311ab457a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d3c9ebc73372cfdb0430f6b15d51e245dc385372e0e063b7c031311ab457a76", kill_on_drop: false }` [INFO] [stdout] 3d3c9ebc73372cfdb0430f6b15d51e245dc385372e0e063b7c031311ab457a76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 296e1855977c154bc05af8bda54610d3fe867c2d357dbd8b00b3a0971379d649 [INFO] running `Command { std: "docker" "start" "-a" "296e1855977c154bc05af8bda54610d3fe867c2d357dbd8b00b3a0971379d649", kill_on_drop: false }` [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling uart8250 v0.5.0 (/opt/rustwide/workdir/uart8250) [INFO] [stderr] Compiling uart_xilinx v0.1.0 (/opt/rustwide/workdir/uart_xilinx) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | self.reg = cast!(base_address); [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 106 | reg: cast!(base_address), [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | self.reg = cast!(base_address); [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 `cast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.84s [INFO] running `Command { std: "docker" "inspect" "296e1855977c154bc05af8bda54610d3fe867c2d357dbd8b00b3a0971379d649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "296e1855977c154bc05af8bda54610d3fe867c2d357dbd8b00b3a0971379d649", kill_on_drop: false }` [INFO] [stdout] 296e1855977c154bc05af8bda54610d3fe867c2d357dbd8b00b3a0971379d649 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 230dbaf23cc7421ae509e7f63f8273a18497643b06eff12f372143309f9d9b8a [INFO] running `Command { std: "docker" "start" "-a" "230dbaf23cc7421ae509e7f63f8273a18497643b06eff12f372143309f9d9b8a", kill_on_drop: false }` [INFO] [stderr] Compiling uart_xilinx v0.1.0 (/opt/rustwide/workdir/uart_xilinx) [INFO] [stderr] Compiling uart8250 v0.5.0 (/opt/rustwide/workdir/uart8250) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | self.reg = cast!(base_address); [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 `cast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 106 | reg: cast!(base_address), [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | self.reg = cast!(base_address); [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 `cast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_16550/uart.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart_xilinx/src/uart_lite/uart.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | self.reg = cast!(base_address); [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 106 | reg: cast!(base_address), [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: uart8250/src/uart.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | self.reg = cast!(base_address); [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 `cast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "230dbaf23cc7421ae509e7f63f8273a18497643b06eff12f372143309f9d9b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "230dbaf23cc7421ae509e7f63f8273a18497643b06eff12f372143309f9d9b8a", kill_on_drop: false }` [INFO] [stdout] 230dbaf23cc7421ae509e7f63f8273a18497643b06eff12f372143309f9d9b8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 51b724c82d56ca3a42e2d2b00c24462987db5feee7b0edd9e79d616f94f8f4cd [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" "51b724c82d56ca3a42e2d2b00c24462987db5feee7b0edd9e79d616f94f8f4cd", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] running 0 tests [INFO] [stderr] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stdout] [INFO] [stderr] | ^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] ::: uart_xilinx/src/uart_16550/uart.rs:94:18 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 94 | reg: cast!(base_address), [INFO] [stdout] [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 `cast` (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] --> uart_xilinx/src/uart_16550/registers.rs:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart_xilinx/src/uart_16550/uart.rs:119:20 [INFO] [stderr] | [INFO] [stderr] 119 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart_xilinx/src/uart_lite/uart.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart_xilinx/src/uart_lite/uart.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | self.reg = cast!(base_address); [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart_xilinx/src/uart_lite/uart.rs:184:18 [INFO] [stderr] | [INFO] [stderr] 184 | reg: cast!(base_address), [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 `cast` (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] --> uart_xilinx/src/uart_lite/registers.rs:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | unsafe { &mut *(($expr) as *mut super::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart_xilinx/src/uart_lite/uart.rs:190:20 [INFO] [stderr] | [INFO] [stderr] 190 | self.reg = cast!(base_address); [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stderr] | [INFO] [stderr] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart8250/src/uart.rs:106:18 [INFO] [stderr] | [INFO] [stderr] 106 | reg: cast!(base_address), [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 `cast` (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] --> uart8250/src/registers.rs:8:71 [INFO] [stderr] | [INFO] [stderr] 8 | unsafe { &mut *(($expr) as *mut crate::registers::Registers) }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: uart8250/src/uart.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | self.reg = cast!(base_address); [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 `cast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `uart_xilinx` (lib) generated 6 warnings [INFO] [stderr] warning: `uart8250` (lib) generated 2 warnings [INFO] [stderr] warning: `uart_xilinx` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: `uart8250` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uart8250-af46cbfb90d0a8bd) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uart_xilinx-3c03c96878776f48) [INFO] [stderr] Doc-tests uart8250 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests uart_xilinx [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "51b724c82d56ca3a42e2d2b00c24462987db5feee7b0edd9e79d616f94f8f4cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51b724c82d56ca3a42e2d2b00c24462987db5feee7b0edd9e79d616f94f8f4cd", kill_on_drop: false }` [INFO] [stdout] 51b724c82d56ca3a42e2d2b00c24462987db5feee7b0edd9e79d616f94f8f4cd