[INFO] fetching crate q-debug 0.1.1... [INFO] checking q-debug-0.1.1 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate q-debug 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate q-debug 0.1.1 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate q-debug 0.1.1 [INFO] finished tweaking crates.io crate q-debug 0.1.1 [INFO] tweaked toml for crates.io crate q-debug 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate q-debug 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec599a42fc73604b09d6fd6cb359ffb19adf8ba4b1ec183dea9f300045acc225 [INFO] running `Command { std: "docker" "start" "-a" "ec599a42fc73604b09d6fd6cb359ffb19adf8ba4b1ec183dea9f300045acc225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec599a42fc73604b09d6fd6cb359ffb19adf8ba4b1ec183dea9f300045acc225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec599a42fc73604b09d6fd6cb359ffb19adf8ba4b1ec183dea9f300045acc225", kill_on_drop: false }` [INFO] [stdout] ec599a42fc73604b09d6fd6cb359ffb19adf8ba4b1ec183dea9f300045acc225 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a54f9a886e023973e96d16ccf7387c4955859ed647cae401e4640358b1c91f89 [INFO] running `Command { std: "docker" "start" "-a" "a54f9a886e023973e96d16ccf7387c4955859ed647cae401e4640358b1c91f89", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking q-debug v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 79 | let output = read_log!(q!()); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:131:30 [INFO] [stdout] | [INFO] [stdout] 131 | let output_1 = read_log!(q!()); // Header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:132:30 [INFO] [stdout] | [INFO] [stdout] 132 | let output_2 = read_log!(q!()); // No header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:140:30 [INFO] [stdout] | [INFO] [stdout] 140 | let output_3 = read_log!(q!()); // Header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:141:30 [INFO] [stdout] | [INFO] [stdout] 141 | let output_4 = read_log!(q!()); // No header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | let output_1 = read_log!(q!()); // Header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:156:30 [INFO] [stdout] | [INFO] [stdout] 156 | let output_2 = read_log!(q!()); // No header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | read_log!(q!()) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:163:30 [INFO] [stdout] | [INFO] [stdout] 163 | let output_4 = read_log!(q!()); // Header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | let output_5 = read_log!(q!()); // No header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | read_log!(q!()) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | let output_7 = read_log!(q!()); // Header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/smoke.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | let output_8 = read_log!(q!()); // No header [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `q-debug` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a54f9a886e023973e96d16ccf7387c4955859ed647cae401e4640358b1c91f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a54f9a886e023973e96d16ccf7387c4955859ed647cae401e4640358b1c91f89", kill_on_drop: false }` [INFO] [stdout] a54f9a886e023973e96d16ccf7387c4955859ed647cae401e4640358b1c91f89