[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Frustc-auto-publish" "/workspace/builds/worker-94/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-94/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexcrichton/rustc-auto-publish on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-94/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded openssl-sys v0.9.50 [INFO] [stderr] Downloaded curl v0.4.25 [INFO] [stderr] Downloaded curl-sys v0.4.23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81ce9f545ace9fe9a1cc91c137d93239ae3f224d581971323665307151b48f2f [INFO] running `Command { std: "docker" "start" "-a" "81ce9f545ace9fe9a1cc91c137d93239ae3f224d581971323665307151b48f2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81ce9f545ace9fe9a1cc91c137d93239ae3f224d581971323665307151b48f2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81ce9f545ace9fe9a1cc91c137d93239ae3f224d581971323665307151b48f2f", kill_on_drop: false }` [INFO] [stdout] 81ce9f545ace9fe9a1cc91c137d93239ae3f224d581971323665307151b48f2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7500177cc7c0d621d5e33099edcabca79496638e6ed814c161e12cb3ff3efed0 [INFO] running `Command { std: "docker" "start" "-a" "7500177cc7c0d621d5e33099edcabca79496638e6ed814c161e12cb3ff3efed0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling autocfg v0.1.6 [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 ryu v1.0.0 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling rustc-auto-publish v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/main.rs:295:65 [INFO] [stdout] | [INFO] [stdout] 295 | in the rust-lang/rust repository from commit {} \ [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 296 | | [INFO] [stdout] 297 | | The publishing script for this crate lives at: \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "7500177cc7c0d621d5e33099edcabca79496638e6ed814c161e12cb3ff3efed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7500177cc7c0d621d5e33099edcabca79496638e6ed814c161e12cb3ff3efed0", kill_on_drop: false }` [INFO] [stdout] 7500177cc7c0d621d5e33099edcabca79496638e6ed814c161e12cb3ff3efed0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bad91cc5eb8d6b6f80c721256b53ee93a969849628a0c310f9ae29e1ffe72ebe [INFO] running `Command { std: "docker" "start" "-a" "bad91cc5eb8d6b6f80c721256b53ee93a969849628a0c310f9ae29e1ffe72ebe", 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] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/main.rs:295:65 [INFO] [stdout] | [INFO] [stdout] 295 | in the rust-lang/rust repository from commit {} \ [INFO] [stdout] | _________________________________________________________________^ [INFO] [stdout] 296 | | [INFO] [stdout] 297 | | The publishing script for this crate lives at: \ [INFO] [stdout] | |________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `Command { std: "docker" "inspect" "bad91cc5eb8d6b6f80c721256b53ee93a969849628a0c310f9ae29e1ffe72ebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bad91cc5eb8d6b6f80c721256b53ee93a969849628a0c310f9ae29e1ffe72ebe", kill_on_drop: false }` [INFO] [stdout] bad91cc5eb8d6b6f80c721256b53ee93a969849628a0c310f9ae29e1ffe72ebe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 94c2515beefd40297e150cb9b41a416875847c99d50b6892830842cf0bd2b321 [INFO] running `Command { std: "docker" "start" "-a" "94c2515beefd40297e150cb9b41a416875847c99d50b6892830842cf0bd2b321", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/main.rs:295:65 [INFO] [stderr] | [INFO] [stderr] 295 | in the rust-lang/rust repository from commit {} \ [INFO] [stderr] | _________________________________________________________________^ [INFO] [stderr] 296 | | [INFO] [stderr] 297 | | The publishing script for this crate lives at: \ [INFO] [stderr] | |________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: `rustc-auto-publish` (bin "rustc-auto-publish" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustc_auto_publish-9244e72a554f96d8) [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" "94c2515beefd40297e150cb9b41a416875847c99d50b6892830842cf0bd2b321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94c2515beefd40297e150cb9b41a416875847c99d50b6892830842cf0bd2b321", kill_on_drop: false }` [INFO] [stdout] 94c2515beefd40297e150cb9b41a416875847c99d50b6892830842cf0bd2b321