Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps golang.org/x/sys from 0.6.0 to 0.7.0.

Commits
  • 64840c1 unix: add bindings for setattrlist() on macOS
  • 90abad3 unix: add AT_EACCESS on Darwin
  • 94933fc windows: fix constant values for JobObjectInformationClass
  • 00d8004 unix: match ioctl req argument type to libc type
  • d0781cc unix: make solaris syscall tests less flaky
  • ff18efa unix: change Setrlimit/Prlimit to always call syscall functions
  • 494aa49 unix: skip ip related tests if EAFNOSUPPORT raised
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](golang/sys@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 5, 2023
@thaJeztah
Copy link
Member

Ran into this as well; looks like the CentOS 9 package repositories are broken since some time Yesterday; /cc @kolyshkin (in case you know someone internally to give a nudge)

CentOS Stream 9 - BaseOS                        501  B/s | 3.9 kB     00:07    
Errors during downloading metadata for repository 'baseos':
  - Curl error (6): Couldn't resolve host name for http://mirror.usi.edu/pub/centos-stream/9-stream/BaseOS/x86_64/os/repodata/repomd.xml [Could not resolve host: mirror.usi.edu]
  - Downloading successful, but checksum doesn't match. Calculated: 67f0fad4fe457471c91c70a50245e5700a98c4b49d509d35a8b6643eed55e789b3afb5ced888da13b63a3bdfd122e7aecc8b6c485a9dedcd1afca23cf81fa288(sha512)  Expected: 60642857dc1e825a77340c6ffe13eb4c84f0c3c1972dd4dfc7ab8e00c6b1980f63a5d331bd97f5a9808466c657325a10631840267e80cfb5a87b1adb28d52947(sha512) 
Error: Failed to download metadata for repo 'baseos': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

@thaJeztah
Copy link
Member

Getting another error now on one of our internal pipelines; looks like some signing issues?

The GPG keys listed for the "CentOS Stream 9 - BaseOS" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: dbus-libs-1:1.12.20-7.el9.aarch64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for dnf-plugins-core-4.3.0-4.el9.noarch.rpm is not installed. Failing package is: dnf-plugins-core-4.3.0-4.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for python3-dateutil-2.8.1-6.el9.noarch.rpm is not installed. Failing package is: python3-dateutil-1:2.8.1-6.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for python3-dbus-1.2.18-2.el9.aarch64.rpm is not installed. Failing package is: python3-dbus-1.2.18-2.el9.aarch64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for python3-dnf-plugins-core-4.3.0-4.el9.noarch.rpm is not installed. Failing package is: python3-dnf-plugins-core-4.3.0-4.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for python3-six-1.15.0-9.el9.noarch.rpm is not installed. Failing package is: python3-six-1.15.0-9.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for python3-systemd-234-18.el9.aarch64.rpm is not installed. Failing package is: python3-systemd-234-18.el9.aarch64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Public key for systemd-libs-252-8.el9.aarch64.rpm is not installed. Failing package is: systemd-libs-252-8.el9.aarch64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED

@kolyshkin
Copy link
Contributor

Ran into this as well; looks like the CentOS 9 package repositories are broken since some time Yesterday; /cc @kolyshkin (in case you know someone internally to give a nudge)

Apparently this was fixed while I had a good night sleep. CI restarted.

@kolyshkin
Copy link
Contributor

This might have some consequences. golang/sys@ff18efa

but we'll see

Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah merged commit 5726682 into main Apr 5, 2023
@thaJeztah thaJeztah deleted the dependabot/go_modules/golang.org/x/sys-0.7.0 branch April 5, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants