[INFO] fetching crate ibdl-core 1.5.5...
[INFO] checking ibdl-core-1.5.5 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate ibdl-core 1.5.5 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate ibdl-core 1.5.5 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ibdl-core 1.5.5
[INFO] finished tweaking crates.io crate ibdl-core 1.5.5
[INFO] tweaked toml for crates.io crate ibdl-core 1.5.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-streams v0.4.0
[INFO] [stderr]   Downloaded ibdl-common v1.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e05d20ce4246f6cd1d37497737e1af162a49bc6e56d4d43dc909621d9ff3266
[INFO] running `Command { std: "docker" "start" "-a" "2e05d20ce4246f6cd1d37497737e1af162a49bc6e56d4d43dc909621d9ff3266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e05d20ce4246f6cd1d37497737e1af162a49bc6e56d4d43dc909621d9ff3266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e05d20ce4246f6cd1d37497737e1af162a49bc6e56d4d43dc909621d9ff3266", kill_on_drop: false }`
[INFO] [stdout] 2e05d20ce4246f6cd1d37497737e1af162a49bc6e56d4d43dc909621d9ff3266
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb1308ddf48119f0a67d408cd3273d236a6683d8341ba4a6302364255a74b06d
[INFO] running `Command { std: "docker" "start" "-a" "fb1308ddf48119f0a67d408cd3273d236a6683d8341ba4a6302364255a74b06d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]     Checking anstyle v1.0.5
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking crc32fast v1.3.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]     Checking webpki-roots v0.25.3
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking clap_builder v4.4.18
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking indexmap v2.2.1
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]     Checking clap v4.4.18
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking chrono v0.4.33
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking ibdl-common v1.8.0
[INFO] [stderr]     Checking ibdl-core v1.5.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0609]: no field `client_user_agent` on type `ImageBoards`
[INFO] [stdout]    --> src/async_queue/mod.rs:152:13
[INFO] [stdout]     |
[INFO] [stdout] 152 |             client!(imageboard)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `client` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `client_user_agent` on type `ImageBoards`
[INFO] [stdout]    --> src/async_queue/mod.rs:152:13
[INFO] [stdout]     |
[INFO] [stdout] 152 |             client!(imageboard)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `client` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/progress_bars/mod.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 |             ImageBoards::Realbooru => BarTemplates {
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                          help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/progress_bars/mod.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 |             ImageBoards::Realbooru => BarTemplates {
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                          help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Rule34` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Self(ImageBoards::Rule34),
[INFO] [stdout]    |                               ^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Rule34` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Self(ImageBoards::Rule34),
[INFO] [stdout]    |                               ^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Self(ImageBoards::Realbooru),
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                               help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Konachan` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Self(ImageBoards::Konachan),
[INFO] [stdout]    |                               ^^^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Self(ImageBoards::Realbooru),
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                               help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Rule34` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 |             ImageBoards::Rule34 => {
[INFO] [stdout]    |                          ^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Konachan` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Self(ImageBoards::Konachan),
[INFO] [stdout]    |                               ^^^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |             ImageBoards::Realbooru => {
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                          help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Konachan` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:97:26
[INFO] [stdout]    |
[INFO] [stdout] 97 |             ImageBoards::Konachan => {
[INFO] [stdout]    |                          ^^^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Rule34` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 |             ImageBoards::Rule34 => {
[INFO] [stdout]    |                          ^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Realbooru` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |             ImageBoards::Realbooru => {
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          variant or associated item not found in `ImageBoards`
[INFO] [stdout]    |                          help: there is a variant with a similar name: `Gelbooru`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Konachan` found for enum `ImageBoards` in the current scope
[INFO] [stdout]   --> src/lib.rs:97:26
[INFO] [stdout]    |
[INFO] [stdout] 97 |             ImageBoards::Konachan => {
[INFO] [stdout]    |                          ^^^^^^^^ variant or associated item not found in `ImageBoards`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ibdl-core` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ibdl-core` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "fb1308ddf48119f0a67d408cd3273d236a6683d8341ba4a6302364255a74b06d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb1308ddf48119f0a67d408cd3273d236a6683d8341ba4a6302364255a74b06d", kill_on_drop: false }`
[INFO] [stdout] fb1308ddf48119f0a67d408cd3273d236a6683d8341ba4a6302364255a74b06d
