[INFO] cloning repository https://github.com/dprint/dprint-plugin-json [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dprint/dprint-plugin-json" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-plugin-json", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-plugin-json'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3680fe9d858e62efadeec6e685a00a8ce8999732 [INFO] checking dprint/dprint-plugin-json against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-plugin-json" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dprint/dprint-plugin-json on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dprint/dprint-plugin-json [INFO] finished tweaking git repo https://github.com/dprint/dprint-plugin-json [INFO] tweaked toml for git repo https://github.com/dprint/dprint-plugin-json written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/dprint/dprint-plugin-json already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21c0f5c8f0c8f81c97754599e5743f42225889945e78332e1aa96648ab277ba2 [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" "21c0f5c8f0c8f81c97754599e5743f42225889945e78332e1aa96648ab277ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21c0f5c8f0c8f81c97754599e5743f42225889945e78332e1aa96648ab277ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21c0f5c8f0c8f81c97754599e5743f42225889945e78332e1aa96648ab277ba2", kill_on_drop: false }` [INFO] [stdout] 21c0f5c8f0c8f81c97754599e5743f42225889945e78332e1aa96648ab277ba2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6c46cc823f6d6c26640e08b159dc166c7c84fd586c5b163e9c0997691ea5b16 [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" "d6c46cc823f6d6c26640e08b159dc166c7c84fd586c5b163e9c0997691ea5b16", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling serde_derive v1.0.120 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.120 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Checking bumpalo v3.4.0 [INFO] [stderr] Checking jsonc-parser v0.15.1 [INFO] [stderr] Checking similar v0.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking console v0.14.0 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking which v2.0.1 [INFO] [stderr] Checking dprint-development v0.2.6 [INFO] [stderr] Checking debug-here v0.2.2 [INFO] [stderr] Checking dprint-core v0.35.2 [INFO] [stderr] Checking dprint-plugin-json v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.65s [INFO] running `Command { std: "docker" "inspect" "d6c46cc823f6d6c26640e08b159dc166c7c84fd586c5b163e9c0997691ea5b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c46cc823f6d6c26640e08b159dc166c7c84fd586c5b163e9c0997691ea5b16", kill_on_drop: false }` [INFO] [stdout] d6c46cc823f6d6c26640e08b159dc166c7c84fd586c5b163e9c0997691ea5b16