[INFO] cloning repository https://github.com/edvm/GPTi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edvm/GPTi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedvm%2FGPTi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedvm%2FGPTi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdb8187b43e4bd8ff7b183d35e4a808a9525660c [INFO] testing edvm/GPTi against master#61223975d46f794466efa832bc7562b9707ecc46+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedvm%2FGPTi" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edvm/GPTi on toolchain 61223975d46f794466efa832bc7562b9707ecc46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edvm/GPTi [INFO] finished tweaking git repo https://github.com/edvm/GPTi [INFO] tweaked toml for git repo https://github.com/edvm/GPTi written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/edvm/GPTi 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" "+61223975d46f794466efa832bc7562b9707ecc46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded spinners v4.1.1 [INFO] [stderr] Downloaded proc-macro2 v1.0.75 [INFO] [stderr] Downloaded derive-new v0.5.9 [INFO] [stderr] Downloaded tree_magic_mini v3.0.3 [INFO] [stderr] Downloaded clap v4.4.13 [INFO] [stderr] Downloaded os_pipe v1.1.5 [INFO] [stderr] Downloaded openai v1.0.0-alpha.13 [INFO] [stderr] Downloaded winnow v0.5.33 [INFO] [stderr] Downloaded openssl v0.10.62 [INFO] [stderr] Downloaded reqwest-eventsource v0.4.0 [INFO] [stderr] Downloaded cli-clipboard v0.4.0 [INFO] [stderr] Downloaded eventsource-stream v0.2.3 [INFO] [stderr] Downloaded wl-clipboard-rs v0.7.0 [INFO] [stderr] Downloaded x11-clipboard v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c791492a384997f8cce6c393896a1d5de83175cc7206d8d4fa1b1e98b94994cd [INFO] running `Command { std: "docker" "start" "-a" "c791492a384997f8cce6c393896a1d5de83175cc7206d8d4fa1b1e98b94994cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c791492a384997f8cce6c393896a1d5de83175cc7206d8d4fa1b1e98b94994cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c791492a384997f8cce6c393896a1d5de83175cc7206d8d4fa1b1e98b94994cd", kill_on_drop: false }` [INFO] [stdout] c791492a384997f8cce6c393896a1d5de83175cc7206d8d4fa1b1e98b94994cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0722bc8337de73395986b76a27dbd3ea9464f271f1aa0ac1ae56c21da0477815 [INFO] running `Command { std: "docker" "start" "-a" "0722bc8337de73395986b76a27dbd3ea9464f271f1aa0ac1ae56c21da0477815", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.75 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling openssl v0.10.62 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling openssl-sys v0.9.98 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling unicode-bidi v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling x11rb-protocol v0.10.0 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling bytecount v0.6.7 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling tree_magic_mini v3.0.3 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling os_pipe v1.1.5 [INFO] [stderr] Compiling winnow v0.5.33 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling x11rb v0.10.1 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling x11-clipboard v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] error: could not compile `x11rb-protocol` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/61223975d46f794466efa832bc7562b9707ecc46/bin/rustc --crate-name x11rb_protocol --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.10.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="nix"' --cfg 'feature="render"' --cfg 'feature="shape"' --cfg 'feature="std"' --cfg 'feature="xfixes"' -C metadata=1c367ecc6ac8fc58 -C extra-filename=-1c367ecc6ac8fc58 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-90e504d3904b125d.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0722bc8337de73395986b76a27dbd3ea9464f271f1aa0ac1ae56c21da0477815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0722bc8337de73395986b76a27dbd3ea9464f271f1aa0ac1ae56c21da0477815", kill_on_drop: false }` [INFO] [stdout] 0722bc8337de73395986b76a27dbd3ea9464f271f1aa0ac1ae56c21da0477815 [INFO] testing edvm/GPTi against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedvm%2FGPTi" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edvm/GPTi on toolchain d073071d77ce0f93b4fd8cc567a1e2b9e1b22126 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edvm/GPTi [INFO] finished tweaking git repo https://github.com/edvm/GPTi [INFO] tweaked toml for git repo https://github.com/edvm/GPTi written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/edvm/GPTi 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" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46738b4186bba4898048edbf2e0ae1468c55b043f2d9ba8d98d8173cc698876e [INFO] running `Command { std: "docker" "start" "-a" "46738b4186bba4898048edbf2e0ae1468c55b043f2d9ba8d98d8173cc698876e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46738b4186bba4898048edbf2e0ae1468c55b043f2d9ba8d98d8173cc698876e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46738b4186bba4898048edbf2e0ae1468c55b043f2d9ba8d98d8173cc698876e", kill_on_drop: false }` [INFO] [stdout] 46738b4186bba4898048edbf2e0ae1468c55b043f2d9ba8d98d8173cc698876e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a55a800b2aaffab335725c6985346d225a03f47a85a3474cae9fefbc68a4906 [INFO] running `Command { std: "docker" "start" "-a" "7a55a800b2aaffab335725c6985346d225a03f47a85a3474cae9fefbc68a4906", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.75 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling openssl v0.10.62 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling openssl-sys v0.9.98 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling unicode-bidi v0.3.14 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling x11rb-protocol v0.10.0 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling bytecount v0.6.7 [INFO] [stderr] Compiling tree_magic_mini v3.0.3 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling os_pipe v1.1.5 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling winnow v0.5.33 [INFO] [stderr] Compiling x11rb v0.10.1 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling x11-clipboard v0.7.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling tokio v1.35.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling h2 v0.3.22 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling reqwest v0.11.23 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling reqwest-eventsource v0.4.0 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling toml_edit v0.21.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling wl-clipboard-rs v0.7.0 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Compiling openai v1.0.0-alpha.13 [INFO] [stderr] Compiling cli-clipboard v0.4.0 [INFO] [stderr] Compiling spinners v4.1.1 [INFO] [stderr] Compiling toml v0.8.8 [INFO] [stderr] Compiling clap v4.4.13 [INFO] [stderr] Compiling gpti v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `toml` is imported redundantly [INFO] [stdout] --> src/openai.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use toml; [INFO] [stdout] | ^^^^ the item `toml` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `cli_clipboard` is imported redundantly [INFO] [stdout] --> src/utils.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use cli_clipboard; [INFO] [stdout] | ^^^^^^^^^^^^^ the item `cli_clipboard` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s [INFO] running `Command { std: "docker" "inspect" "7a55a800b2aaffab335725c6985346d225a03f47a85a3474cae9fefbc68a4906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a55a800b2aaffab335725c6985346d225a03f47a85a3474cae9fefbc68a4906", kill_on_drop: false }` [INFO] [stdout] 7a55a800b2aaffab335725c6985346d225a03f47a85a3474cae9fefbc68a4906 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f9907553f33c73bcbb829d1feef9c32dfa2566edde5e8dcae5e3c7cae3fbf4b [INFO] running `Command { std: "docker" "start" "-a" "4f9907553f33c73bcbb829d1feef9c32dfa2566edde5e8dcae5e3c7cae3fbf4b", kill_on_drop: false }` [INFO] [stderr] Compiling gpti v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `toml` is imported redundantly [INFO] [stdout] --> src/openai.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use toml; [INFO] [stdout] | ^^^^ the item `toml` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `cli_clipboard` is imported redundantly [INFO] [stdout] --> src/utils.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use cli_clipboard; [INFO] [stdout] | ^^^^^^^^^^^^^ the item `cli_clipboard` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "4f9907553f33c73bcbb829d1feef9c32dfa2566edde5e8dcae5e3c7cae3fbf4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f9907553f33c73bcbb829d1feef9c32dfa2566edde5e8dcae5e3c7cae3fbf4b", kill_on_drop: false }` [INFO] [stdout] 4f9907553f33c73bcbb829d1feef9c32dfa2566edde5e8dcae5e3c7cae3fbf4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 644c922bd073649c5083e2ce2035ff798d79f1f2db04e4dd9e2bafe721689437 [INFO] running `Command { std: "docker" "start" "-a" "644c922bd073649c5083e2ce2035ff798d79f1f2db04e4dd9e2bafe721689437", kill_on_drop: false }` [INFO] [stderr] warning: the item `toml` is imported redundantly [INFO] [stderr] --> src/openai.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use toml; [INFO] [stderr] | ^^^^ the item `toml` is already defined here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `cli_clipboard` is imported redundantly [INFO] [stderr] --> src/utils.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use cli_clipboard; [INFO] [stderr] | ^^^^^^^^^^^^^ the item `cli_clipboard` is already defined here [INFO] [stderr] [INFO] [stderr] warning: `gpti` (bin "gpti" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gpti-6bc8791d6ea32ceb) [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" "644c922bd073649c5083e2ce2035ff798d79f1f2db04e4dd9e2bafe721689437", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644c922bd073649c5083e2ce2035ff798d79f1f2db04e4dd9e2bafe721689437", kill_on_drop: false }` [INFO] [stdout] 644c922bd073649c5083e2ce2035ff798d79f1f2db04e4dd9e2bafe721689437