[INFO] cloning repository https://github.com/h17liner/rtrack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/h17liner/rtrack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh17liner%2Frtrack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh17liner%2Frtrack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df677f095b613600c3de66922c62ba59139bc36f [INFO] testing h17liner/rtrack against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh17liner%2Frtrack" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/h17liner/rtrack on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/h17liner/rtrack [INFO] finished tweaking git repo https://github.com/h17liner/rtrack [INFO] tweaked toml for git repo https://github.com/h17liner/rtrack written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/h17liner/rtrack 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.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zeroize v1.6.1 [INFO] [stderr] Downloaded iri-string v0.7.0 [INFO] [stderr] Downloaded git-url-parse v0.4.4 [INFO] [stderr] Downloaded octocrab v0.32.0 [INFO] [stderr] Downloaded jemalloc-sys v0.5.4+5.3.0-patched [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bda557719e4037146ce81152a31e3685bfffb0585581ecc283e7981f3b8e5a3 [INFO] running `Command { std: "docker" "start" "-a" "7bda557719e4037146ce81152a31e3685bfffb0585581ecc283e7981f3b8e5a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bda557719e4037146ce81152a31e3685bfffb0585581ecc283e7981f3b8e5a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bda557719e4037146ce81152a31e3685bfffb0585581ecc283e7981f3b8e5a3", kill_on_drop: false }` [INFO] [stdout] 7bda557719e4037146ce81152a31e3685bfffb0585581ecc283e7981f3b8e5a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb6db6e8bf15f0d2d3f6212de985b384f6b9c5b730ce2969ae3be31f7f0c12fe [INFO] running `Command { std: "docker" "start" "-a" "eb6db6e8bf15f0d2d3f6212de985b384f6b9c5b730ce2969ae3be31f7f0c12fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling ahash v0.7.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling gimli v0.28.0 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling rustix v0.38.24 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling rustls v0.21.8 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling time v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling url v2.3.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling snafu-derive v0.7.5 [INFO] [stderr] Compiling pem v3.0.2 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling iri-string v0.7.0 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling zeroize v1.6.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling clap_builder v4.4.8 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling snafu v0.7.5 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling jsonwebtoken v9.1.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.14 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling color-eyre v0.6.2 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling config v0.13.3 [INFO] [stderr] Compiling octocrab v0.32.0 [INFO] [stderr] Compiling git-url-parse v0.4.4 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling clap v4.4.8 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling colored v2.0.4 [INFO] [stderr] Compiling chrono-humanize v0.2.3 [INFO] [stderr] Compiling jemallocator v0.5.4 [INFO] [stderr] Compiling rtrack v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 01s [INFO] running `Command { std: "docker" "inspect" "eb6db6e8bf15f0d2d3f6212de985b384f6b9c5b730ce2969ae3be31f7f0c12fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb6db6e8bf15f0d2d3f6212de985b384f6b9c5b730ce2969ae3be31f7f0c12fe", kill_on_drop: false }` [INFO] [stdout] eb6db6e8bf15f0d2d3f6212de985b384f6b9c5b730ce2969ae3be31f7f0c12fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d99a38e28c471d572f60f02eb8d038e83b4d3afcd6d579f18b0aa519e8daa6f7 [INFO] running `Command { std: "docker" "start" "-a" "d99a38e28c471d572f60f02eb8d038e83b4d3afcd6d579f18b0aa519e8daa6f7", kill_on_drop: false }` [INFO] [stderr] Compiling rtrack v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "d99a38e28c471d572f60f02eb8d038e83b4d3afcd6d579f18b0aa519e8daa6f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d99a38e28c471d572f60f02eb8d038e83b4d3afcd6d579f18b0aa519e8daa6f7", kill_on_drop: false }` [INFO] [stdout] d99a38e28c471d572f60f02eb8d038e83b4d3afcd6d579f18b0aa519e8daa6f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 869e56552e7ce21593e4e6620138b72ba7cda19bb2dde15268512f340ae4f0fb [INFO] running `Command { std: "docker" "start" "-a" "869e56552e7ce21593e4e6620138b72ba7cda19bb2dde15268512f340ae4f0fb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rtrack-60d853f560c25437) [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" "869e56552e7ce21593e4e6620138b72ba7cda19bb2dde15268512f340ae4f0fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "869e56552e7ce21593e4e6620138b72ba7cda19bb2dde15268512f340ae4f0fb", kill_on_drop: false }` [INFO] [stdout] 869e56552e7ce21593e4e6620138b72ba7cda19bb2dde15268512f340ae4f0fb [INFO] testing h17liner/rtrack against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh17liner%2Frtrack" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/h17liner/rtrack on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/h17liner/rtrack [INFO] finished tweaking git repo https://github.com/h17liner/rtrack [INFO] tweaked toml for git repo https://github.com/h17liner/rtrack written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/h17liner/rtrack 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" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fdaf85a96a84b2499d05eb9a0f51fd862a42c5148ccb9a454cfae0b12c8f205e [INFO] running `Command { std: "docker" "start" "-a" "fdaf85a96a84b2499d05eb9a0f51fd862a42c5148ccb9a454cfae0b12c8f205e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdaf85a96a84b2499d05eb9a0f51fd862a42c5148ccb9a454cfae0b12c8f205e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdaf85a96a84b2499d05eb9a0f51fd862a42c5148ccb9a454cfae0b12c8f205e", kill_on_drop: false }` [INFO] [stdout] fdaf85a96a84b2499d05eb9a0f51fd862a42c5148ccb9a454cfae0b12c8f205e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bd6970563c25b2544d9a194e646b56920049c67df5353430e08d131414189b5 [INFO] running `Command { std: "docker" "start" "-a" "6bd6970563c25b2544d9a194e646b56920049c67df5353430e08d131414189b5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling ahash v0.7.7 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling gimli v0.28.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling rustls v0.21.8 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling rustix v0.38.24 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling time v0.3.30 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling url v2.3.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling snafu-derive v0.7.5 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling pem v3.0.2 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling zeroize v1.6.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling iri-string v0.7.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling clap_builder v4.4.8 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling snafu v0.7.5 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling jsonwebtoken v9.1.0 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling serde_path_to_error v0.1.14 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling color-eyre v0.6.2 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling config v0.13.3 [INFO] [stderr] Compiling git-url-parse v0.4.4 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling octocrab v0.32.0 [INFO] [stderr] Compiling clap v4.4.8 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling colored v2.0.4 [INFO] [stderr] Compiling chrono-humanize v0.2.3 [INFO] [stderr] error: could not compile `octocrab` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/bin/rustc --crate-name octocrab --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/octocrab-0.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-timeout"' --cfg 'feature="retry"' --cfg 'feature="rustls"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' -C metadata=2e303ef5bde8387c -C extra-filename=-2e303ef5bde8387c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-6f2cb018ed2934f6.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-95b39136d9b164c2.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-47ce12bf5fcc4351.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cc9c49d7958180b3.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-e7002d307f97bc56.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ce5bf80e9f5a3c31.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-bc25dbceced3a40f.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-ad10e5cda7f7d32d.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-e6afffa550c3eacd.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f707a30837435a2d.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-d071a1c786d54238.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-7e6f4331571d3d1a.rmeta --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-46fdc6707643185c.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-c9612f7150207642.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-1ca5d9609e3d1393.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-728f13abc4f8cf5f.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-c878b6f40f2978b2.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-14e211a4cb9cf862.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-4382e32185b0c010.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-141a1fedc8c2f983.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-54f6a9c2128e49a2.rmeta --extern serde_path_to_error=/opt/rustwide/target/debug/deps/libserde_path_to_error-dbb17b4db22abb51.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-e6cbce28b58309ea.rmeta --extern snafu=/opt/rustwide/target/debug/deps/libsnafu-808c2381fd9ba2ab.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0786618fa30c3063.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-4a07715b8c8a0710.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-4e063d3c0cce8659.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-fd8b8fb376935710.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-e332fb56451241fb.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-0a20e86ca64e617a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6bd6970563c25b2544d9a194e646b56920049c67df5353430e08d131414189b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bd6970563c25b2544d9a194e646b56920049c67df5353430e08d131414189b5", kill_on_drop: false }` [INFO] [stdout] 6bd6970563c25b2544d9a194e646b56920049c67df5353430e08d131414189b5