dep: bump hashbrown from 0.15.0 to 0.15.2 in the cargo group #1454
Triggered via pull request
December 4, 2024 18:30
Status
Failure
Total duration
1d 1h 44m 50s
Artifacts
1
rust.yml
on: pull_request
test-gen
/
Generate rsonpath-test cases
1m 1s
Documentation
48s
Format
24s
Dependency scan (cargo-deny)
44s
Verify MSRV (cargo-msrv)
5m 9s
Matrix: clippy
Matrix: Test all x86 SIMD configurations
Matrix: Test matrix
Annotations
10 errors and 38 warnings
Format
Process completed with exit code 1.
|
this `map_or` can be simplified:
crates/rsonpath-lib/src/lib.rs#L301
error: this `map_or` can be simplified
--> crates/rsonpath-lib/src/input/padding.rs:301:67
|
301 | middle_self == middle_other && last_self == last_other && preceding_char.map_or(true, |x| x != b'\\')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(preceding_char != Some(b'\\'))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `-D clippy::unnecessary-map-or` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]`
|
this `map_or` can be simplified:
crates/rsonpath-lib/src/lib.rs#L518
error: this `map_or` can be simplified
--> crates/rsonpath-lib/src/input/padding.rs:518:16
|
518 | && preceding_char.map_or(true, |x| x != b'\\')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(preceding_char != Some(b'\\'))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
|
Test matrix (stable, x86_64-pc-windows-msvc)
unable to access 'https://github.com/rsonquery/rsonpath/': The requested URL returned error: 503
|
Test matrix (stable, x86_64-pc-windows-msvc)
unable to access 'https://github.com/rsonquery/rsonpath/': The requested URL returned error: 502
|
Test matrix (stable, x86_64-pc-windows-msvc)
the remote end hung up unexpectedly
|
Test matrix (stable, x86_64-pc-windows-msvc)
Fetched in submodule path 'crates/rsonpath-test/jsonpath-compliance-test-suite', but it did not contain 7bd8532dfcccd288bbcaa67b48e5804911991094. Direct fetching of that commit failed.
|
Test matrix (stable, x86_64-pc-windows-msvc)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
Test matrix (nightly, aarch64-unknown-linux-gnu)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test matrix (stable, aarch64-unknown-linux-gnu)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Dependency scan (cargo-deny)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Documentation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-gen / Generate rsonpath-test cases
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (nightly)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Clippy (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (stable)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Verify MSRV (cargo-msrv)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (stable, x86_64-apple-darwin)
Failed to save: Unable to reserve cache with key cargo-install-cargo-hack-0.6.33-a88a9c4111f4f76dee87, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/602/merge, Key: cargo-install-cargo-hack-0.6.33-a88a9c4111f4f76dee87, Version: 185c2f916b9ce2429d36aa9f910e92471e8887f70625754c1a6469c08fc4aaf7
|
Test matrix (nightly, x86_64-pc-windows-msvc)
Failed to save: Unable to reserve cache with key cargo-install-cargo-hack-0.6.33-86c69d27a97a33026807, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/602/merge, Key: cargo-install-cargo-hack-0.6.33-86c69d27a97a33026807, Version: 783fdf4bba85379f4997a0351332d2bb074bb84791ab3a6068bb452d499ae5f5
|
Test matrix (nightly, i686-pc-windows-msvc)
Failed to save: Unable to reserve cache with key cargo-install-cargo-hack-0.6.33-86c69d27a97a33026807, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/602/merge, Key: cargo-install-cargo-hack-0.6.33-86c69d27a97a33026807, Version: 783fdf4bba85379f4997a0351332d2bb074bb84791ab3a6068bb452d499ae5f5
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, ssse3;slow_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, ssse3;fast_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, sse2;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, sse2;fast_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, ssse3;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (nightly, x86_64-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (nightly, x86_64-unknown-linux-gnu)
Failed to save: Unable to reserve cache with key cargo-install-cargo-hack-0.6.33-80fdcfd384d4ff525f0b, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/602/merge, Key: cargo-install-cargo-hack-0.6.33-80fdcfd384d4ff525f0b, Version: 088800c474379e94b2c5faecd696150e39e15adc593009042e737369ad081926
|
Test matrix (nightly, i686-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, sse2;slow_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, sse2;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (stable, x86_64-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (stable, i686-unknown-linux-gnu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test matrix (stable, i686-unknown-linux-gnu)
Failed to save: Unable to reserve cache with key cargo-install-cargo-hack-0.6.33-80fdcfd384d4ff525f0b, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/602/merge, Key: cargo-install-cargo-hack-0.6.33-80fdcfd384d4ff525f0b, Version: 088800c474379e94b2c5faecd696150e39e15adc593009042e737369ad081926
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, nosimd;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, nosimd;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, avx2;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, ssse3;fast_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (i686-unknown-linux-gnu, ssse3;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, ssse3;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, ssse3;slow_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, sse2;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, ssse3;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, sse2;fast_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, sse2;slow_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, avx2;fast_quotes;fast_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test all x86 SIMD configurations (x86_64-unknown-linux-gnu, sse2;slow_quotes;slow_popcnt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rsonpath-test-documents
Expired
|
33.9 MB |
|