[INFO] cloning repository https://github.com/izirku/gitrel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/izirku/gitrel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c868d16219686697d964c362ca137f8530766491
[INFO] building izirku/gitrel against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/izirku/gitrel
[INFO] finished tweaking git repo https://github.com/izirku/gitrel
[INFO] tweaked toml for git repo https://github.com/izirku/gitrel written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/izirku/gitrel on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/izirku/gitrel 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90120b4f65e0b05a0831e0fab30ad2d79a2bb8538f135d66ef1d789e4a360325
[INFO] running `Command { std: "docker" "start" "-a" "90120b4f65e0b05a0831e0fab30ad2d79a2bb8538f135d66ef1d789e4a360325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90120b4f65e0b05a0831e0fab30ad2d79a2bb8538f135d66ef1d789e4a360325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90120b4f65e0b05a0831e0fab30ad2d79a2bb8538f135d66ef1d789e4a360325", kill_on_drop: false }`
[INFO] [stdout] 90120b4f65e0b05a0831e0fab30ad2d79a2bb8538f135d66ef1d789e4a360325
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25abfa3c08cac63722b034f30bf2cfccf05297da1646422fc27db418fec15dfe
[INFO] running `Command { std: "docker" "start" "-a" "25abfa3c08cac63722b034f30bf2cfccf05297da1646422fc27db418fec15dfe", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.142
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling serde v1.0.142
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling zstd-safe v4.1.6+zstd.1.5.2
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling zstd-sys v1.6.3+zstd.1.5.2
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.19
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ansitok v0.1.0
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling os_str_bytes v6.2.0
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling semver v1.0.13
[INFO] [stderr]    Compiling anyhow v1.0.59
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling ansi-str v0.3.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling pbkdf2 v0.10.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling papergrid v0.5.1
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling gitrel v0.2.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch4`
[INFO] [stdout]   --> build.rs:16:64
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch4")))]
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^--------
[INFO] [stdout]    |                                                                              |
[INFO] [stdout]    |                                                                              help: there is a expected value with a similar name: `"aarch64"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch`
[INFO] [stdout]   --> build.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[cfg(all(target_os = "windows", target_arch = "aarch"))]
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sha1 v0.10.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling filetime v0.2.17
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling time v0.3.12
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling clap_derive v3.2.15
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling tabled_derive v0.4.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling tabled v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.32
[INFO] [stderr]    Compiling clap v3.2.16
[INFO] [stderr]    Compiling indicatif v0.17.0
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling xz v0.1.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling owo-colors v3.4.0
[INFO] [stderr]    Compiling bytesize v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling chrono v0.4.20
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling zstd v0.10.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.2
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/domain/github/release.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Release {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 11 |     pub assets_url: Url,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub upload_url: Url,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 13 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 14 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 15 |     pub tag_name: String,
[INFO] [stdout] 16 |     pub target_commitish: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub draft: bool,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 18 |     pub prerelease: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 19 |     pub created_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Release` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 08s
[INFO] running `Command { std: "docker" "inspect" "25abfa3c08cac63722b034f30bf2cfccf05297da1646422fc27db418fec15dfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25abfa3c08cac63722b034f30bf2cfccf05297da1646422fc27db418fec15dfe", kill_on_drop: false }`
[INFO] [stdout] 25abfa3c08cac63722b034f30bf2cfccf05297da1646422fc27db418fec15dfe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e10b494a8e6828c74e7a3e859633d08a6c683a2412ef60609307a4bf637f026f
[INFO] running `Command { std: "docker" "start" "-a" "e10b494a8e6828c74e7a3e859633d08a6c683a2412ef60609307a4bf637f026f", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch4`
[INFO] [stdout]   --> build.rs:16:64
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch4")))]
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^--------
[INFO] [stdout]    |                                                                              |
[INFO] [stdout]    |                                                                              help: there is a expected value with a similar name: `"aarch64"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch`
[INFO] [stdout]   --> build.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[cfg(all(target_os = "windows", target_arch = "aarch"))]
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gitrel v0.2.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/domain/github/release.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Release {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 11 |     pub assets_url: Url,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub upload_url: Url,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 13 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 14 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 15 |     pub tag_name: String,
[INFO] [stdout] 16 |     pub target_commitish: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub draft: bool,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 18 |     pub prerelease: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 19 |     pub created_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Release` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.94s
[INFO] running `Command { std: "docker" "inspect" "e10b494a8e6828c74e7a3e859633d08a6c683a2412ef60609307a4bf637f026f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e10b494a8e6828c74e7a3e859633d08a6c683a2412ef60609307a4bf637f026f", kill_on_drop: false }`
[INFO] [stdout] e10b494a8e6828c74e7a3e859633d08a6c683a2412ef60609307a4bf637f026f
