[INFO] cloning repository https://github.com/Freaky/annoirc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Freaky/annoirc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreaky%2Fannoirc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreaky%2Fannoirc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ed420f3304a0d35b65eaaaf5ccb3a9381ef2351 [INFO] building Freaky/annoirc against try#434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275 for pr-101591 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreaky%2Fannoirc" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Freaky/annoirc on toolchain 434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Freaky/annoirc [INFO] finished tweaking git repo https://github.com/Freaky/annoirc [INFO] tweaked toml for git repo https://github.com/Freaky/annoirc written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Freaky/annoirc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 793066f6b90fa8528bd59f4204d0cf2c2afe4cfeb49b08a7b451e1bf0b80dc9e [INFO] running `Command { std: "docker" "start" "-a" "793066f6b90fa8528bd59f4204d0cf2c2afe4cfeb49b08a7b451e1bf0b80dc9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "793066f6b90fa8528bd59f4204d0cf2c2afe4cfeb49b08a7b451e1bf0b80dc9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "793066f6b90fa8528bd59f4204d0cf2c2afe4cfeb49b08a7b451e1bf0b80dc9e", kill_on_drop: false }` [INFO] [stdout] 793066f6b90fa8528bd59f4204d0cf2c2afe4cfeb49b08a7b451e1bf0b80dc9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0262b392d7f1776759d38580c35e7f639648d0588fe119c38f8076e5f07109f5 [INFO] running `Command { std: "docker" "start" "-a" "0262b392d7f1776759d38580c35e7f639648d0588fe119c38f8076e5f07109f5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling psl-types v2.0.10 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling os_str_bytes v6.1.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling ip_rfc v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling lru_time_cache v0.11.11 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling raw-cpuid v10.3.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling html-escape v0.2.11 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.5 [INFO] [stderr] Compiling quanta v0.9.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling dashmap v5.3.4 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling publicsuffix v2.1.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling iso8601-duration v0.1.0 [INFO] [stderr] Compiling egg-mode-text v1.15.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling webpki-roots v0.22.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling pin-project v1.0.11 [INFO] [stderr] Compiling log-derive v0.4.1 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling governor v0.4.2 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling async-compression v0.3.14 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling tokio-stream v0.1.9 [INFO] [stderr] Compiling clap v3.2.8 [INFO] [stderr] Compiling irc-proto v0.15.0 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling rustube v0.4.0 [INFO] [stderr] Compiling irc v0.15.0 [INFO] [stderr] Compiling cookie_store v0.16.1 [INFO] [stderr] Compiling scraper v0.13.0 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling egg-mode v0.16.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling omdb v0.3.2 [INFO] [stderr] Compiling annoirc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `log`, `target` and `info` are never read [INFO] [stdout] --> src/irc.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CommandResponse { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | log: Logger, [INFO] [stdout] | ^^^ [INFO] [stdout] 22 | target: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | info: Arc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `CommandResponse` 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 `title`, `description` and `published_at` are never read [INFO] [stdout] --> src/youtube.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | struct YouTubeSnippet { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 41 | description: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 42 | channel_title: String, [INFO] [stdout] 43 | published_at: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YouTubeSnippet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 36s [INFO] running `Command { std: "docker" "inspect" "0262b392d7f1776759d38580c35e7f639648d0588fe119c38f8076e5f07109f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0262b392d7f1776759d38580c35e7f639648d0588fe119c38f8076e5f07109f5", kill_on_drop: false }` [INFO] [stdout] 0262b392d7f1776759d38580c35e7f639648d0588fe119c38f8076e5f07109f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4407a8442cf321d85b021d73e72a1b98e0288d54c9c7d0d11388229287d984a [INFO] running `Command { std: "docker" "start" "-a" "d4407a8442cf321d85b021d73e72a1b98e0288d54c9c7d0d11388229287d984a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling annoirc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `log`, `target` and `info` are never read [INFO] [stdout] --> src/irc.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CommandResponse { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | log: Logger, [INFO] [stdout] | ^^^ [INFO] [stdout] 22 | target: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | info: Arc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `CommandResponse` 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 `title`, `description` and `published_at` are never read [INFO] [stdout] --> src/youtube.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | struct YouTubeSnippet { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 41 | description: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 42 | channel_title: String, [INFO] [stdout] 43 | published_at: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YouTubeSnippet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.38s [INFO] running `Command { std: "docker" "inspect" "d4407a8442cf321d85b021d73e72a1b98e0288d54c9c7d0d11388229287d984a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4407a8442cf321d85b021d73e72a1b98e0288d54c9c7d0d11388229287d984a", kill_on_drop: false }` [INFO] [stdout] d4407a8442cf321d85b021d73e72a1b98e0288d54c9c7d0d11388229287d984a