[INFO] cloning repository https://github.com/tarcisioe/knuckles [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tarcisioe/knuckles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftarcisioe%2Fknuckles", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftarcisioe%2Fknuckles'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7f10837fc6ad2cab706261d2151501a6ce7e6a6b [INFO] testing tarcisioe/knuckles against master#1ddedbaa5919b7b3e70d984660e21e844c615c97 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftarcisioe%2Fknuckles" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tarcisioe/knuckles on toolchain 1ddedbaa5919b7b3e70d984660e21e844c615c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tarcisioe/knuckles [INFO] finished tweaking git repo https://github.com/tarcisioe/knuckles [INFO] tweaked toml for git repo https://github.com/tarcisioe/knuckles written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tarcisioe/knuckles 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" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea63675f968224a5188816adfc8ffd8779fb9cc170fc5e1bfe650cb5b640382e [INFO] running `Command { std: "docker" "start" "-a" "ea63675f968224a5188816adfc8ffd8779fb9cc170fc5e1bfe650cb5b640382e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea63675f968224a5188816adfc8ffd8779fb9cc170fc5e1bfe650cb5b640382e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea63675f968224a5188816adfc8ffd8779fb9cc170fc5e1bfe650cb5b640382e", kill_on_drop: false }` [INFO] [stdout] ea63675f968224a5188816adfc8ffd8779fb9cc170fc5e1bfe650cb5b640382e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4041de232270420bf5f69ee2d5100bf18090fba45b7a91d982c37a2092b6980d [INFO] running `Command { std: "docker" "start" "-a" "4041de232270420bf5f69ee2d5100bf18090fba45b7a91d982c37a2092b6980d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling cc v1.0.89 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling symphonia-core v0.5.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling cpal v0.15.3 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling alsa v0.9.0 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling symphonia-metadata v0.5.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.4 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling winnow v0.6.5 [INFO] [stderr] Compiling symphonia v0.5.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling claxon v0.4.3 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling rodio v0.17.3 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml_edit v0.22.6 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling toml v0.8.10 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling knuckles v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/config.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 name: `tarpaulin_include` [INFO] [stdout] --> src/config.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/hash.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `album_peak` and `track_peak` are never read [INFO] [stdout] --> src/api_types.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct ReplayGain { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 9 | pub album_peak: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 10 | pub track_peak: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ReplayGain` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct AlbumListItem { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | pub duration: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | pub is_dir: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | pub song_count: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 23 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub album: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 27 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 28 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 29 | pub bpm: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] 30 | pub comment: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 31 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 32 | pub genres: Option>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 33 | pub is_video: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 34 | pub name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 35 | pub parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | pub replay_gain: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 37 | pub sort_name: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 38 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub media_type: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumListItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct AlbumID3 { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 54 | pub id: AlbumId, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 58 | pub duration: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub song_count: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 64 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 65 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 66 | pub genre: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | pub play_count: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 68 | pub starred: Option>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 69 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumID3` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/api_types.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct Genre { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 75 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Genre` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Song { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 84 | pub is_dir: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 85 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub album: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 89 | pub album_id: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 90 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 91 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 92 | pub bit_rate: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 93 | pub bpm: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] 94 | pub comment: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 95 | pub content_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 96 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 97 | pub created: Option>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 98 | pub disc_number: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 99 | pub duration: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 100 | pub genres: Option>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 101 | pub is_video: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 102 | pub parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 103 | pub path: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 104 | pub replay_gain: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 105 | pub size: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 106 | pub sort_name: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 107 | pub suffix: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 108 | pub track: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 109 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | pub media_type: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `album_data` is never read [INFO] [stdout] --> src/api_types.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 118 | pub struct AlbumID3WithSongs { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 119 | #[serde(flatten)] [INFO] [stdout] 120 | pub album_data: AlbumID3, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumID3WithSongs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `scanning` and `count` are never read [INFO] [stdout] --> src/api_types.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct ScanStatus { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 127 | pub scanning: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 128 | pub count: i64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ScanStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `open_subsonic`, `server_version`, `status`, `version`, and `server_type` are never read [INFO] [stdout] --> src/api_types.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 133 | pub struct SubsonicResponse { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 134 | // Required fields [INFO] [stdout] 135 | pub open_subsonic: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 136 | pub server_version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 137 | pub status: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 138 | pub version: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | pub server_type: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SubsonicResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.49s [INFO] running `Command { std: "docker" "inspect" "4041de232270420bf5f69ee2d5100bf18090fba45b7a91d982c37a2092b6980d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4041de232270420bf5f69ee2d5100bf18090fba45b7a91d982c37a2092b6980d", kill_on_drop: false }` [INFO] [stdout] 4041de232270420bf5f69ee2d5100bf18090fba45b7a91d982c37a2092b6980d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 950fbbcb0c7947c27c0c83764a2f8e589952fb2ec34b0d66acf2cd8aa3e7b7c0 [INFO] running `Command { std: "docker" "start" "-a" "950fbbcb0c7947c27c0c83764a2f8e589952fb2ec34b0d66acf2cd8aa3e7b7c0", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling knuckles v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/config.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 name: `tarpaulin_include` [INFO] [stdout] --> src/config.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/hash.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `album_peak` and `track_peak` are never read [INFO] [stdout] --> src/api_types.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct ReplayGain { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 9 | pub album_peak: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 10 | pub track_peak: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ReplayGain` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct AlbumListItem { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | pub duration: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | pub is_dir: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | pub song_count: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 23 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub album: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 27 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 28 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 29 | pub bpm: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] 30 | pub comment: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 31 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 32 | pub genres: Option>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 33 | pub is_video: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 34 | pub name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 35 | pub parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | pub replay_gain: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 37 | pub sort_name: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 38 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub media_type: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumListItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct AlbumID3 { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 54 | pub id: AlbumId, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 58 | pub duration: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub song_count: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 64 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 65 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 66 | pub genre: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | pub play_count: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 68 | pub starred: Option>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 69 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumID3` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/api_types.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct Genre { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 75 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Genre` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/api_types.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Song { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 84 | pub is_dir: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 85 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub album: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 89 | pub album_id: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 90 | pub artist: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 91 | pub artist_id: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 92 | pub bit_rate: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 93 | pub bpm: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] 94 | pub comment: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 95 | pub content_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 96 | pub cover_art: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 97 | pub created: Option>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 98 | pub disc_number: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 99 | pub duration: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 100 | pub genres: Option>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 101 | pub is_video: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 102 | pub parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 103 | pub path: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 104 | pub replay_gain: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 105 | pub size: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 106 | pub sort_name: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 107 | pub suffix: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 108 | pub track: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 109 | pub year: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | pub media_type: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `album_data` is never read [INFO] [stdout] --> src/api_types.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 118 | pub struct AlbumID3WithSongs { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 119 | #[serde(flatten)] [INFO] [stdout] 120 | pub album_data: AlbumID3, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlbumID3WithSongs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `scanning` and `count` are never read [INFO] [stdout] --> src/api_types.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct ScanStatus { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 127 | pub scanning: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 128 | pub count: i64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ScanStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `open_subsonic`, `server_version`, `status`, `version`, and `server_type` are never read [INFO] [stdout] --> src/api_types.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 133 | pub struct SubsonicResponse { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 134 | // Required fields [INFO] [stdout] 135 | pub open_subsonic: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 136 | pub server_version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 137 | pub status: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 138 | pub version: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | pub server_type: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SubsonicResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "950fbbcb0c7947c27c0c83764a2f8e589952fb2ec34b0d66acf2cd8aa3e7b7c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "950fbbcb0c7947c27c0c83764a2f8e589952fb2ec34b0d66acf2cd8aa3e7b7c0", kill_on_drop: false }` [INFO] [stdout] 950fbbcb0c7947c27c0c83764a2f8e589952fb2ec34b0d66acf2cd8aa3e7b7c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1cee1c243a19dc32cca3eb56585754bfa9deb8ec03dfc90e92ca78873828dc8 [INFO] running `Command { std: "docker" "start" "-a" "c1cee1c243a19dc32cca3eb56585754bfa9deb8ec03dfc90e92ca78873828dc8", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/config.rs:39:11 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/config.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/hash.rs:38:11 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: fields `album_peak` and `track_peak` are never read [INFO] [stderr] --> src/api_types.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReplayGain { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 9 | pub album_peak: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 10 | pub track_peak: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ReplayGain` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/api_types.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct AlbumListItem { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 19 | pub created: DateTime, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 20 | pub duration: u64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 21 | pub is_dir: bool, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 22 | pub song_count: u64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 23 | pub title: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | pub album: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 27 | pub artist: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 28 | pub artist_id: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 29 | pub bpm: Option, [INFO] [stderr] | ^^^ [INFO] [stderr] 30 | pub comment: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 31 | pub cover_art: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 32 | pub genres: Option>, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 33 | pub is_video: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 34 | pub name: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] 35 | pub parent: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 36 | pub replay_gain: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 37 | pub sort_name: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 38 | pub year: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 42 | pub media_type: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AlbumListItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/api_types.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct AlbumID3 { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 54 | pub id: AlbumId, [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 57 | pub created: DateTime, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 58 | pub duration: u64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 59 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 60 | pub song_count: u64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | pub artist: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 64 | pub artist_id: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 65 | pub cover_art: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 66 | pub genre: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 67 | pub play_count: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 68 | pub starred: Option>, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 69 | pub year: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AlbumID3` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/api_types.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub struct Genre { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] 75 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Genre` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/api_types.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 80 | pub struct Song { [INFO] [stderr] | ---- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 84 | pub is_dir: bool, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 85 | pub title: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 88 | pub album: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 89 | pub album_id: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 90 | pub artist: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 91 | pub artist_id: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 92 | pub bit_rate: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 93 | pub bpm: Option, [INFO] [stderr] | ^^^ [INFO] [stderr] 94 | pub comment: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 95 | pub content_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 96 | pub cover_art: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 97 | pub created: Option>, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 98 | pub disc_number: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 99 | pub duration: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 100 | pub genres: Option>, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 101 | pub is_video: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 102 | pub parent: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 103 | pub path: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] 104 | pub replay_gain: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 105 | pub size: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] 106 | pub sort_name: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 107 | pub suffix: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 108 | pub track: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 109 | pub year: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | pub media_type: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `album_data` is never read [INFO] [stderr] --> src/api_types.rs:120:9 [INFO] [stderr] | [INFO] [stderr] 118 | pub struct AlbumID3WithSongs { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] 119 | #[serde(flatten)] [INFO] [stderr] 120 | pub album_data: AlbumID3, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AlbumID3WithSongs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `scanning` and `count` are never read [INFO] [stderr] --> src/api_types.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 126 | pub struct ScanStatus { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 127 | pub scanning: bool, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 128 | pub count: i64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ScanStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `open_subsonic`, `server_version`, `status`, `version`, and `server_type` are never read [INFO] [stderr] --> src/api_types.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 133 | pub struct SubsonicResponse { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] 134 | // Required fields [INFO] [stderr] 135 | pub open_subsonic: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 136 | pub server_version: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 137 | pub status: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 138 | pub version: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pub server_type: String, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `SubsonicResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `knuckles` (bin "knuckles" test) generated 11 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/knuckles-1053c5bd7d39c363) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test config::tests::test_make_candidate_config_path ... ok [INFO] [stdout] test client::tests::test_album_list_type_into_url ... ok [INFO] [stdout] test client::tests::test_base_url ... ok [INFO] [stdout] test config::tests::test_read_config_from_path_with_password ... ok [INFO] [stdout] test config::tests::test_make_client_with_config_token ... ok [INFO] [stdout] test config::tests::test_read_config_from_path_with_token ... ok [INFO] [stdout] test config::tests::test_make_client_with_config_password ... ok [INFO] [stdout] test config::tests::test_read_well_formed_config_with_password ... ok [INFO] [stdout] test config::tests::test_read_well_formed_config_with_hash_and_salt ... ok [INFO] [stdout] test hash::tests::test_salt_generation ... ok [INFO] [stdout] test hash::tests::test_salted_md5 ... ok [INFO] [stdout] test hash::tests::test_md5_with_random_salt ... ok [INFO] [stdout] test error::tests::test_on_missing ... ok [INFO] [stdout] test macros::tests::test_my_i64 ... ok [INFO] [stdout] test macros::tests::test_my_string ... ok [INFO] [stdout] test macros::tests::test_fmt_my_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1cee1c243a19dc32cca3eb56585754bfa9deb8ec03dfc90e92ca78873828dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1cee1c243a19dc32cca3eb56585754bfa9deb8ec03dfc90e92ca78873828dc8", kill_on_drop: false }` [INFO] [stdout] c1cee1c243a19dc32cca3eb56585754bfa9deb8ec03dfc90e92ca78873828dc8 [INFO] testing tarcisioe/knuckles against try#33f1d8bb92813a1bfc23c093c9f443ab09290307 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftarcisioe%2Fknuckles" "/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/tarcisioe/knuckles on toolchain 33f1d8bb92813a1bfc23c093c9f443ab09290307 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tarcisioe/knuckles [INFO] finished tweaking git repo https://github.com/tarcisioe/knuckles [INFO] tweaked toml for git repo https://github.com/tarcisioe/knuckles written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tarcisioe/knuckles 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" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cca59c2a9335cdf323f40c90229b20a92cb487d8fe29695563ba9687835f4367 [INFO] running `Command { std: "docker" "start" "-a" "cca59c2a9335cdf323f40c90229b20a92cb487d8fe29695563ba9687835f4367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cca59c2a9335cdf323f40c90229b20a92cb487d8fe29695563ba9687835f4367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cca59c2a9335cdf323f40c90229b20a92cb487d8fe29695563ba9687835f4367", kill_on_drop: false }` [INFO] [stdout] cca59c2a9335cdf323f40c90229b20a92cb487d8fe29695563ba9687835f4367 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c6911fae3383c2913afdb442aa6bafea1236fa13f9cdbd6480cfa52fab1df65 [INFO] running `Command { std: "docker" "start" "-a" "8c6911fae3383c2913afdb442aa6bafea1236fa13f9cdbd6480cfa52fab1df65", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling cc v1.0.89 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `indexmap` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bytemuck` (lib) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/native-tls-43e0f95d47c432ec/rmetau5rGM7" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `native-tls` (build script) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/openssl_sys-235863b5526ef37a.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `http` (lib) [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: openssl-sys@0.9.101: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] [INFO] [stderr] error: could not compile `openssl-sys` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc8kK8Aj/symbols.o" "/opt/rustwide/target/debug/build/httparse-9ba1baaa76b9ab69/build_script_build-9ba1baaa76b9ab69.build_script_build.ebf7260336b7423-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/httparse-9ba1baaa76b9ab69/build_script_build-9ba1baaa76b9ab69.a20055ulw6c9f5zdjvaas84oi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9506e3738f23e7c7.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0e87bdc388165b9b.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-28d2ee21ffecbcd0.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-4cd64c3d9fc2560b.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a1fedeceba4cc892.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0b8915cbc76cd410.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-fec2ce82fc5b17fa.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-fdb02324b55b2840.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-db981ef273c68b12.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-2c4968ed4cb29e9c.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-661cdd70a5b83118.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9cbb3bfdc8e63ca5.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a4c5ad4392a26401.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9409cd7d030362b9.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-80d2f129fb536a6f.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7586cb84705120bb.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/33f1d8bb92813a1bfc23c093c9f443ab09290307/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/build/httparse-9ba1baaa76b9ab69/build_script_build-9ba1baaa76b9ab69" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `httparse` (build script) due to 2 previous errors [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta6pk90A" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `encoding_rs` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8c6911fae3383c2913afdb442aa6bafea1236fa13f9cdbd6480cfa52fab1df65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c6911fae3383c2913afdb442aa6bafea1236fa13f9cdbd6480cfa52fab1df65", kill_on_drop: false }` [INFO] [stdout] 8c6911fae3383c2913afdb442aa6bafea1236fa13f9cdbd6480cfa52fab1df65