[INFO] cloning repository https://github.com/epilys/rust-vmm-helper-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/epilys/rust-vmm-helper-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fepilys%2Frust-vmm-helper-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fepilys%2Frust-vmm-helper-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a081b1aac6011b3a1bb021dc46d9e7b269ddf26 [INFO] building epilys/rust-vmm-helper-cli against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fepilys%2Frust-vmm-helper-cli" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/epilys/rust-vmm-helper-cli [INFO] finished tweaking git repo https://github.com/epilys/rust-vmm-helper-cli [INFO] tweaked toml for git repo https://github.com/epilys/rust-vmm-helper-cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/epilys/rust-vmm-helper-cli on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/epilys/rust-vmm-helper-cli 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69701fde09a24b3e10459da837ff8c68182102a50373f00222baa38b1bd229ce [INFO] running `Command { std: "docker" "start" "-a" "69701fde09a24b3e10459da837ff8c68182102a50373f00222baa38b1bd229ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69701fde09a24b3e10459da837ff8c68182102a50373f00222baa38b1bd229ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69701fde09a24b3e10459da837ff8c68182102a50373f00222baa38b1bd229ce", kill_on_drop: false }` [INFO] [stdout] 69701fde09a24b3e10459da837ff8c68182102a50373f00222baa38b1bd229ce [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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 782d405b7d811ab0ee40fb9573a97feb197d12890645e37200a043306ddf9d04 [INFO] running `Command { std: "docker" "start" "-a" "782d405b7d811ab0ee40fb9573a97feb197d12890645e37200a043306ddf9d04", kill_on_drop: false }` [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rustls v0.23.28 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling codeowners-rs v0.1.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling snafu-derive v0.8.6 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling rustls-webpki v0.103.3 [INFO] [stderr] Compiling snafu v0.8.6 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling hyper-util v0.1.14 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling octocrab v0.44.1 [INFO] [stderr] Compiling rust-vmm-helper-cli v0.1.0 (/opt/rustwide/workdir) [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/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name octocrab --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/octocrab-0.44.1/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="default-client"' --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-timeout"' --cfg 'feature="retry"' --cfg 'feature="rustls"' --cfg 'feature="rustls-ring"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "default-client", "follow-redirect", "futures-core", "futures-util", "hyper-rustls", "hyper-timeout", "hyper-tls", "opentls", "retry", "rustls", "rustls-aws-lc-rs", "rustls-ring", "rustls-webpki-tokio", "stream", "timeout", "tokio", "tracing"))' -C metadata=51805d5806be6877 -C extra-filename=-b4699a70690f9899 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-4d53f24db0759841.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1026aca84816da2b.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-5a199b0ec0054672.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-bddcd5ee733b81b8.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-1e551205f1478063.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-5a7308ce1a01ff04.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-5ad544095566c0ad.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-8a286151680a468c.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-5d2c120e15cb3719.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-c666b8265e1f7ed8.rmeta --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-1417c805b333d080.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-3014ed5ae4bfe80b.rmeta --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-85afdf3339066aaf.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-783e8ce1885fc840.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0ba6aecba7086d38.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-52de8ce3e941f940.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-a443dae2ee1dc6a5.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-048657cb08a899fa.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-055de53f88305d45.rmeta --extern serde_path_to_error=/opt/rustwide/target/debug/deps/libserde_path_to_error-d64f2420fb4aaa22.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-7b2e7405a34c0da6.rmeta --extern snafu=/opt/rustwide/target/debug/deps/libsnafu-5004f30475d18c06.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-dfbef91a62655927.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-84a6870115b336e6.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-acfffee93f28eedb.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-535c66544d0f41d5.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-69cd3baef6301b23.rmeta --extern web_time=/opt/rustwide/target/debug/deps/libweb_time-a9b8cec005d0e610.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-1cba4b773b2213b3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "782d405b7d811ab0ee40fb9573a97feb197d12890645e37200a043306ddf9d04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "782d405b7d811ab0ee40fb9573a97feb197d12890645e37200a043306ddf9d04", kill_on_drop: false }` [INFO] [stdout] 782d405b7d811ab0ee40fb9573a97feb197d12890645e37200a043306ddf9d04