[INFO] fetching crate tar-parser 0.6.0... [INFO] testing tar-parser-0.6.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate tar-parser 0.6.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate tar-parser 0.6.0 [INFO] finished tweaking crates.io crate tar-parser 0.6.0 [INFO] tweaked toml for crates.io crate tar-parser 0.6.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tar-parser 0.6.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding nom v4.2.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d4a5ad61932c9bf0bd9b03e26be4ab280df6f15280101a9b1a87f53d255e794 [INFO] running `Command { std: "docker" "start" "-a" "9d4a5ad61932c9bf0bd9b03e26be4ab280df6f15280101a9b1a87f53d255e794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d4a5ad61932c9bf0bd9b03e26be4ab280df6f15280101a9b1a87f53d255e794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d4a5ad61932c9bf0bd9b03e26be4ab280df6f15280101a9b1a87f53d255e794", kill_on_drop: false }` [INFO] [stdout] 9d4a5ad61932c9bf0bd9b03e26be4ab280df6f15280101a9b1a87f53d255e794 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3834f0b588e12e2b06b4e5840aeb7020772b228e4c10809eb1314d8c0a4df28e [INFO] running `Command { std: "docker" "start" "-a" "3834f0b588e12e2b06b4e5840aeb7020772b228e4c10809eb1314d8c0a4df28e", kill_on_drop: false }` [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling tar-parser v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:145:37 [INFO] [stdout] | [INFO] [stdout] 145 | take1_if!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 149 | named!(take_oct_digit, u8>, take1_if!(is_oct_digit)); [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 `take1_if` [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] = note: this error originates in the macro `take1_if` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tar-parser` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3834f0b588e12e2b06b4e5840aeb7020772b228e4c10809eb1314d8c0a4df28e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3834f0b588e12e2b06b4e5840aeb7020772b228e4c10809eb1314d8c0a4df28e", kill_on_drop: false }` [INFO] [stdout] 3834f0b588e12e2b06b4e5840aeb7020772b228e4c10809eb1314d8c0a4df28e