[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] testing alexcrichton/rustc-auto-publish against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Frustc-auto-publish" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexcrichton/rustc-auto-publish on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded curl-sys v0.4.23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63e972837d72ae58ba7e651851ce27cd0b2fb6b5b12ed55584573f83de386c51 [INFO] running `Command { std: "docker" "start" "-a" "63e972837d72ae58ba7e651851ce27cd0b2fb6b5b12ed55584573f83de386c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63e972837d72ae58ba7e651851ce27cd0b2fb6b5b12ed55584573f83de386c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63e972837d72ae58ba7e651851ce27cd0b2fb6b5b12ed55584573f83de386c51", kill_on_drop: false }` [INFO] [stdout] 63e972837d72ae58ba7e651851ce27cd0b2fb6b5b12ed55584573f83de386c51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf0b5a40d82261cba08896474bdb6b3612f9a0c0f6b90e899ca89ce55906a0d2 [INFO] running `Command { std: "docker" "start" "-a" "cf0b5a40d82261cba08896474bdb6b3612f9a0c0f6b90e899ca89ce55906a0d2", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling miniz_oxide v0.3.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling tempdir v0.3.7 [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] Compiling quote v1.0.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling rustc-auto-publish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.39s [INFO] running `Command { std: "docker" "inspect" "cf0b5a40d82261cba08896474bdb6b3612f9a0c0f6b90e899ca89ce55906a0d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf0b5a40d82261cba08896474bdb6b3612f9a0c0f6b90e899ca89ce55906a0d2", kill_on_drop: false }` [INFO] [stdout] cf0b5a40d82261cba08896474bdb6b3612f9a0c0f6b90e899ca89ce55906a0d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db3f6d4f9e266e5a63a1e53165477346860ebd71140030410f7555ce3df523e4 [INFO] running `Command { std: "docker" "start" "-a" "db3f6d4f9e266e5a63a1e53165477346860ebd71140030410f7555ce3df523e4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-auto-publish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.96s [INFO] running `Command { std: "docker" "inspect" "db3f6d4f9e266e5a63a1e53165477346860ebd71140030410f7555ce3df523e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3f6d4f9e266e5a63a1e53165477346860ebd71140030410f7555ce3df523e4", kill_on_drop: false }` [INFO] [stdout] db3f6d4f9e266e5a63a1e53165477346860ebd71140030410f7555ce3df523e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 65437602057e62574dd67ba2471291426d11367c12895313731e90435822f70d [INFO] running `Command { std: "docker" "start" "-a" "65437602057e62574dd67ba2471291426d11367c12895313731e90435822f70d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustc_auto_publish-b14b195cf2eea297) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65437602057e62574dd67ba2471291426d11367c12895313731e90435822f70d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65437602057e62574dd67ba2471291426d11367c12895313731e90435822f70d", kill_on_drop: false }` [INFO] [stdout] 65437602057e62574dd67ba2471291426d11367c12895313731e90435822f70d