[INFO] cloning repository https://github.com/EthanMonza/KiwiDownloader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EthanMonza/KiwiDownloader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthanMonza%2FKiwiDownloader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthanMonza%2FKiwiDownloader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7f82a8c7a15c9f02cdebc96716b3565031e5d0a4
[INFO] checking EthanMonza/KiwiDownloader against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthanMonza%2FKiwiDownloader" "/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/EthanMonza/KiwiDownloader
[INFO] finished tweaking git repo https://github.com/EthanMonza/KiwiDownloader
[INFO] tweaked toml for git repo https://github.com/EthanMonza/KiwiDownloader written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EthanMonza/KiwiDownloader on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EthanMonza/KiwiDownloader 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834
[INFO] running `Command { std: "docker" "start" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking fluent-langneg v0.13.1
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rc-box v1.3.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking fluent-syntax v0.12.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking fluent-bundle v0.16.0
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking fluent v0.17.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking dptree v0.5.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]    Compiling aquamarine v0.6.0
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking teloxide-core v0.13.0
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking teloxide v0.17.0
[INFO] [stderr]     Checking kiwi-downloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `url`, `media_kind`, `quality`, `item_index`, and `file_unique_id` are never read
[INFO] [stdout]   --> src/db/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CachedFile {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout]  8 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]  9 |     pub media_kind: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 10 |     pub quality: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub item_index: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub file_unique_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedFile` 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] [stdout] warning: field `duration_seconds` is never read
[INFO] [stdout]   --> src/services/downloader.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct MediaInfo {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub duration_seconds: Option<u64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MediaInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url`, `media_kind`, `quality`, `item_index`, and `file_unique_id` are never read
[INFO] [stdout]   --> src/db/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CachedFile {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout]  8 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]  9 |     pub media_kind: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 10 |     pub quality: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub item_index: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub file_unique_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedFile` 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] [stdout] warning: field `duration_seconds` is never read
[INFO] [stdout]   --> src/services/downloader.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct MediaInfo {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub duration_seconds: Option<u64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MediaInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834", kill_on_drop: false }`
[INFO] [stdout] e61be4cb9e3bdb40ca62760636604acd8f5639b5ec2cdfa24253b182bea05834
