[INFO] cloning repository https://github.com/kjuulh/rev [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kjuulh/rev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] def96d3bedad60040d851c03c5b6cd5c28a8b558 [INFO] building kjuulh/rev against try#dd06aa59b9c8562b8b5652c638defc5836c326d0 for pr-137044-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kjuulh/rev on toolchain dd06aa59b9c8562b8b5652c638defc5836c326d0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kjuulh/rev [INFO] finished tweaking git repo https://github.com/kjuulh/rev [INFO] tweaked toml for git repo https://github.com/kjuulh/rev written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kjuulh/rev 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" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c677d801f877b7bd62c745b23b247032859dfdcab2e44c0535a19a61a5132d0 [INFO] running `Command { std: "docker" "start" "-a" "7c677d801f877b7bd62c745b23b247032859dfdcab2e44c0535a19a61a5132d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c677d801f877b7bd62c745b23b247032859dfdcab2e44c0535a19a61a5132d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c677d801f877b7bd62c745b23b247032859dfdcab2e44c0535a19a61a5132d0", kill_on_drop: false }` [INFO] [stdout] 7c677d801f877b7bd62c745b23b247032859dfdcab2e44c0535a19a61a5132d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d29073a9f41c4f95f4533fc1b26363eb7ca4515746c23bf6a6e3c9154a7dbff [INFO] running `Command { std: "docker" "start" "-a" "7d29073a9f41c4f95f4533fc1b26363eb7ca4515746c23bf6a6e3c9154a7dbff", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling thiserror v1.0.49 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.5.4 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling hashbrown v0.14.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling rustix v0.38.17 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling serial-core v0.4.0 [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling thiserror-impl v1.0.49 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling graphql-parser v0.4.0 [INFO] [stderr] Compiling gimli v0.28.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.9 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Compiling winnow v0.5.17 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling ratatui v0.23.0 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling serial-unix v0.4.0 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling tracing-log v0.1.3 [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 clap_lex v0.5.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling tokio-util v0.7.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling graphql-introspection-query v0.2.0 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling os_info v3.7.0 [INFO] [stderr] Compiling graphql_client_codegen v0.13.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling clap_builder v4.4.6 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling miette v5.10.0 [INFO] [stderr] Compiling isolang v2.3.0 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling serial v0.4.0 [INFO] [stderr] Compiling vt100 v0.15.2 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling rev-config v0.1.0 (/opt/rustwide/workdir/crates/rev-config) [INFO] [stderr] Compiling filedescriptor v0.8.2 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling rev-config-derive v0.1.0 (/opt/rustwide/workdir/crates/rev-config-derive) [INFO] [stderr] Compiling tui-term v0.1.4 [INFO] [stderr] Compiling human-panic v1.2.1 [INFO] [stderr] Compiling kdl v4.6.0 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling portable-pty v0.8.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling rev-widget-list v0.1.0 (/opt/rustwide/workdir/crates/rev-widget-list) [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling clap v4.4.6 [INFO] [stderr] Compiling graphql_query_derive v0.13.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling graphql_client v0.13.0 [INFO] [stderr] Compiling rev-git-provider v0.1.0 (/opt/rustwide/workdir/crates/rev-git-provider) [INFO] [stderr] Compiling timeago v0.4.2 [INFO] [stderr] Compiling rev v0.1.0 (/opt/rustwide/workdir/crates/rev) [INFO] [stdout] warning: value assigned to `next` is never read [INFO] [stdout] --> crates/rev/src/components/github_pr.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | next += 1; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `config_home` and `config_file_ext` are never read [INFO] [stdout] --> crates/rev/src/application_config.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ApplicationSettings { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 7 | pub config_home: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 8 | pub config_file_ext: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationSettings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prs` is never read [INFO] [stdout] --> crates/rev/src/git_pull_requests.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub struct GitPullRequest { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 99 | provider: GitProvider, [INFO] [stdout] 100 | prs: GitPullRequests, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitPullRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "7d29073a9f41c4f95f4533fc1b26363eb7ca4515746c23bf6a6e3c9154a7dbff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d29073a9f41c4f95f4533fc1b26363eb7ca4515746c23bf6a6e3c9154a7dbff", kill_on_drop: false }` [INFO] [stdout] 7d29073a9f41c4f95f4533fc1b26363eb7ca4515746c23bf6a6e3c9154a7dbff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+dd06aa59b9c8562b8b5652c638defc5836c326d0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e1376854bfb2804dde2010693951a78582f371daf093f9b0a3d5590d0e03f68 [INFO] running `Command { std: "docker" "start" "-a" "2e1376854bfb2804dde2010693951a78582f371daf093f9b0a3d5590d0e03f68", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rev-widget-list v0.1.0 (/opt/rustwide/workdir/crates/rev-widget-list) [INFO] [stderr] Compiling rev-config v0.1.0 (/opt/rustwide/workdir/crates/rev-config) [INFO] [stderr] Compiling graphql_client_codegen v0.13.0 [INFO] [stderr] Compiling tracing-test-macro v0.2.4 [INFO] [stderr] Compiling rev-config-derive v0.1.0 (/opt/rustwide/workdir/crates/rev-config-derive) [INFO] [stderr] Compiling tracing-test v0.2.4 [INFO] [stderr] Compiling graphql_query_derive v0.13.0 [INFO] [stderr] Compiling graphql_client v0.13.0 [INFO] [stderr] Compiling rev-git-provider v0.1.0 (/opt/rustwide/workdir/crates/rev-git-provider) [INFO] [stderr] Compiling rev v0.1.0 (/opt/rustwide/workdir/crates/rev) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> crates/rev/src/application_config.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 90 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 91 | [INFO] [stdout] 92 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `next` is never read [INFO] [stdout] --> crates/rev/src/components/github_pr.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | next += 1; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `config_home` and `config_file_ext` are never read [INFO] [stdout] --> crates/rev/src/application_config.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ApplicationSettings { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 7 | pub config_home: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 8 | pub config_file_ext: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationSettings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prs` is never read [INFO] [stdout] --> crates/rev/src/git_pull_requests.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub struct GitPullRequest { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 99 | provider: GitProvider, [INFO] [stdout] 100 | prs: GitPullRequests, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitPullRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.71s [INFO] running `Command { std: "docker" "inspect" "2e1376854bfb2804dde2010693951a78582f371daf093f9b0a3d5590d0e03f68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e1376854bfb2804dde2010693951a78582f371daf093f9b0a3d5590d0e03f68", kill_on_drop: false }` [INFO] [stdout] 2e1376854bfb2804dde2010693951a78582f371daf093f9b0a3d5590d0e03f68