[INFO] cloning repository https://github.com/alexcrichton/rustc-auto-publish [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexcrichton/rustc-auto-publish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Frustc-auto-publish", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Frustc-auto-publish'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b88f30dcf536ea6adfe9d60b94a0e936e2fd953 [INFO] checking alexcrichton/rustc-auto-publish against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Frustc-auto-publish" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexcrichton/rustc-auto-publish on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexcrichton/rustc-auto-publish [INFO] finished tweaking git repo https://github.com/alexcrichton/rustc-auto-publish [INFO] tweaked toml for git repo https://github.com/alexcrichton/rustc-auto-publish written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/alexcrichton/rustc-auto-publish already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1572e5629ea7a7afd9f3904eae56cd73f58a80a432844293e52ce48f9261d54c [INFO] running `Command { std: "docker" "start" "-a" "1572e5629ea7a7afd9f3904eae56cd73f58a80a432844293e52ce48f9261d54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1572e5629ea7a7afd9f3904eae56cd73f58a80a432844293e52ce48f9261d54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1572e5629ea7a7afd9f3904eae56cd73f58a80a432844293e52ce48f9261d54c", kill_on_drop: false }` [INFO] [stdout] 1572e5629ea7a7afd9f3904eae56cd73f58a80a432844293e52ce48f9261d54c [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f198c5df6680ee791451a5a1fab399206248f13358c76eb33fb8d085c5a7eeeb [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" "f198c5df6680ee791451a5a1fab399206248f13358c76eb33fb8d085c5a7eeeb", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking miniz_oxide v0.3.3 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking rustc-auto-publish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.99s [INFO] running `Command { std: "docker" "inspect" "f198c5df6680ee791451a5a1fab399206248f13358c76eb33fb8d085c5a7eeeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f198c5df6680ee791451a5a1fab399206248f13358c76eb33fb8d085c5a7eeeb", kill_on_drop: false }` [INFO] [stdout] f198c5df6680ee791451a5a1fab399206248f13358c76eb33fb8d085c5a7eeeb