[INFO] cloning repository https://github.com/crazywolf132/sage-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crazywolf132/sage-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrazywolf132%2Fsage-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrazywolf132%2Fsage-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] afee86705bf7504ace61be3861c7a5b5ad52d0fa [INFO] building crazywolf132/sage-rs against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrazywolf132%2Fsage-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/crazywolf132/sage-rs [INFO] finished tweaking git repo https://github.com/crazywolf132/sage-rs [INFO] tweaked toml for git repo https://github.com/crazywolf132/sage-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/crazywolf132/sage-rs 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/crazywolf132/sage-rs 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d83efb23484b78c59c1fb782999dc6539b605a81ed90bfe8a7afad3c3c59c38d [INFO] running `Command { std: "docker" "start" "-a" "d83efb23484b78c59c1fb782999dc6539b605a81ed90bfe8a7afad3c3c59c38d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d83efb23484b78c59c1fb782999dc6539b605a81ed90bfe8a7afad3c3c59c38d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83efb23484b78c59c1fb782999dc6539b605a81ed90bfe8a7afad3c3c59c38d", kill_on_drop: false }` [INFO] [stdout] d83efb23484b78c59c1fb782999dc6539b605a81ed90bfe8a7afad3c3c59c38d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e619ea4663f07ca1a53a945ab03c421fb9f730d8f439d8a0808db76695c7657d [INFO] running `Command { std: "docker" "start" "-a" "e619ea4663f07ca1a53a945ab03c421fb9f730d8f439d8a0808db76695c7657d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling rustls v0.23.25 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling data-encoding v2.8.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling libgit2-sys v0.18.1+1.9.0 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling newline-converter v0.3.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling terminal-prompt v0.2.3 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling dyn-clone v1.0.19 [INFO] [stderr] Compiling inquire v0.7.5 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling rustls-webpki v0.103.1 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-socks v0.5.2 [INFO] [stderr] Compiling h2 v0.4.8 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling snafu-derive v0.8.5 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling snafu v0.8.5 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling tower-http v0.6.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling clap_complete v4.5.47 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling octocrab v0.44.0 [INFO] [stderr] Compiling openai-api-rs v6.0.3 [INFO] [stderr] Compiling git2 v0.20.1 [INFO] [stderr] Compiling auth-git2 v0.5.7 [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.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="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=e3397077871810ed -C extra-filename=-3c4d2f9e78e08179 --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-5241c666f979a8b2.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-33ef6c02a07f9fec.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f20b55d0aaf77fbe.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-1e551205f1478063.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-f2556460e01af4fb.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-612e92b19de13770.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-01d68343fcc0d7e5.rmeta --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ae08da221a38942a.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-ec117d2c451f8581.rmeta --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-78cc3ea8386c464d.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-00320dab977f99d7.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-d1f6846bb7c16a78.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-a443dae2ee1dc6a5.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-96ad93c13334c64a.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3efed128dbc9219e.rmeta --extern serde_path_to_error=/opt/rustwide/target/debug/deps/libserde_path_to_error-364da89a690e99c8.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-360aa4f169b8bbf9.rmeta --extern snafu=/opt/rustwide/target/debug/deps/libsnafu-daadfe19eb99c79e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-681d9d59103faf13.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-08d47d114cddfe72.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-715f0f9a3f69c8eb.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-485d02de826ece7e.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-3379f3a4ad03fdba.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-b5563a7ad4f3681e/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e619ea4663f07ca1a53a945ab03c421fb9f730d8f439d8a0808db76695c7657d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e619ea4663f07ca1a53a945ab03c421fb9f730d8f439d8a0808db76695c7657d", kill_on_drop: false }` [INFO] [stdout] e619ea4663f07ca1a53a945ab03c421fb9f730d8f439d8a0808db76695c7657d