[INFO] cloning repository https://github.com/GonnaHackIt/crusty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GonnaHackIt/crusty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonnaHackIt%2Fcrusty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonnaHackIt%2Fcrusty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e70425b7f4f330cb2ef3d182050bf06792b5d2fc
[INFO] building GonnaHackIt/crusty against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonnaHackIt%2Fcrusty" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/GonnaHackIt/crusty on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/GonnaHackIt/crusty
[INFO] finished tweaking git repo https://github.com/GonnaHackIt/crusty
[INFO] tweaked toml for git repo https://github.com/GonnaHackIt/crusty written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/GonnaHackIt/crusty 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 900c8c8285afe2b9a031f64bc1e267489b32f159181f9aab63c8ff7c7e341115
[INFO] running `Command { std: "docker" "start" "-a" "900c8c8285afe2b9a031f64bc1e267489b32f159181f9aab63c8ff7c7e341115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "900c8c8285afe2b9a031f64bc1e267489b32f159181f9aab63c8ff7c7e341115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "900c8c8285afe2b9a031f64bc1e267489b32f159181f9aab63c8ff7c7e341115", kill_on_drop: false }`
[INFO] [stdout] 900c8c8285afe2b9a031f64bc1e267489b32f159181f9aab63c8ff7c7e341115
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3f6bef43c059497d28d94645ce05400499ef86183a76bb5076a9175fec83db3
[INFO] running `Command { std: "docker" "start" "-a" "c3f6bef43c059497d28d94645ce05400499ef86183a76bb5076a9175fec83db3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling atomic-polyfill v1.0.3
[INFO] [stderr]    Compiling critical-section v1.1.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling rustls v0.21.11
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling cookie v0.17.0
[INFO] [stderr]    Compiling cobs v0.2.3
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling writeable v0.5.4
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling embedded-io v0.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling litemap v0.7.2
[INFO] [stderr]    Compiling cpufeatures v0.2.8
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling rustls-pki-types v1.4.1
[INFO] [stderr]    Compiling publicsuffix v2.2.3
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling zerofrom-derive v0.1.3
[INFO] [stderr]    Compiling yoke-derive v0.7.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling zerovec-derive v0.9.6
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling zerofrom v0.1.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling icu_provider_macros v1.2.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rustls-webpki v0.102.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ipnet v2.7.2
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling boa_macros v0.17.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling async-compression v0.4.9
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling yoke v0.7.3
[INFO] [stderr]    Compiling symphonia-core v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-core)
[INFO] [stderr]    Compiling zerovec v0.9.6
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling symphonia-metadata v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-metadata)
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling tinystr v0.7.2
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling icu_locid v1.2.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling postcard v1.0.8
[INFO] [stderr]    Compiling icu_provider v1.2.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling symphonia-utils-xiph v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-utils-xiph)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_collections v1.2.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling thin-vec v0.2.13
[INFO] [stderr]    Compiling boa_profiler v0.17.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling boa_gc v0.17.3
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling icu_properties v1.2.0
[INFO] [stderr]    Compiling cookie_store v0.20.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling cssparser v0.29.6
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling rustfft v6.2.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling icu_normalizer v1.2.0
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling dtoa-short v0.3.4
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling boa_interner v0.17.3
[INFO] [stderr]    Compiling audiopus_sys v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling selectors v0.24.0
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling icu_provider_blob v1.2.0
[INFO] [stderr]    Compiling icu_provider_adapters v1.2.0
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling primal-check v0.3.3
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling serenity v0.12.1
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling servo_arc v0.2.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.0
[INFO] [stderr]    Compiling pnet_base v0.34.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling regress v0.6.0
[INFO] [stderr]    Compiling boa_ast v0.17.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling boa_icu_provider v0.17.3
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling command_attr v0.5.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling task-local-extensions v0.1.4
[INFO] [stderr]    Compiling uwl v0.6.0
[INFO] [stderr]    Compiling fast-float v0.2.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling extended v0.1.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling typemap_rev v0.3.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling pin-project v1.1.0
[INFO] [stderr]    Compiling symphonia-format-riff v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-format-riff)
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling boa_parser v0.17.3
[INFO] [stdout] warning: field `n_sample_frames` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-riff/src/aiff/chunks.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct CommonChunk {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub n_sample_frames: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `offset` and `block_size` are never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-riff/src/aiff/chunks.rs:254:9
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub struct SoundChunk {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 253 |     pub len: u32,
[INFO] [stdout] 254 |     pub offset: u32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 255 |     pub block_size: u32,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling realfft v3.3.0
[INFO] [stderr]    Compiling reqwest-middleware v0.2.5
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling pnet_macros_support v0.34.0
[INFO] [stderr]    Compiling retry-policies v0.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling symphonia-format-mkv v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-format-mkv)
[INFO] [stderr]    Compiling symphonia-format-isomp4 v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-format-isomp4)
[INFO] [stderr]    Compiling symphonia-codec-vorbis v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-codec-vorbis)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-mkv/src/ebml.rs:515:15
[INFO] [stdout]     |
[INFO] [stdout] 515 |     SignedInt(i64),
[INFO] [stdout]     |     --------- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ElementData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 515 |     SignedInt(()),
[INFO] [stdout]     |               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-mkv/src/ebml.rs:523:10
[INFO] [stdout]     |
[INFO] [stdout] 523 |     Date(i64),
[INFO] [stdout]     |     ---- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ElementData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 523 |     Date(()),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling symphonia-format-ogg v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-format-ogg)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> symphonia-master/symphonia-format-ogg/src/mappings/flac.rs:244:51
[INFO] [stdout]     |
[INFO] [stdout] 244 |     if crc8_expected != crc8_computed && cfg!(not(fuzzing)) {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `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(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[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: method `header` is never used
[INFO] [stdout]    --> symphonia-master/symphonia-format-isomp4/src/atoms/mod.rs:376:8
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub trait Atom: Sized {
[INFO] [stdout]     |           ---- method in this trait
[INFO] [stdout] 376 |     fn header(&self) -> AtomHeader;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `elst` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/edts.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct EdtsAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 16 |     header: AtomHeader,
[INFO] [stdout] 17 |     pub elst: Option<ElstAtom>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EdtsAtom` 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 `es_id` and `sl_config` are never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-isomp4/src/atoms/esds.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub struct ESDescriptor {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 125 |     pub es_id: u16,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 126 |     pub dec_config: DecoderConfigDescriptor,
[INFO] [stdout] 127 |     pub sl_config: SLDescriptor,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ESDescriptor` 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 `object_type_indication` is never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-isomp4/src/atoms/esds.rs:208:9
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub struct DecoderConfigDescriptor {
[INFO] [stdout]     |            ----------------------- field in this struct
[INFO] [stdout] 207 |     pub codec_type: CodecType,
[INFO] [stdout] 208 |     pub object_type_indication: u8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DecoderConfigDescriptor` 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 `major`, `minor`, and `compatible` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/ftyp.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct FtypAtom {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 17 |     header: AtomHeader,
[INFO] [stdout] 18 |     pub major: FourCc,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub minor: [u8; 4],
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 20 |     pub compatible: Vec<FourCc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FtypAtom` 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 `handler_type` and `name` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/hdlr.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct HdlrAtom {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub handler_type: HandlerType,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 42 |     /// Human-readable handler name.
[INFO] [stdout] 43 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HdlrAtom` 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 `0` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/ilst.rs:52:13
[INFO] [stdout]    |
[INFO] [stdout] 52 |     Unknown(u32),
[INFO] [stdout]    |     ------- ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 52 |     Unknown(()),
[INFO] [stdout]    |             ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `hdlr` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/mdia.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MdiaAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub hdlr: HdlrAtom,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MdiaAtom` 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 `fragment_duration` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/mehd.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MehdAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fragment_duration: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MehdAtom` 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 `smhd` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/minf.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MinfAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub smhd: Option<SmhdAtom>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MinfAtom` 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 `mvhd` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/moov.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct MoovAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub mvhd: MvhdAtom,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoovAtom` 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 `mehd` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/mvex.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MvexAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub mehd: Option<MehdAtom>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MvexAtom` 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 `reference_type`, `reference_size`, and `subsegment_duration` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/sidx.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SidxReference {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 21 |     pub reference_type: ReferenceType,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub reference_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub subsegment_duration: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SidxReference` 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 `reference_id`, `timescale`, `first_offset`, and `references` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/sidx.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct SidxAtom {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub reference_id: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 35 |     pub timescale: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 36 |     pub earliest_pts: u64,
[INFO] [stdout] 37 |     pub first_offset: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 38 |     pub references: Vec<SidxReference>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SidxAtom` 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 `balance` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/smhd.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct SmhdAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub balance: FpI8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SmhdAtom` 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 `sample_desc_index` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/stsc.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct StscEntry {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub sample_desc_index: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StscEntry` 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 `num_channels` and `sample_size` are never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-isomp4/src/atoms/stsd.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub struct AudioSampleEntry {
[INFO] [stdout]     |            ---------------- fields in this struct
[INFO] [stdout] 150 |     pub num_channels: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 151 |     pub sample_size: u16,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AudioSampleEntry` 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 `sample_desc_idx`, `default_sample_flags`, `duration_is_empty`, and `default_base_is_moof` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/tfhd.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct TfhdAtom {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub sample_desc_idx: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub default_sample_flags: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     /// If true, there are no samples for this time duration.
[INFO] [stdout] 25 |     pub duration_is_empty: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub default_base_is_moof: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TfhdAtom` 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 `flags` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/tkhd.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct TkhdAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub flags: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TkhdAtom` 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 `edts` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/trak.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct TrakAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub edts: Option<EdtsAtom>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrakAtom` 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 `default_sample_desc_idx` and `default_sample_flags` are never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/trex.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct TrexAtom {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub default_sample_desc_idx: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub default_sample_flags: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrexAtom` 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 `sample_flags` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-isomp4/src/atoms/trun.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct TrunAtom {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub sample_flags: Vec<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrunAtom` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling symphonia-bundle-flac v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-bundle-flac)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> symphonia-master/symphonia-bundle-flac/src/frame.rs:210:51
[INFO] [stdout]     |
[INFO] [stdout] 210 |     if crc8_expected != crc8_computed && cfg!(not(fuzzing)) {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `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(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[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: field `version` is never read
[INFO] [stdout]   --> symphonia-master/symphonia-format-ogg/src/page.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct PageHeader {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 21 |     pub version: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PageHeader` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling symphonia-format-caf v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-format-caf)
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-bundle-mp3)
[INFO] [stdout] warning: fields `channel_flags` and `coordinates` are never read
[INFO] [stdout]    --> symphonia-master/symphonia-format-caf/src/chunks.rs:374:9
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub struct ChannelDescription {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 373 |     pub channel_label: u32,
[INFO] [stdout] 374 |     pub channel_flags: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 375 |     pub coordinates: [f32; 3],
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ChannelDescription` 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] [stderr]    Compiling symphonia-codec-adpcm v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-codec-adpcm)
[INFO] [stderr]    Compiling symphonia-codec-aac v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-codec-aac)
[INFO] [stderr]    Compiling symphonia-codec-pcm v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-codec-pcm)
[INFO] [stderr]    Compiling symphonia-codec-alac v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia-codec-alac)
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stdout] warning: fields `emphasis`, `is_copyrighted`, `is_original`, and `has_padding` are never read
[INFO] [stdout]    --> symphonia-master/symphonia-bundle-mp3/src/common.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 93  | pub struct FrameHeader {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub emphasis: Emphasis,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 101 |     pub is_copyrighted: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 102 |     pub is_original: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 103 |     pub has_padding: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FrameHeader` 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] [stderr]    Compiling serde_repr v0.1.12
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling songbird v0.4.1
[INFO] [stderr]    Compiling pollster v0.3.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling ryu-js v0.2.2
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling ego-tree v0.6.2
[INFO] [stderr]    Compiling serenity-voice-model v0.2.0
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling symphonia v0.5.4 (/opt/rustwide/workdir/symphonia-master/symphonia)
[INFO] [stderr]    Compiling boa_engine v0.17.3
[INFO] [stderr]    Compiling scraper v0.16.0
[INFO] [stderr]    Compiling crypto_secretbox v0.1.1
[INFO] [stderr]    Compiling discortp v0.6.0
[INFO] [stderr]    Compiling rusty_pool v0.7.0
[INFO] [stderr]    Compiling reqwest-retry v0.3.0
[INFO] [stderr]    Compiling poise_macros v0.6.1
[INFO] [stderr]    Compiling audiopus v0.3.0-rc.0
[INFO] [stderr]    Compiling rubato v0.14.1
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling xml_oxide v0.3.0
[INFO] [stderr]    Compiling m3u8-rs v5.0.5
[INFO] [stderr]    Compiling ringbuf v0.3.3
[INFO] [stderr]    Compiling streamcatcher v1.0.1
[INFO] [stderr]    Compiling serde-aux v4.5.0
[INFO] [stderr]    Compiling serde_qs v0.12.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling rusty_ytdl v0.6.6
[INFO] [stderr]    Compiling poise v0.6.1
[INFO] [stderr] error: could not compile `songbird` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name songbird --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/songbird-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="builtin-queue"' --cfg 'feature="default"' --cfg 'feature="driver"' --cfg 'feature="gateway"' --cfg 'feature="rustls"' --cfg 'feature="serenity"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builtin-queue", "default", "driver", "full-doc", "gateway", "internals", "native", "receive", "rustls", "serenity", "simd-json", "twilight"))' -C metadata=e0803ceacb02807c -C extra-filename=-cbbc514a5d37749b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-93aec2423db3a304.so --extern audiopus=/opt/rustwide/target/debug/deps/libaudiopus-1bed1b67c16bc708.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-379f547b04d51d02.rmeta --extern crypto_secretbox=/opt/rustwide/target/debug/deps/libcrypto_secretbox-90c7f4627e6c8714.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-2c1174fb23d34842.rmeta --extern derivative=/opt/rustwide/target/debug/deps/libderivative-8c81f9a9b4642fc2.so --extern discortp=/opt/rustwide/target/debug/deps/libdiscortp-473dff6114d13b9b.rmeta --extern flume=/opt/rustwide/target/debug/deps/libflume-b7640c948c139bf8.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-5bc5785b3e89a435.rmeta --extern nohash_hasher=/opt/rustwide/target/debug/deps/libnohash_hasher-7182108947a1143f.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-3293bf2421e48f99.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-543739b29c9ea8c7.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-b4d46c707e66e2a8.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-ef842739f6b712d4.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c75e6c7169c7fab3.rmeta --extern ringbuf=/opt/rustwide/target/debug/deps/libringbuf-c2867cb6b387188a.rmeta --extern rubato=/opt/rustwide/target/debug/deps/librubato-0d7de31e22f8a2a2.rmeta --extern rusty_pool=/opt/rustwide/target/debug/deps/librusty_pool-56ef75c2896bf67f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4e2c42d88a589a91.rmeta --extern serde_aux=/opt/rustwide/target/debug/deps/libserde_aux-5b3989bd8653926b.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a385d8d8dca74d16.rmeta --extern serenity=/opt/rustwide/target/debug/deps/libserenity-433858158805674f.rmeta --extern serenity_voice_model=/opt/rustwide/target/debug/deps/libserenity_voice_model-9c79b8bcc429e296.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-27bc74f81dd3e6f2.rmeta --extern streamcatcher=/opt/rustwide/target/debug/deps/libstreamcatcher-7f484f13b77721ae.rmeta --extern symphonia=/opt/rustwide/target/debug/deps/libsymphonia-94bfab6de1ea7263.rmeta --extern symphonia_core=/opt/rustwide/target/debug/deps/libsymphonia_core-2720862f311707ec.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4ced6ec7024d86dd.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-1a5787e0efc476e2.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-c550e59c9b83af36.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c5d1c09e68b2404b.rmeta --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-8382df28dd28ff34.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-e32769cbeb131856.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-b114b8328f12236d.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a7c8e7e0ca2931c6.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/rustwide/target/debug/build/ring-44f1e0cd8bc7d8ce/out -L native=/opt/rustwide/target/debug/build/ring-a1fbee1e8d454f97/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serenity` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name serenity --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="builder"' --cfg 'feature="bytes"' --cfg 'feature="cache"' --cfg 'feature="chrono"' --cfg 'feature="client"' --cfg 'feature="collector"' --cfg 'feature="command_attr"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="default_no_backend"' --cfg 'feature="flate2"' --cfg 'feature="framework"' --cfg 'feature="fxhash"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="levenshtein"' --cfg 'feature="mime_guess"' --cfg 'feature="model"' --cfg 'feature="parking_lot"' --cfg 'feature="percent-encoding"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="standard_framework"' --cfg 'feature="static_assertions"' --cfg 'feature="tokio-tungstenite"' --cfg 'feature="typemap_rev"' --cfg 'feature="utils"' --cfg 'feature="uwl"' --cfg 'feature="voice"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("absolute_ratelimits", "builder", "bytes", "cache", "chrono", "client", "collector", "command_attr", "dashmap", "default", "default_native_tls", "default_no_backend", "ed25519-dalek", "flate2", "framework", "full", "fxhash", "gateway", "http", "interactions_endpoint", "levenshtein", "mime_guess", "mini-moka", "model", "native_tls_backend", "parking_lot", "percent-encoding", "reqwest", "rustls_backend", "serenity-voice-model", "simd-json", "simd_json", "standard_framework", "static_assertions", "temp_cache", "tokio-tungstenite", "tokio_task_builder", "typemap_rev", "typesize", "unstable_discord_api", "utils", "uwl", "voice", "voice_model"))' -C metadata=37cca61d80e938cf -C extra-filename=-433858158805674f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-72050c7c7df4f93e.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-93aec2423db3a304.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-f87f62472e1f73dd.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c2a396be262bdae.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-dcf84fdc99187529.rmeta --extern command_attr=/opt/rustwide/target/debug/deps/libcommand_attr-8e71132773914bfc.so --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-2c1174fb23d34842.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-6baccb934707dd20.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-5bc5785b3e89a435.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-411924b02c1e305e.rmeta --extern levenshtein=/opt/rustwide/target/debug/deps/liblevenshtein-d5295984f9865dfc.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-2c0eb42c04586a8b.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-543739b29c9ea8c7.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-cb878851172b4416.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c75e6c7169c7fab3.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-71d982310f1ab04a.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4e2c42d88a589a91.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a385d8d8dca74d16.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-d53a9977dc6e27e5.rmeta --extern dep_time=/opt/rustwide/target/debug/deps/libtime-23643533360ab547.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4ced6ec7024d86dd.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-1a5787e0efc476e2.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c5d1c09e68b2404b.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-e32769cbeb131856.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-b114b8328f12236d.rmeta --extern uwl=/opt/rustwide/target/debug/deps/libuwl-4c15440b20717405.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-44f1e0cd8bc7d8ce/out -L native=/opt/rustwide/target/debug/build/ring-a1fbee1e8d454f97/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c3f6bef43c059497d28d94645ce05400499ef86183a76bb5076a9175fec83db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3f6bef43c059497d28d94645ce05400499ef86183a76bb5076a9175fec83db3", kill_on_drop: false }`
[INFO] [stdout] c3f6bef43c059497d28d94645ce05400499ef86183a76bb5076a9175fec83db3
