[INFO] cloning repository https://github.com/ben-maclaurin/hop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ben-maclaurin/hop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-maclaurin%2Fhop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-maclaurin%2Fhop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65560939d2b3c1240c0c2fc49b59812f8efd94c7 [INFO] testing ben-maclaurin/hop against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-maclaurin%2Fhop" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ben-maclaurin/hop on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ben-maclaurin/hop [INFO] finished tweaking git repo https://github.com/ben-maclaurin/hop [INFO] tweaked toml for git repo https://github.com/ben-maclaurin/hop written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ben-maclaurin/hop already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pest_generator v2.3.1 [INFO] [stderr] Downloaded pest_meta v2.3.1 [INFO] [stderr] Downloaded pest v2.3.1 [INFO] [stderr] Downloaded config v0.13.2 [INFO] [stderr] Downloaded pest_derive v2.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0edb471897293e31dc2e428165e75b5c9f17c3ff10a4b29bfc50e2c21cbf8b1c [INFO] running `Command { std: "docker" "start" "-a" "0edb471897293e31dc2e428165e75b5c9f17c3ff10a4b29bfc50e2c21cbf8b1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0edb471897293e31dc2e428165e75b5c9f17c3ff10a4b29bfc50e2c21cbf8b1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0edb471897293e31dc2e428165e75b5c9f17c3ff10a4b29bfc50e2c21cbf8b1c", kill_on_drop: false }` [INFO] [stdout] 0edb471897293e31dc2e428165e75b5c9f17c3ff10a4b29bfc50e2c21cbf8b1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82c64d0b5798058296162fbad9a7154a8095445fe76ec66343f07a292d75bded [INFO] running `Command { std: "docker" "start" "-a" "82c64d0b5798058296162fbad9a7154a8095445fe76ec66343f07a292d75bded", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling tui v0.19.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling pest v2.3.1 [INFO] [stderr] Compiling pest_meta v2.3.1 [INFO] [stderr] Compiling pest_generator v2.3.1 [INFO] [stderr] Compiling pest_derive v2.3.1 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling config v0.13.2 [INFO] [stderr] Compiling hop v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.49s [INFO] running `Command { std: "docker" "inspect" "82c64d0b5798058296162fbad9a7154a8095445fe76ec66343f07a292d75bded", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82c64d0b5798058296162fbad9a7154a8095445fe76ec66343f07a292d75bded", kill_on_drop: false }` [INFO] [stdout] 82c64d0b5798058296162fbad9a7154a8095445fe76ec66343f07a292d75bded [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e177fe40a02010def5a925b93b2df2f1a01bf1fa64a5621224447e3e9a6eb5fd [INFO] running `Command { std: "docker" "start" "-a" "e177fe40a02010def5a925b93b2df2f1a01bf1fa64a5621224447e3e9a6eb5fd", kill_on_drop: false }` [INFO] [stderr] Compiling hop v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "e177fe40a02010def5a925b93b2df2f1a01bf1fa64a5621224447e3e9a6eb5fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e177fe40a02010def5a925b93b2df2f1a01bf1fa64a5621224447e3e9a6eb5fd", kill_on_drop: false }` [INFO] [stdout] e177fe40a02010def5a925b93b2df2f1a01bf1fa64a5621224447e3e9a6eb5fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ee35f56e8e29ee83d9b386ef55500d032edac264e3f4922d1b3308f24d49f52 [INFO] running `Command { std: "docker" "start" "-a" "8ee35f56e8e29ee83d9b386ef55500d032edac264e3f4922d1b3308f24d49f52", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hop-8ee628d919f2c5be) [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" "8ee35f56e8e29ee83d9b386ef55500d032edac264e3f4922d1b3308f24d49f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ee35f56e8e29ee83d9b386ef55500d032edac264e3f4922d1b3308f24d49f52", kill_on_drop: false }` [INFO] [stdout] 8ee35f56e8e29ee83d9b386ef55500d032edac264e3f4922d1b3308f24d49f52