[INFO] cloning repository https://github.com/TheLQ/flikr-scraper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheLQ/flikr-scraper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheLQ%2Fflikr-scraper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheLQ%2Fflikr-scraper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] da6e1115af474fd5cf89cec7e64ca693e2ec6633
[INFO] checking TheLQ/flikr-scraper against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheLQ%2Fflikr-scraper" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheLQ/flikr-scraper
[INFO] finished tweaking git repo https://github.com/TheLQ/flikr-scraper
[INFO] tweaked toml for git repo https://github.com/TheLQ/flikr-scraper written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheLQ/flikr-scraper on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TheLQ/flikr-scraper 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded halfbrown v0.3.0
[INFO] [stderr]   Downloaded derive_more v0.99.19
[INFO] [stderr]   Downloaded value-trait v0.11.0
[INFO] [stderr]   Downloaded simd-json v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c66086589e66eda3c1ff40b9513c36acd82e80d5190bae60fe0a39773755798
[INFO] running `Command { std: "docker" "start" "-a" "0c66086589e66eda3c1ff40b9513c36acd82e80d5190bae60fe0a39773755798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c66086589e66eda3c1ff40b9513c36acd82e80d5190bae60fe0a39773755798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c66086589e66eda3c1ff40b9513c36acd82e80d5190bae60fe0a39773755798", kill_on_drop: false }`
[INFO] [stdout] 0c66086589e66eda3c1ff40b9513c36acd82e80d5190bae60fe0a39773755798
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f820c8f4829e87b08ba7054bfdcf4fc3fac61595ebb2c00be9a1730bd2fb3128
[INFO] running `Command { std: "docker" "start" "-a" "f820c8f4829e87b08ba7054bfdcf4fc3fac61595ebb2c00be9a1730bd2fb3128", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking servo_arc v0.4.0
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling match_token v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]     Checking ref-cast v1.0.24
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking cssparser v0.34.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking h2 v0.4.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking selectors v0.26.0
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking halfbrown v0.3.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking markup5ever v0.14.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking value-trait v0.11.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking simd-json v0.15.1
[INFO] [stderr]     Checking html5ever v0.29.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking reqwest v0.12.15
[INFO] [stderr]     Checking scraper v0.23.1
[INFO] [stderr]     Checking flikr-scraper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> src/err.rs:7:17
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[derive(Debug, thiserror::Error)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs:295:29
[INFO] [stdout]     |
[INFO] [stdout] 293 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 294 |     #[doc(hidden)]
[INFO] [stdout] 295 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(error_generic_member_access)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::error`
[INFO] [stdout]  --> src/flikr_extractor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing::error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> src/err.rs:7:17
[INFO] [stdout]     |
[INFO] [stdout]   7 | #[derive(Debug, thiserror::Error)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs:295:29
[INFO] [stdout]     |
[INFO] [stdout] 293 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 294 |     #[doc(hidden)]
[INFO] [stdout] 295 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(error_generic_member_access)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::error`
[INFO] [stdout]  --> src/flikr_extractor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing::error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&reqwest::Error` in the current scope
[INFO] [stdout]  --> src/err.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, thiserror::Error)]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^ method not found in `&reqwest::Error`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&reqwest::Error` in the current scope
[INFO] [stdout]  --> src/err.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, thiserror::Error)]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^ method not found in `&reqwest::Error`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flikr-scraper` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `flikr-scraper` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "f820c8f4829e87b08ba7054bfdcf4fc3fac61595ebb2c00be9a1730bd2fb3128", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f820c8f4829e87b08ba7054bfdcf4fc3fac61595ebb2c00be9a1730bd2fb3128", kill_on_drop: false }`
[INFO] [stdout] f820c8f4829e87b08ba7054bfdcf4fc3fac61595ebb2c00be9a1730bd2fb3128
