[INFO] fetching crate cargo_bullhorn 0.3.0...
[INFO] testing cargo_bullhorn-0.3.0 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate cargo_bullhorn 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate cargo_bullhorn 0.3.0
[INFO] finished tweaking crates.io crate cargo_bullhorn 0.3.0
[INFO] tweaked toml for crates.io crate cargo_bullhorn 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargo_bullhorn 0.3.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cargo_bullhorn 0.3.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a2b0c6a70e47cdbd883434741226f84cfb1c2f60508690e7289728a741e92aa
[INFO] running `Command { std: "docker" "start" "-a" "9a2b0c6a70e47cdbd883434741226f84cfb1c2f60508690e7289728a741e92aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a2b0c6a70e47cdbd883434741226f84cfb1c2f60508690e7289728a741e92aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a2b0c6a70e47cdbd883434741226f84cfb1c2f60508690e7289728a741e92aa", kill_on_drop: false }`
[INFO] [stdout] 9a2b0c6a70e47cdbd883434741226f84cfb1c2f60508690e7289728a741e92aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b4747f6a1aae8eb87ccf959d91bb75f56fce6b0db7891cfa32d886dd1bf84bc
[INFO] running `Command { std: "docker" "start" "-a" "9b4747f6a1aae8eb87ccf959d91bb75f56fce6b0db7891cfa32d886dd1bf84bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling jobserver v0.1.22
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling tokio v1.8.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling gimli v0.24.0
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling openssl-sys v0.9.65
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling backtrace v0.3.60
[INFO] [stderr]    Compiling object v0.25.3
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.20
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling openssl v0.10.35
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling libssh2-sys v0.2.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling native-tls v0.2.7
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling addr2line v0.15.2
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]    Compiling http-body v0.4.2
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling graphql-parser v0.2.3
[INFO] [stderr]    Compiling libgit2-sys v0.12.21+1.1.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling quick-xml v0.20.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling diligent-date-parser v0.1.2
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling anyhow v1.0.41
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling console v0.14.1
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling atom_syndication v0.9.1
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling sharded-slab v0.1.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling os_str_bytes v2.4.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling indicatif v0.16.2
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling rss v1.10.0
[INFO] [stderr]    Compiling clap v3.0.0-beta.2
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling shellexpand v2.1.0
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]    Compiling graphql-introspection-query v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling serde_yaml v0.8.17
[INFO] [stderr]    Compiling graphql_client_codegen v0.9.0
[INFO] [stderr]    Compiling hyper v0.14.9
[INFO] [stderr]    Compiling tracing-subscriber v0.2.19
[INFO] [stderr]    Compiling graphql_query_derive v0.9.0
[INFO] [stderr]    Compiling graphql_client v0.9.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.4
[INFO] [stderr]    Compiling git2 v0.13.20
[INFO] [stderr]    Compiling cargo_bullhorn v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]  --> src/platforms/tumblr.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(feature = "tumblr")]
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]   = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]    --> src/main.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |         #[cfg(feature = "tumblr")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]     = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/platforms/devto.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 |     async fn publish(&self, post: Post) -> Result<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail
[INFO] [stdout]    --> src/platforms/devto.rs:152:18
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 .json()
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 145 |             let resp: () = self
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `is_head` is never read
[INFO] [stdout]    --> src/platforms/medium.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 is_head = false;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/platforms/devto.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | struct Response {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] 168 |     type_of: String,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 169 |     id: u32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 170 |     title: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 171 |     description: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 172 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 173 |     path: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 174 |     canonical_url: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Article` is never constructed
[INFO] [stdout]  --> src/platforms/github_pages.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Article {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status_code` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | struct PageProps {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 327 |     status_code: i32,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `slug` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:336:5
[INFO] [stdout]     |
[INFO] [stdout] 332 | struct ExtraData {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 336 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Html` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | enum ContentFormat {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] 11 |     Html,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Unlisted` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum PublishStatus {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Unlisted,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pub_id` is never read
[INFO] [stdout]   --> src/platforms/medium.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Medium {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub_id: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `image_url` are never read
[INFO] [stdout]    --> src/platforms/medium.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 234 | struct UserData {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 238 |     url: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 239 |     image_url: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `to_string` are never used
[INFO] [stdout]   --> src/post.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Post {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 54 |     pub fn new(text: &str) -> Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn to_string(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `date` and `update_fields` are never read
[INFO] [stdout]   --> src/settings.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Settings {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub date: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub update_fields: Vec<UpdateField>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Settings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cargo_bullhorn v0.3.0 (/opt/rustwide/workdir), quick-xml v0.20.0, quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9b4747f6a1aae8eb87ccf959d91bb75f56fce6b0db7891cfa32d886dd1bf84bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b4747f6a1aae8eb87ccf959d91bb75f56fce6b0db7891cfa32d886dd1bf84bc", kill_on_drop: false }`
[INFO] [stdout] 9b4747f6a1aae8eb87ccf959d91bb75f56fce6b0db7891cfa32d886dd1bf84bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 655718b64c3794b2ca7076be7387d4dc51ea344a3dc784164acce5f96aeaafe4
[INFO] running `Command { std: "docker" "start" "-a" "655718b64c3794b2ca7076be7387d4dc51ea344a3dc784164acce5f96aeaafe4", kill_on_drop: false }`
[INFO] [stderr]    Compiling zstd-sys v1.6.1+zstd.1.5.0
[INFO] [stderr]    Compiling zstd-safe v4.1.1+zstd.1.5.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]  --> src/platforms/tumblr.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(feature = "tumblr")]
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]   = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]    --> src/main.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |         #[cfg(feature = "tumblr")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]     = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/platforms/devto.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 |     async fn publish(&self, post: Post) -> Result<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail
[INFO] [stdout]    --> src/platforms/devto.rs:152:18
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 .json()
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 145 |             let resp: () = self
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `is_head` is never read
[INFO] [stdout]    --> src/platforms/medium.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 is_head = false;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/platforms/devto.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | struct Response {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] 168 |     type_of: String,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 169 |     id: u32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 170 |     title: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 171 |     description: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 172 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 173 |     path: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 174 |     canonical_url: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Article` is never constructed
[INFO] [stdout]  --> src/platforms/github_pages.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Article {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status_code` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | struct PageProps {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 327 |     status_code: i32,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `slug` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:336:5
[INFO] [stdout]     |
[INFO] [stdout] 332 | struct ExtraData {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 336 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Html` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | enum ContentFormat {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] 11 |     Html,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Unlisted` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum PublishStatus {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Unlisted,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pub_id` is never read
[INFO] [stdout]   --> src/platforms/medium.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Medium {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub_id: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `image_url` are never read
[INFO] [stdout]    --> src/platforms/medium.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 234 | struct UserData {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 238 |     url: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 239 |     image_url: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `to_string` are never used
[INFO] [stdout]   --> src/post.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Post {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 54 |     pub fn new(text: &str) -> Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn to_string(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `date` and `update_fields` are never read
[INFO] [stdout]   --> src/settings.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Settings {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub date: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub update_fields: Vec<UpdateField>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Settings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling zstd v0.9.0+zstd.1.5.0
[INFO] [stderr]    Compiling cargo_bullhorn v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]  --> src/platforms/tumblr.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(feature = "tumblr")]
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]   = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `tumblr`
[INFO] [stdout]    --> src/main.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |         #[cfg(feature = "tumblr")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stdout]     = help: consider adding `tumblr` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/main.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/platforms/devto.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 |     async fn publish(&self, post: Post) -> Result<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail
[INFO] [stdout]    --> src/platforms/devto.rs:152:18
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 .json()
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 145 |             let resp: () = self
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `is_head` is never read
[INFO] [stdout]    --> src/platforms/medium.rs:198:17
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 is_head = false;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/platforms/devto.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | struct Response {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] 168 |     type_of: String,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 169 |     id: u32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 170 |     title: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 171 |     description: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 172 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 173 |     path: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 174 |     canonical_url: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Article` is never constructed
[INFO] [stdout]  --> src/platforms/github_pages.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Article {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status_code` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | struct PageProps {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 327 |     status_code: i32,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `slug` is never read
[INFO] [stdout]    --> src/platforms/hashnode.rs:336:5
[INFO] [stdout]     |
[INFO] [stdout] 332 | struct ExtraData {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 336 |     slug: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Html` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | enum ContentFormat {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] 11 |     Html,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Unlisted` is never constructed
[INFO] [stdout]   --> src/platforms/medium.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum PublishStatus {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Unlisted,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pub_id` is never read
[INFO] [stdout]   --> src/platforms/medium.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Medium {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub_id: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `image_url` are never read
[INFO] [stdout]    --> src/platforms/medium.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 234 | struct UserData {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 238 |     url: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 239 |     image_url: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `date` and `update_fields` are never read
[INFO] [stdout]   --> src/settings.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Settings {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub date: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub update_fields: Vec<UpdateField>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Settings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cargo_bullhorn v0.3.0 (/opt/rustwide/workdir), quick-xml v0.20.0, quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "655718b64c3794b2ca7076be7387d4dc51ea344a3dc784164acce5f96aeaafe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "655718b64c3794b2ca7076be7387d4dc51ea344a3dc784164acce5f96aeaafe4", kill_on_drop: false }`
[INFO] [stdout] 655718b64c3794b2ca7076be7387d4dc51ea344a3dc784164acce5f96aeaafe4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f2a6d89d9395b65497567573127b657398a2c27005eb4d0ff88dd03115e84a7a
[INFO] running `Command { std: "docker" "start" "-a" "f2a6d89d9395b65497567573127b657398a2c27005eb4d0ff88dd03115e84a7a", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `tumblr`
[INFO] [stderr]  --> src/platforms/tumblr.rs:1:8
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![cfg(feature = "tumblr")]
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stderr]   = help: consider adding `tumblr` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `tumblr`
[INFO] [stderr]    --> src/main.rs:135:15
[INFO] [stderr]     |
[INFO] [stderr] 135 |         #[cfg(feature = "tumblr")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `devto`, `git`, `github_pages`, `graphql_client`, `hashnode`, `medium`, `oauth1-request`, `open`, `quick-xml`, and `rss`
[INFO] [stderr]     = help: consider adding `tumblr` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/platforms/devto.rs:93:5
[INFO] [stderr]     |
[INFO] [stderr]  93 |     async fn publish(&self, post: Post) -> Result<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail
[INFO] [stderr]    --> src/platforms/devto.rs:152:18
[INFO] [stderr]     |
[INFO] [stderr] 152 |                 .json()
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 145 |             let resp: () = self
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `is_head` is never read
[INFO] [stderr]    --> src/platforms/medium.rs:198:17
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 is_head = false;
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]    --> src/platforms/devto.rs:168:5
[INFO] [stderr]     |
[INFO] [stderr] 167 | struct Response {
[INFO] [stderr]     |        -------- fields in this struct
[INFO] [stderr] 168 |     type_of: String,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 169 |     id: u32,
[INFO] [stderr]     |     ^^
[INFO] [stderr] 170 |     title: String,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 171 |     description: String,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr] 172 |     slug: String,
[INFO] [stderr]     |     ^^^^
[INFO] [stderr] 173 |     path: String,
[INFO] [stderr]     |     ^^^^
[INFO] [stderr] 174 |     canonical_url: String,
[INFO] [stderr]     |     ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Article` is never constructed
[INFO] [stderr]  --> src/platforms/github_pages.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | struct Article {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `status_code` is never read
[INFO] [stderr]    --> src/platforms/hashnode.rs:327:5
[INFO] [stderr]     |
[INFO] [stderr] 326 | struct PageProps {
[INFO] [stderr]     |        --------- field in this struct
[INFO] [stderr] 327 |     status_code: i32,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `slug` is never read
[INFO] [stderr]    --> src/platforms/hashnode.rs:336:5
[INFO] [stderr]     |
[INFO] [stderr] 332 | struct ExtraData {
[INFO] [stderr]     |        --------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 336 |     slug: String,
[INFO] [stderr]     |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Html` is never constructed
[INFO] [stderr]   --> src/platforms/medium.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | enum ContentFormat {
[INFO] [stderr]    |      ------------- variant in this enum
[INFO] [stderr] 11 |     Html,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Unlisted` is never constructed
[INFO] [stderr]   --> src/platforms/medium.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | enum PublishStatus {
[INFO] [stderr]    |      ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 20 |     Unlisted,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `pub_id` is never read
[INFO] [stderr]   --> src/platforms/medium.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct Medium {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 61 |     pub_id: Option<String>,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `url` and `image_url` are never read
[INFO] [stderr]    --> src/platforms/medium.rs:238:5
[INFO] [stderr]     |
[INFO] [stderr] 234 | struct UserData {
[INFO] [stderr]     |        -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 238 |     url: String,
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 239 |     image_url: String,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `to_string` are never used
[INFO] [stderr]   --> src/post.rs:54:12
[INFO] [stderr]    |
[INFO] [stderr] 53 | impl Post {
[INFO] [stderr]    | --------- associated items in this implementation
[INFO] [stderr] 54 |     pub fn new(text: &str) -> Result<Self> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 96 |     pub fn to_string(&self) -> Result<String> {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `date` and `update_fields` are never read
[INFO] [stderr]   --> src/settings.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct Settings {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 76 |     pub date: Option<String>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 86 |     pub update_fields: Vec<UpdateField>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Settings` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `cargo_bullhorn` (bin "cargo_bullhorn") generated 14 warnings (run `cargo fix --bin "cargo_bullhorn"` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/main.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cargo_bullhorn` (bin "cargo_bullhorn" test) generated 14 warnings (13 duplicates) (run `cargo fix --bin "cargo_bullhorn" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cargo_bullhorn v0.3.0 (/opt/rustwide/workdir), quick-xml v0.20.0, quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_bullhorn-09413668c6607eaa)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test platforms::devto::tests::response ... ok
[INFO] [stdout] test post::tests::bad_field ... ok
[INFO] [stdout] test post::tests::all_fields ... ok
[INFO] [stdout] test post::tests::crlf ... ok
[INFO] [stdout] test post::tests::dashes_table ... ok
[INFO] [stdout] test post::tests::lf ... ok
[INFO] [stdout] test post::tests::missing ... ok
[INFO] [stdout] test post::tests::mixed_line_endings ... ok
[INFO] [stdout] test post::tests::dashes_code ... ok
[INFO] [stdout] test post::tests::comment ... ok
[INFO] [stdout] test settings::tests::apply_config ... ok
[INFO] [stdout] test tests::apply_config ... ok
[INFO] [stdout] test platforms::medium::tests::parse_article ... ok
[INFO] [stdout] test platforms::hashnode::tests::parse_tag ... ok
[INFO] [stdout] test post::tests::tags ... ok
[INFO] [stdout] test platforms::github_pages::tests::parse_filename ... ok
[INFO] [stdout] test platforms::github_pages::tests::create ... FAILED
[INFO] [stdout] test platforms::github_pages::tests::get_canonical_url ... FAILED
[INFO] [stdout] test post::tests::to_string ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin cargo_bullhorn`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- platforms::github_pages::tests::create stdout ----
[INFO] [stdout] Error: Not found: Git repository for: "/opt/rustwide/workdir/2021-7-1-test.md"
[INFO] [stdout] 
[INFO] [stdout] ---- platforms::github_pages::tests::get_canonical_url stdout ----
[INFO] [stdout] Error: Not found: Git repository for: "/opt/rustwide/workdir/2021-7-1-test.md"
[INFO] [stdout] 
[INFO] [stdout] ---- post::tests::to_string stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'post::tests::to_string' (32) panicked at src/post.rs:121:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "---\ntitle: title\npublished: true\nslug: title\n---\nbody"
[INFO] [stdout]  right: "---\ntitle: title\n---\nbody"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648dd09eb4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648dd09eb4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648dd09eb4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648dd09eb4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648dd09fc62f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648dd09fc62f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x648dd09b7e51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648dd09b7e51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648dd09c4322 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648dd09c92ff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x648dd09c9191 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x648dd0948b3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x648dd0948b3e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648dd09c9a6f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x648dd09c9a6f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x648dd09c981a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x648dd09c4459 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648dd09ac31d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x648dd0a06320 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x648dd0a06123 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x648dd0644d58 - core::panicking::assert_failed::h81bcae6152604930
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x648dd0641b92 - cargo_bullhorn::post::tests::to_string::h0870d4717443622b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/post.rs:121:9
[INFO] [stdout]   22:     0x648dd0641bf7 - cargo_bullhorn::post::tests::to_string::{{closure}}::h149995362d23dbee
[INFO] [stdout]                                at /opt/rustwide/workdir/src/post.rs:118:19
[INFO] [stdout]   23:     0x648dd0636336 - core::ops::function::FnOnce::call_once::h549dd61e380d505c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x648dd09488fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x648dd09488fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x648dd095e565 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x648dd095e565 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x648dd095e565 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x648dd095e565 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x648dd095e565 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x648dd095e565 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x648dd095e565 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x648dd0934d54 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x648dd0934d54 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x648dd093861a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x648dd093861a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x648dd093861a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x648dd093861a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x648dd093861a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x648dd093861a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x648dd093861a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x648dd09bf5bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x648dd09bf5bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x739dc5a14aa4 - <unknown>
[INFO] [stdout]   45:     0x739dc5aa1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     platforms::github_pages::tests::create
[INFO] [stdout]     platforms::github_pages::tests::get_canonical_url
[INFO] [stdout]     post::tests::to_string
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f2a6d89d9395b65497567573127b657398a2c27005eb4d0ff88dd03115e84a7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2a6d89d9395b65497567573127b657398a2c27005eb4d0ff88dd03115e84a7a", kill_on_drop: false }`
[INFO] [stdout] f2a6d89d9395b65497567573127b657398a2c27005eb4d0ff88dd03115e84a7a
