Skip to content

DO NOT MERGE try to debug a CI failure#4953

Draft
asomers wants to merge 1 commit intorust-lang:mainfrom
asomers:ca_root_nss
Draft

DO NOT MERGE try to debug a CI failure#4953
asomers wants to merge 1 commit intorust-lang:mainfrom
asomers:ca_root_nss

Conversation

@asomers
Copy link
Contributor

@asomers asomers commented Jan 29, 2026

FreeBSD CI jobs have been failing for the last week or so, because Cargo fails with an error like the following. See if installing the ca_root_nss root certificate bundle can fix it.

error: failed to get `askama` as a dependency of package `ctest v0.5.0-beta.3 (/tmp/cirrus-ci-build/ctest)`

Caused by:
  download of config.json failed

Caused by:
  failed to download from `https://index.crates.io/config.json`

Caused by:
  [60] SSL peer certificate or SSH remote key was not OK (SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))

Issue #4952

Description

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

FreeBSD CI jobs have been failing for the last week or so, because Cargo
fails with an error like the following.  See if installing the
ca_root_nss root certificate bundle can fix it.

```
error: failed to get `askama` as a dependency of package `ctest v0.5.0-beta.3 (/tmp/cirrus-ci-build/ctest)`

Caused by:
  download of config.json failed

Caused by:
  failed to download from `https://index.crates.io/config.json`

Caused by:
  [60] SSL peer certificate or SSH remote key was not OK (SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))
```

Issue rust-lang#4952
@rustbot rustbot added the A-CI Area: CI-related items label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: CI-related items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants