redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
774 stars 244 forks source link

Go: Bump golang.org/x/sys from 0.12.0 to 0.13.0 #7113

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps golang.org/x/sys from 0.12.0 to 0.13.0.

Commits
  • 2964e1e unix: remove unused readlen and writelen
  • 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine
  • 807530f unix: remove lists of unimplemented syscalls
  • 01c413d windows: document the return type mismatch for CommandLineToArgv
  • e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepa...
  • 8858c72 unix: update riscv_hwprobe constants
  • 71c9d87 windows: add console ConPTY API
  • aa9470e unix/linux: update to Linux kernel 6.5
  • c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr
  • c7cbcbb unix: add TestSockaddrALG
  • Additional commits viewable 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
openshift-ci[bot] commented 9 months ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
netlify[bot] commented 9 months ago

Deploy Preview for odo-docusaurus-preview canceled.

Name Link
Latest commit 0e4419ceb97ef13e20e80b494396b2fd5e40a876
Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/65281396b39ecf0008aa24a7
sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

odo-robot[bot] commented 9 months ago

NoCluster Tests on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

OpenShift Unauthenticated Tests on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

Unit Tests on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

Validate Tests on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

Kubernetes Tests on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

Windows Tests (OCP) on commit finished successfully. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

OpenShift Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 9 months ago

Kubernetes Docs Tests on commit ea55bd2eb1ed8bc22060d3bbfacf996a5f65b1f9 finished successfully. View logs: TXT HTML

rm3l commented 9 months ago
  [FAILED] Expected
      <*url.Error | 0xc0000fa720>: 
      Post "http://127.0.0.1:43071/api/newuser": EOF
      {
          Op: "Post",
          URL: "http://127.0.0.1:43071/api/newuser",
          Err: <*errors.errorString | 0xc0001100f0>{s: "EOF"},
      }
  to be nil

...
Summarizing 1 Failure:
  [FAIL] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop
  /go/odo_1/tests/e2escenarios/e2e_test.go:430

Ran 4 of 4 Specs in 252.984 seconds
FAIL! -- 3 Passed | 1 Failed | 0 Pending | 0 Skipped

Flaky E2E test - reported in #6582

/override OpenShift-Integration-tests/OpenShift-Integration-tests

openshift-ci[bot] commented 9 months ago

@rm3l: Overrode contexts on behalf of rm3l: OpenShift-Integration-tests/OpenShift-Integration-tests

In response to [this](https://github.com/redhat-developer/odo/pull/7113#issuecomment-1761762866): >``` > [FAILED] Expected > <*url.Error | 0xc0000fa720>: > Post "http://127.0.0.1:43071/api/newuser": EOF > { > Op: "Post", > URL: "http://127.0.0.1:43071/api/newuser", > Err: <*errors.errorString | 0xc0001100f0>{s: "EOF"}, > } > to be nil > >... >Summarizing 1 Failure: > [FAIL] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop > /go/odo_1/tests/e2escenarios/e2e_test.go:430 > >Ran 4 of 4 Specs in 252.984 seconds >FAIL! -- 3 Passed | 1 Failed | 0 Pending | 0 Skipped >``` > >Flaky E2E test - reported in #6582 > >/override OpenShift-Integration-tests/OpenShift-Integration-tests Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.