[INFO] cloning repository https://github.com/codewithkenzo/swoop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codewithkenzo/swoop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodewithkenzo%2Fswoop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodewithkenzo%2Fswoop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 35709ff3a26c938b63b9cb21dde7fb937d45a84b [INFO] testing codewithkenzo/swoop against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodewithkenzo%2Fswoop" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/codewithkenzo/swoop [INFO] finished tweaking git repo https://github.com/codewithkenzo/swoop [INFO] tweaked toml for git repo https://github.com/codewithkenzo/swoop written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/codewithkenzo/swoop on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/codewithkenzo/swoop 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fc45262325fe0f223f6eaca1604749d5fefc58cab287efc32e6522c17c581d0 [INFO] running `Command { std: "docker" "start" "-a" "1fc45262325fe0f223f6eaca1604749d5fefc58cab287efc32e6522c17c581d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fc45262325fe0f223f6eaca1604749d5fefc58cab287efc32e6522c17c581d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fc45262325fe0f223f6eaca1604749d5fefc58cab287efc32e6522c17c581d0", kill_on_drop: false }` [INFO] [stdout] 1fc45262325fe0f223f6eaca1604749d5fefc58cab287efc32e6522c17c581d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 52bb28cbc835f2ce036e5e5139643a1258364112701212e6ab3d80f50a8d3d27 [INFO] running `Command { std: "docker" "start" "-a" "52bb28cbc835f2ce036e5e5139643a1258364112701212e6ab3d80f50a8d3d27", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling rustls v0.23.28 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling raw-cpuid v11.5.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Compiling webpki-roots v1.0.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling dtoa v1.0.10 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling tl v0.7.8 [INFO] [stderr] Compiling twox-hash v2.1.1 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling lz4_flex v0.11.5 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling rand_pcg v0.3.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling histogram v0.6.9 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling rustls-webpki v0.103.3 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling cssparser v0.35.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling failsafe v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling scylla-macros v0.6.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ratatui v0.28.1 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling governor v0.6.3 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling scylla-cql v0.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling webdriver v0.50.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling markup5ever v0.16.2 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling html5ever v0.31.0 [INFO] [stderr] Compiling ammonia v4.1.0 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-util v0.1.15 [INFO] [stderr] Compiling scylla v0.14.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling fantoccini v0.20.0 [INFO] [stderr] Compiling swoop_core v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling scrapers v0.1.0 (/opt/rustwide/workdir/scrapers) [INFO] [stderr] Compiling tui v0.1.0 (/opt/rustwide/workdir/tui) [INFO] [stdout] warning: fields `request_timeout`, `export_dir`, and `auto_export` are never read [INFO] [stdout] --> tui/src/main.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 186 | struct ControlState { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 191 | request_timeout: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 192 | export_dir: PathBuf, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 193 | auto_export: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ControlState` has derived impls for the traits `Clone` and `Debug`, but these are 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 `SettingsState` is never constructed [INFO] [stdout] --> tui/src/main.rs:234:8 [INFO] [stdout] | [INFO] [stdout] 234 | struct SettingsState { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling storage v0.1.0 (/opt/rustwide/workdir/storage) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `Command { std: "docker" "inspect" "52bb28cbc835f2ce036e5e5139643a1258364112701212e6ab3d80f50a8d3d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52bb28cbc835f2ce036e5e5139643a1258364112701212e6ab3d80f50a8d3d27", kill_on_drop: false }` [INFO] [stdout] 52bb28cbc835f2ce036e5e5139643a1258364112701212e6ab3d80f50a8d3d27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7df38168eea8ab26064d567b97e2e7204550b75aeea1ee979c1c4c49186d4639 [INFO] running `Command { std: "docker" "start" "-a" "7df38168eea8ab26064d567b97e2e7204550b75aeea1ee979c1c4c49186d4639", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling sdd v3.0.9 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling mockall_derive v0.12.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling scc v2.3.4 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling mockall v0.12.1 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Compiling markup5ever v0.16.2 [INFO] [stderr] Compiling webdriver v0.50.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling html5ever v0.31.0 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling scylla-cql v0.3.0 [INFO] [stderr] Compiling deadpool v0.10.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling ammonia v4.1.0 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling scylla v0.14.0 [INFO] [stderr] Compiling hyper-util v0.1.15 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling fantoccini v0.20.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling wiremock v0.6.4 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling swoop_core v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling scrapers v0.1.0 (/opt/rustwide/workdir/scrapers) [INFO] [stderr] Compiling storage v0.1.0 (/opt/rustwide/workdir/storage) [INFO] [stderr] Compiling tui v0.1.0 (/opt/rustwide/workdir/tui) [INFO] [stdout] warning: fields `request_timeout`, `export_dir`, and `auto_export` are never read [INFO] [stdout] --> tui/src/main.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 186 | struct ControlState { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 191 | request_timeout: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 192 | export_dir: PathBuf, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 193 | auto_export: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ControlState` has derived impls for the traits `Clone` and `Debug`, but these are 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 `SettingsState` is never constructed [INFO] [stdout] --> tui/src/main.rs:234:8 [INFO] [stdout] | [INFO] [stdout] 234 | struct SettingsState { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `Command { std: "docker" "inspect" "7df38168eea8ab26064d567b97e2e7204550b75aeea1ee979c1c4c49186d4639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7df38168eea8ab26064d567b97e2e7204550b75aeea1ee979c1c4c49186d4639", kill_on_drop: false }` [INFO] [stdout] 7df38168eea8ab26064d567b97e2e7204550b75aeea1ee979c1c4c49186d4639 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1bef24524dd11e5709548c934a0bc717081d9bf4fdd3da91a42c23168b44ee9a [INFO] running `Command { std: "docker" "start" "-a" "1bef24524dd11e5709548c934a0bc717081d9bf4fdd3da91a42c23168b44ee9a", kill_on_drop: false }` [INFO] [stderr] warning: fields `request_timeout`, `export_dir`, and `auto_export` are never read [INFO] [stderr] --> tui/src/main.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 186 | struct ControlState { [INFO] [stderr] | ------------ fields in this struct [INFO] [stderr] ... [INFO] [stderr] 191 | request_timeout: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 192 | export_dir: PathBuf, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 193 | auto_export: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ControlState` has derived impls for the traits `Clone` and `Debug`, but these are 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 `SettingsState` is never constructed [INFO] [stderr] --> tui/src/main.rs:234:8 [INFO] [stderr] | [INFO] [stderr] 234 | struct SettingsState { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tui` (bin "swoop-tui" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scrapers-d65e198d3656bfce) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test browser::tests::test_browser_config_defaults ... ok [INFO] [stdout] test browser::tests::test_page_action_serialization ... ok [INFO] [stdout] test platforms::tests::test_generic_scraper_can_handle ... ok [INFO] [stdout] test browser::tests::test_browser_pool_creation ... ok [INFO] [stdout] test platforms::tests::test_scraper_registry ... ok [INFO] [stdout] test tests::test_default_scraper_config ... ok [INFO] [stdout] test platforms::tests::test_facebook_scraper_can_handle ... ok [INFO] [stdout] test rate_limiter::tests::test_rate_limiter_creation ... ok [INFO] [stdout] test rate_limiter::tests::test_different_domains ... ok [INFO] [stdout] test rate_limiter::tests::test_reset_domain ... ok [INFO] [stdout] test utils::tests::test_is_valid_url ... ok [INFO] [stdout] test tests::test_extracted_content_creation ... ok [INFO] [stdout] test utils::tests::test_robots_txt_is_allowed ... ok [INFO] [stdout] test extractors::tests::test_extract_title ... ok [INFO] [stdout] test utils::tests::test_normalize_url ... ok [INFO] [stdout] test utils::tests::test_is_bot_protected ... ok [INFO] [stdout] test utils::tests::test_extract_domain ... ok [INFO] [stdout] test utils::tests::test_robots_txt_parsing ... ok [INFO] [stdout] test extractors::tests::test_extract_links ... ok [INFO] [stdout] test extractors::tests::test_extract_metadata ... ok [INFO] [stdout] test utils::tests::test_rate_limiter ... ok [INFO] [stdout] test rate_limiter::tests::test_domain_rate_limiting ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-3af8aa030e133410) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test anti_bot::fingerprint_tests::test_fingerprint_profile_completeness ... ok [INFO] [stdout] test anti_bot::tests::test_utils_creation ... ok [INFO] [stdout] test anti_bot::fingerprint_tests::test_fingerprint_uniqueness ... ok [INFO] [stdout] test anti_bot::tests::test_fingerprint_validation ... ok [INFO] [stdout] test anti_bot::fingerprint_tests::test_fingerprint_manager_creation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/storage-d2434140163ede77) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test config::tests::test_s3_config_from_env ... ignored [INFO] [stdout] test config::tests::test_scylla_config_from_env ... ok [INFO] [stdout] test models::tests::test_content_query_defaults ... ok [INFO] [stdout] test config::tests::test_s3_config_missing_bucket ... ok [INFO] [stdout] test models::tests::test_stored_content_creation ... ok [INFO] [stdout] test models::tests::test_batch_result ... ok [INFO] [stdout] test models::tests::test_storage_stats_calculation ... ok [INFO] [stdout] test scylla_store::tests::test_stored_content_conversion ... ok [INFO] [stdout] test tests::test_storage_config_defaults ... ok [INFO] [stdout] test tests::test_storage_manager_creation ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/swoop_core-be558833b5857ee8) [INFO] [stdout] test scylla_store::tests::test_scylla_store_creation ... ok [INFO] [stdout] test tests::test_scylla_config_defaults ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test security::tests::test_allow_private_ips ... ok [INFO] [stdout] test security::tests::test_aws_metadata_blocked ... ok [INFO] [stdout] test security::tests::test_invalid_scheme ... ok [INFO] [stdout] test security::tests::test_private_ip_blocked ... ok [INFO] [stdout] test security::tests::test_blocked_domain ... ok [INFO] [stdout] test tests::test_fetch_timeout ... ignored [INFO] [stdout] test security::tests::test_valid_https_url ... ok [INFO] [stdout] test tests::http_fetch_smoketest ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests src/cli_main.rs (/opt/rustwide/target/debug/deps/swoop_cli-19bf7102a832efae) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/swoop_tui-a4f59cbd08c60100) [INFO] [stdout] [INFO] [stderr] Doc-tests scrapers [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests storage [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests swoop_core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1bef24524dd11e5709548c934a0bc717081d9bf4fdd3da91a42c23168b44ee9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bef24524dd11e5709548c934a0bc717081d9bf4fdd3da91a42c23168b44ee9a", kill_on_drop: false }` [INFO] [stdout] 1bef24524dd11e5709548c934a0bc717081d9bf4fdd3da91a42c23168b44ee9a