163 lines
5.5 KiB
Plaintext
163 lines
5.5 KiB
Plaintext
=== cargo test -p news-store sources:: ===
|
|
Updating crates.io index
|
|
Locking 65 packages to latest Rust 1.89.0 compatible versions
|
|
Adding aho-corasick v1.1.5
|
|
Adding assert-json-diff v2.0.2
|
|
Adding atomic-waker v1.1.2
|
|
Adding cfg_aliases v0.2.2
|
|
Adding chacha20 v0.10.2
|
|
Adding cpufeatures v0.3.1
|
|
Adding deadpool v0.12.3
|
|
Adding deadpool-runtime v0.1.4
|
|
Adding fnv v1.0.7
|
|
Adding futures v0.3.34
|
|
Adding futures-macro v0.3.34
|
|
Adding h2 v0.4.19
|
|
Adding hermit-abi v0.5.3
|
|
Adding http v1.5.0
|
|
Adding http-body v1.1.0
|
|
Adding http-body-util v0.1.5
|
|
Adding httparse v1.10.1
|
|
Adding httpdate v1.0.3
|
|
Adding hyper v1.11.1
|
|
Adding hyper-rustls v0.27.9
|
|
Adding hyper-util v0.1.20
|
|
Adding ipnet v2.12.1
|
|
Adding lru-slab v0.1.2
|
|
Adding num_cpus v1.17.0
|
|
Adding quick-xml v0.42.0
|
|
Adding quinn v0.11.11
|
|
Adding quinn-proto v0.11.17
|
|
Adding quinn-udp v0.5.15
|
|
Adding rand v0.10.2
|
|
Adding rand_core v0.10.1
|
|
Adding rand_pcg v0.10.2
|
|
Adding regex v1.13.1
|
|
Adding regex-automata v0.4.18
|
|
Adding regex-syntax v0.8.11
|
|
Adding reqwest v0.12.28 (available: v0.13.4)
|
|
Adding ring v0.17.14
|
|
Adding rustc-hash v2.1.3
|
|
Adding rustls v0.23.43
|
|
Adding rustls-pki-types v1.15.1
|
|
Adding rustls-webpki v0.103.15
|
|
Adding sync_wrapper v1.0.2
|
|
Adding tokio-rustls v0.26.4
|
|
Adding tokio-util v0.7.19
|
|
Adding tower v0.5.3
|
|
Adding tower-http v0.6.11
|
|
Adding tower-layer v0.3.3
|
|
Adding tower-service v0.3.3
|
|
Adding try-lock v0.2.5
|
|
Adding untrusted v0.9.0
|
|
Adding want v0.3.1
|
|
Adding wasm-bindgen-futures v0.4.77
|
|
Adding web-sys v0.3.104
|
|
Adding web-time v1.1.0
|
|
Adding webpki-roots v1.0.9
|
|
Adding windows-sys v0.52.0
|
|
Adding windows-targets v0.52.6
|
|
Adding windows_aarch64_gnullvm v0.52.6
|
|
Adding windows_aarch64_msvc v0.52.6
|
|
Adding windows_i686_gnu v0.52.6
|
|
Adding windows_i686_gnullvm v0.52.6
|
|
Adding windows_i686_msvc v0.52.6
|
|
Adding windows_x86_64_gnu v0.52.6
|
|
Adding windows_x86_64_gnullvm v0.52.6
|
|
Adding windows_x86_64_msvc v0.52.6
|
|
Adding wiremock v0.6.5
|
|
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s
|
|
Running unittests src/lib.rs (target/debug/deps/news_store-041776abd856e16b)
|
|
|
|
running 3 tests
|
|
test sources::tests::set_enabled_false_excludes_source_from_list_enabled ... ok
|
|
test sources::tests::seed_default_sources_is_idempotent ... ok
|
|
test sources::tests::list_enabled_returns_the_three_seeded_sources ... ok
|
|
|
|
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.06s
|
|
|
|
|
|
=== cargo fmt --all --check ===
|
|
EXIT=0
|
|
|
|
=== cargo clippy --workspace --all-targets -- -D warnings ===
|
|
Downloading crates ...
|
|
Downloaded deadpool-runtime v0.1.4
|
|
Downloaded assert-json-diff v2.0.2
|
|
Downloaded deadpool v0.12.3
|
|
Downloaded num_cpus v1.17.0
|
|
Downloaded hyper v1.11.1
|
|
Downloaded tokio-util v0.7.19
|
|
Downloaded h2 v0.4.19
|
|
Checking futures-sink v0.3.34
|
|
Checking smallvec v1.15.2
|
|
Checking slab v0.4.12
|
|
Checking http v1.5.0
|
|
Checking base64 v0.22.1
|
|
Compiling futures-macro v0.3.34
|
|
Compiling ring v0.17.14
|
|
Checking zeroize v1.9.0
|
|
Compiling httparse v1.10.1
|
|
Checking news-core v0.1.0 (/home/connor/docs/projects/news/crates/news-core)
|
|
Checking getrandom v0.2.17
|
|
Checking fnv v1.0.7
|
|
Checking atomic-waker v1.1.2
|
|
Checking try-lock v0.2.5
|
|
Checking untrusted v0.9.0
|
|
Checking tower-service v0.3.3
|
|
Checking httpdate v1.0.3
|
|
Compiling rustls v0.23.43
|
|
Checking ipnet v2.12.1
|
|
Checking subtle v2.6.1
|
|
Checking sync_wrapper v1.0.2
|
|
Checking tower-layer v0.3.3
|
|
Checking aho-corasick v1.1.5
|
|
Checking bitflags v2.13.1
|
|
Checking futures-channel v0.3.34
|
|
Checking tokio-util v0.7.19
|
|
Checking want v0.3.1
|
|
Checking icu_normalizer v2.3.0
|
|
Checking parking_lot_core v0.9.12
|
|
Checking flume v0.11.1
|
|
Checking regex-syntax v0.8.11
|
|
Checking rustls-pki-types v1.15.1
|
|
Checking num_cpus v1.17.0
|
|
Checking lazy_static v1.5.0
|
|
Checking deadpool-runtime v0.1.4
|
|
Checking assert-json-diff v2.0.2
|
|
Checking quick-xml v0.42.0
|
|
Checking news-server v0.1.0 (/home/connor/docs/projects/news/crates/news-server)
|
|
Checking news-cli v0.1.0 (/home/connor/docs/projects/news/crates/news-cli)
|
|
Checking http-body v1.1.0
|
|
Checking news-web v0.1.0 (/home/connor/docs/projects/news/crates/news-web)
|
|
Checking idna_adapter v1.2.2
|
|
Checking h2 v0.4.19
|
|
Checking parking_lot v0.12.5
|
|
Checking futures-util v0.3.34
|
|
Checking webpki-roots v1.0.9
|
|
Checking http-body-util v0.1.5
|
|
Checking regex-automata v0.4.18
|
|
Checking deadpool v0.12.3
|
|
Checking idna v1.1.0
|
|
Checking futures-intrusive v0.5.0
|
|
Checking hyper v1.11.1
|
|
Checking regex v1.13.1
|
|
Checking futures-executor v0.3.34
|
|
Checking tower v0.5.3
|
|
Checking url v2.5.8
|
|
Checking hyper-util v0.1.20
|
|
Checking futures v0.3.34
|
|
Checking sqlx-core v0.8.6
|
|
Checking tower-http v0.6.11
|
|
Checking wiremock v0.6.5
|
|
Checking sqlx-sqlite v0.8.6
|
|
Checking sqlx v0.8.6
|
|
Checking news-store v0.1.0 (/home/connor/docs/projects/news/crates/news-store)
|
|
Checking rustls-webpki v0.103.15
|
|
Checking tokio-rustls v0.26.4
|
|
Checking hyper-rustls v0.27.9
|
|
Checking reqwest v0.12.28
|
|
Checking news-ingest v0.1.0 (/home/connor/docs/projects/news/crates/news-ingest)
|
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.15s
|
|
EXIT=0
|