Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto] Update Rust toolchain to 1.80.0 #165

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

expressvpn-iat-bot
Copy link
Collaborator

@expressvpn-iat-bot expressvpn-iat-bot requested a review from a team as a code owner July 26, 2024 01:38
Copy link

Code coverage summary for a7da3ad:

Filename                             Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
wolfssl-sys/src/lib.rs                     5                 0   100.00%           2                 0   100.00%          24                 0   100.00%           0                 0         -
wolfssl/src/chacha20_poly1305.rs          14                 2    85.71%           5                 0   100.00%          95                 2    97.89%           0                 0         -
wolfssl/src/context.rs                   166                84    49.40%          46                15    67.39%         349               127    63.61%           0                 0         -
wolfssl/src/error.rs                      22                10    54.55%           7                 3    57.14%          52                10    80.77%           0                 0         -
wolfssl/src/lib.rs                        63                10    84.13%          14                 2    85.71%          84                13    84.52%           0                 0         -
wolfssl/src/rng.rs                        19                 5    73.68%           4                 0   100.00%          47                 3    93.62%           0                 0         -
wolfssl/src/ssl.rs                       475               203    57.26%          82                25    69.51%        1057               277    73.79%           0                 0         -
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                    764               314    58.90%         160                45    71.88%        1708               432    74.71%           0                 0         -

✅ Region coverage 58% passes
✅ Line coverage 74% passes

@kp-mariappan-ramasamy
Copy link
Contributor

First build failed with strange errors:
https://github.com/expressvpn/wolfssl-rs/actions/runs/10104247129/job/27942912566?pr=165#step:4:2091

      +build-release *failed* | Repeating the failure error...
      +build-release *failed* | --> RUN set -e; cargo $args; cargo sweep -r -t $EARTHLY_SWEEP_DAYS; cargo sweep -r -i;
      +build-release *failed* | P-1600-AVX2.S:405: Error: bad register name `%r8'
      +build-release *failed* |   /tmp/earthly/.cargo/registry/src/index.crates.io-1cd66030c949c28d/oqs-sys-0.9.1+liboqs-0.9.0/liboqs/src/common/sha3/xkcp_low/KeccakP-1600/avx2/KeccakP-1600-AVX2.S:408: Error: bad register name `%r10'
      +build-release *failed* |   /tmp/earthly/.cargo/registry/src/index.crates.io-1cd66030c949c28d/oqs-sys-0.9.1+liboqs-0.9.0/liboqs/src/common/sha3/xkcp_low/KeccakP-1600/avx2/KeccakP-1600-AVX2.S:409: Error: bad register name `%rbx'
      +build-release *failed* |   /tmp/earthly/.cargo/registry/src/index.crates.io-1cd66030c949c28d/oqs-sys-0.9.1+liboqs-0.9.0/liboqs/src/common/sha3/xkcp_low/KeccakP-1600/avx2/KeccakP-1600-AVX2.S:426: Error: bad register name `%ymm13'
      +build-release *failed* |   /tmp/earthly/.cargo/registry/src/index.crates.io-1cd66030c949c28d/oqs-sys-0.9.1+liboqs-0.9.0/liboqs/src/common/sha3/xkcp_low/KeccakP-1600/avx2/KeccakP-1600-AVX2.S:427: Error: bad register name `%ymm12'

I tried to debug locally and it passed. I then tried to rerun the pipeline and this time, it succeeded.
Usually the rust docker image will not be ready when bot update. But this time the failure logs is different. Something to watch for.

@kp-mariappan-ramasamy kp-mariappan-ramasamy merged commit a814633 into main Jul 26, 2024
8 checks passed
@kp-mariappan-ramasamy kp-mariappan-ramasamy deleted the gha/rust-toolchain-update branch July 26, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants