[INFO] fetching crate block-utils 0.10.2... [INFO] testing block-utils-0.10.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate block-utils 0.10.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate block-utils 0.10.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate block-utils 0.10.2 [INFO] finished tweaking crates.io crate block-utils 0.10.2 [INFO] tweaked toml for crates.io crate block-utils 0.10.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fstab v0.3.1 [INFO] [stderr] Downloaded udev v0.5.0 [INFO] [stderr] Downloaded shellscript v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f036f80b32bff7dce47f4df9590e50dd50b84a4c70cb4b1e5e608e8509740e9 [INFO] running `Command { std: "docker" "start" "-a" "2f036f80b32bff7dce47f4df9590e50dd50b84a4c70cb4b1e5e608e8509740e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f036f80b32bff7dce47f4df9590e50dd50b84a4c70cb4b1e5e608e8509740e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f036f80b32bff7dce47f4df9590e50dd50b84a4c70cb4b1e5e608e8509740e9", kill_on_drop: false }` [INFO] [stdout] 2f036f80b32bff7dce47f4df9590e50dd50b84a4c70cb4b1e5e608e8509740e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eddb50280c2254ac9f4b0a25a43470a1385f18612bd665895576d8c9a95c112a [INFO] running `Command { std: "docker" "start" "-a" "eddb50280c2254ac9f4b0a25a43470a1385f18612bd665895576d8c9a95c112a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling shellscript v0.3.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling fstab v0.3.1 [INFO] [stderr] Compiling udev v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling block-utils v0.10.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.28s [INFO] running `Command { std: "docker" "inspect" "eddb50280c2254ac9f4b0a25a43470a1385f18612bd665895576d8c9a95c112a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eddb50280c2254ac9f4b0a25a43470a1385f18612bd665895576d8c9a95c112a", kill_on_drop: false }` [INFO] [stdout] eddb50280c2254ac9f4b0a25a43470a1385f18612bd665895576d8c9a95c112a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6cb066367bf81587ac733d34ba2007d8e8a34c59763e7b5b5244b057be77bd5 [INFO] running `Command { std: "docker" "start" "-a" "a6cb066367bf81587ac733d34ba2007d8e8a34c59763e7b5b5244b057be77bd5", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling block-utils v0.10.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1318 | / named!( [INFO] [stdout] 1319 | | host, [INFO] [stdout] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stdout] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1323 | / named!( [INFO] [stdout] 1324 | | model<&str>, [INFO] [stdout] 1325 | | trim!(map_res!( [INFO] [stdout] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stdout] 1327 | | from_utf8 [INFO] [stdout] 1328 | | )) [INFO] [stdout] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1331 | / named!( [INFO] [stdout] 1332 | | rev<&str>, [INFO] [stdout] 1333 | | trim!(map_res!( [INFO] [stdout] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stdout] 1335 | | from_utf8 [INFO] [stdout] 1336 | | )) [INFO] [stdout] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1339 | / named!( [INFO] [stdout] 1340 | | vendor<&str>, [INFO] [stdout] 1341 | | trim!(map_res!( [INFO] [stdout] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stdout] 1343 | | from_utf8 [INFO] [stdout] 1344 | | )) [INFO] [stdout] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1347 | / named!( [INFO] [stdout] 1348 | | scsi_type<&str>, [INFO] [stdout] 1349 | | trim!(map_res!( [INFO] [stdout] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stdout] 1351 | | from_utf8 [INFO] [stdout] 1352 | | )) [INFO] [stdout] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1365 | / named!( [INFO] [stdout] 1366 | | channel, [INFO] [stdout] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stdout] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stdout] | [INFO] [stdout] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1374 | / named!( [INFO] [stdout] 1375 | | revision, [INFO] [stdout] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stdout] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stdout] = note: this warning originates in the macro `trim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.85s [INFO] running `Command { std: "docker" "inspect" "a6cb066367bf81587ac733d34ba2007d8e8a34c59763e7b5b5244b057be77bd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6cb066367bf81587ac733d34ba2007d8e8a34c59763e7b5b5244b057be77bd5", kill_on_drop: false }` [INFO] [stdout] a6cb066367bf81587ac733d34ba2007d8e8a34c59763e7b5b5244b057be77bd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e77ba27cdac69cce877d2b32882f97173f30533e9ffd5e0daf0d8a2bfcb9140 [INFO] running `Command { std: "docker" "start" "-a" "2e77ba27cdac69cce877d2b32882f97173f30533e9ffd5e0daf0d8a2bfcb9140", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1318 | / named!( [INFO] [stderr] 1319 | | host, [INFO] [stderr] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stderr] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1318 | / named!( [INFO] [stderr] 1319 | | host, [INFO] [stderr] 1320 | | trim!(preceded!(trim!(tag!("Host: scsi")), take_u8)) [INFO] [stderr] 1321 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1323 | / named!( [INFO] [stderr] 1324 | | model<&str>, [INFO] [stderr] 1325 | | trim!(map_res!( [INFO] [stderr] 1326 | | delimited!(trim!(tag!("Model:")), alpha1, tag!(" ")), [INFO] [stderr] 1327 | | from_utf8 [INFO] [stderr] 1328 | | )) [INFO] [stderr] 1329 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1331 | / named!( [INFO] [stderr] 1332 | | rev<&str>, [INFO] [stderr] 1333 | | trim!(map_res!( [INFO] [stderr] 1334 | | delimited!(trim!(tag!("Rev:")), alpha1, tag!(" ")), [INFO] [stderr] 1335 | | from_utf8 [INFO] [stderr] 1336 | | )) [INFO] [stderr] 1337 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1339 | / named!( [INFO] [stderr] 1340 | | vendor<&str>, [INFO] [stderr] 1341 | | trim!(map_res!( [INFO] [stderr] 1342 | | delimited!(trim!(tag!("Vendor:")), alpha1, tag!(" ")), [INFO] [stderr] 1343 | | from_utf8 [INFO] [stderr] 1344 | | )) [INFO] [stderr] 1345 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1347 | / named!( [INFO] [stderr] 1348 | | scsi_type<&str>, [INFO] [stderr] 1349 | | trim!(map_res!( [INFO] [stderr] 1350 | | delimited!(trim!(tag!("Type:")), alpha1, tag!(" ")), [INFO] [stderr] 1351 | | from_utf8 [INFO] [stderr] 1352 | | )) [INFO] [stderr] 1353 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1365 | / named!( [INFO] [stderr] 1366 | | channel, [INFO] [stderr] 1367 | | trim!(preceded!(trim!(tag!("Channel:")), take_u8)) [INFO] [stderr] 1368 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1370 | named!(scsi_id, trim!(preceded!(trim!(tag!("Id:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1372 | named!(scsi_lun, trim!(preceded!(trim!(tag!("Lun:")), take_u8))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (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/lib.rs:1311:70 [INFO] [stderr] | [INFO] [stderr] 1311 | delimited!($i, multispace0, $submac!($($args)*), multispace0); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1374 | / named!( [INFO] [stderr] 1375 | | revision, [INFO] [stderr] 1376 | | trim!(preceded!(trim!(tag!("ANSI SCSI revision:")), take_u32)) [INFO] [stderr] 1377 | | ); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trim` [INFO] [stderr] = note: this warning originates in the macro `trim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `block-utils` (lib) generated 18 warnings (8 duplicates) [INFO] [stderr] warning: `block-utils` (lib test) generated 18 warnings (18 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/block_utils-46aca560b041557d) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_sort_raid_info ... ok [INFO] [stdout] test tests::test_create_xfs ... ok [INFO] [stdout] test test_scsi_parser ... ok [INFO] [stdout] test tests::test_create_ext4 ... ok [INFO] [stdout] test test_get_device_info ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests block-utils [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" "2e77ba27cdac69cce877d2b32882f97173f30533e9ffd5e0daf0d8a2bfcb9140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e77ba27cdac69cce877d2b32882f97173f30533e9ffd5e0daf0d8a2bfcb9140", kill_on_drop: false }` [INFO] [stdout] 2e77ba27cdac69cce877d2b32882f97173f30533e9ffd5e0daf0d8a2bfcb9140