[INFO] fetching crate tt-equal 0.1.2... [INFO] checking tt-equal-0.1.2 against master#c9228570668803e3e6402770d55f23a12c9ae686 for pr-79472 [INFO] extracting crate tt-equal 0.1.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tt-equal 0.1.2 on toolchain c9228570668803e3e6402770d55f23a12c9ae686 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tt-equal 0.1.2 [INFO] finished tweaking crates.io crate tt-equal 0.1.2 [INFO] tweaked toml for crates.io crate tt-equal 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba64ac5d7c37804d0f2815ce5c4c32835ef22a0a1140fb8792fe4c464c0b88ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ba64ac5d7c37804d0f2815ce5c4c32835ef22a0a1140fb8792fe4c464c0b88ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba64ac5d7c37804d0f2815ce5c4c32835ef22a0a1140fb8792fe4c464c0b88ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba64ac5d7c37804d0f2815ce5c4c32835ef22a0a1140fb8792fe4c464c0b88ea", kill_on_drop: false }` [INFO] [stdout] ba64ac5d7c37804d0f2815ce5c4c32835ef22a0a1140fb8792fe4c464c0b88ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 232741c06292cd79563c5190e7517548764f39a123b83ea7ef555ba1a617015f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "232741c06292cd79563c5190e7517548764f39a123b83ea7ef555ba1a617015f", kill_on_drop: false }` [INFO] [stderr] Checking tt-call v1.0.7 [INFO] [stderr] Compiling tt-equal v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/lib.rs:162:64 [INFO] [stdout] | [INFO] [stdout] 162 | "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^ ^ [INFO] [stdout] 163 | but it received additional tokens after the braces ('{..}')." [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in a future Rust edition [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 162 | "{}", "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/lib.rs:162:64 [INFO] [stdout] | [INFO] [stdout] 162 | "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^ ^ [INFO] [stdout] 163 | but it received additional tokens after the braces ('{..}')." [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in a future Rust edition [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 162 | "{}", "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/lib.rs:162:64 [INFO] [stdout] | [INFO] [stdout] 162 | "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^ ^ [INFO] [stdout] 163 | but it received additional tokens after the braces ('{..}')." [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in a future Rust edition [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 162 | "{}", "'tt_equal' expects its input value to be within '[{..}]' \ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.45s [INFO] running `Command { std: "docker" "inspect" "232741c06292cd79563c5190e7517548764f39a123b83ea7ef555ba1a617015f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "232741c06292cd79563c5190e7517548764f39a123b83ea7ef555ba1a617015f", kill_on_drop: false }` [INFO] [stdout] 232741c06292cd79563c5190e7517548764f39a123b83ea7ef555ba1a617015f