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

Fork Sync: Update from parent repository #83

Merged
merged 5 commits into from
Oct 18, 2023

Merge pull request #298 from kaovilai/CVE-2023-39325

40f0132
Select commit
Loading
Failed to load commit list.
Merged

Fork Sync: Update from parent repository #83

Merge pull request #298 from kaovilai/CVE-2023-39325
40f0132
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 18, 2023 in 46s

Build Errored

The build errored. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #83 Fork Sync: Update from parent repository.
Any changes that have been made to the oadp-1.0 branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Stage 1: everything

This stage errored.

Job Go ENV OS State
70.1 1.16 GOFLAGS=-mod=mod Linux errored
70.2 1.16 GOFLAGS=-mod=mod Linux errored
70.3 1.16 GOFLAGS=-mod=mod Linux errored
70.4 1.16 GOFLAGS=-mod=mod Linux errored
70.5 1.16 GOFLAGS=-mod=mod Linux errored
70.6 1.16 GOFLAGS=-mod=mod Linux errored

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Focal)
Go Version 1.16
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "services": [
    "docker"
  ],
  "go": [
    "1.16"
  ],
  "env": [
    "global={:GOFLAGS=>\"-mod=mod\"}"
  ],
  "jobs": {
    "include": [
      {
        "stage": "everything",
        "script": [
          "make ci"
        ]
      },
      {
        "script": [
          "make verify-modules"
        ]
      },
      {
        "script": [
          "make verify"
        ]
      },
      {
        "script": [
          "make all"
        ]
      },
      {
        "script": [
          "make test"
        ]
      },
      {
        "script": [
          "make -f Makefile.prow ci"
        ]
      }
    ]
  }
}