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

Bump golang.org/x/crypto from 0.0.0-20190618222545-ea8f1a30c443 to 0.1.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump golang.org/x/crypto from 0.0.0-20190618222545-ea8f1a30c443 to 0.1.0

9f7d97d
Select commit
Loading
Failed to load commit list.
Open

Bump golang.org/x/crypto from 0.0.0-20190618222545-ea8f1a30c443 to 0.1.0 #10

Bump golang.org/x/crypto from 0.0.0-20190618222545-ea8f1a30c443 to 0.1.0
9f7d97d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Oct 26, 2023 in 2m 43s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/go_modules/golang.org/x/crypto-0.1.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has six jobs, running in parallel.

Stage 1: test

This stage failed.

Job Go ENV OS State
19.1 1.12.x TMPDIR=/tmp Linux failed
19.2 1.12.x TMPDIR=/tmp Linux failed
19.3 1.12.x TMPDIR=/tmp Linux failed
19.4 1.12.x TMPDIR=/tmp Linux failed
19.5 1.12.x TMPDIR=/tmp Linux failed
19.6 1.12.x TMPDIR=/tmp Linux failed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Xenial)
Go Version 1.12.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "services": [
    "docker"
  ],
  "go": [
    "1.12.x"
  ],
  "stages": [
    {
      "name": "build"
    },
    {
      "name": "test"
    },
    {
      "name": "deploy"
    }
  ],
  "env": [
    "global={:TMPDIR=>\"/tmp\"} jobs={:MONGODB_IMAGE=>\"mongo:3.4\"}={:MONGODB_IMAGE=>\"mongo:3.6\"}={:MONGODB_IMAGE=>\"mongo:4.0\"}={:MONGODB_IMAGE=>\"percona/percona-server-mongodb:3.4\"}={:MONGODB_IMAGE=>\"percona/percona-server-mongodb:3.6\"}={:MONGODB_IMAGE=>\"percona/percona-server-mongodb:4.0\"}"
  ],
  "script": [
    "make test-all"
  ],
  "jobs": {
    "allow_failures": [
      {
        "go": "master"
      }
    ]
  },
  "after_success": [
    "curl https://codecov.io/bash > codecov",
    "chmod +x codecov",
    "timeout --signal=KILL 10s ./codecov -X fix"
  ],
  "notifications": {
    "slack": [
      {
        "on_success": "change",
        "on_failure": "always",
        "rooms": [
          {
            "secure": "updWrOALfF29z30ogJ4m21WX0oOSYbRX/+abuEqXCC9zZ2QI7EoRR61hrAgNXJXUTffmUIM0vCrToYlybMsdcZHwCXWN8vr2yW3fyypfs/+rUng1qigEy1wVVIFgAC/6NruhmuUMWo1qwe4tUenQmegBiSpYRVRI10Qsnj6TggCNVz0cuoxpmzpVvNH78s1elnU4P1REWhjStuqQvKgG5cWOsvI+9l2Z+t9HdpYE7E7N3Ec73t2Z4wKhlpScbLF+mhnTWV6zgCkLaVdMshFeBEuYWmRr3D2QJWMntl/DrVaRoW76kX9nm2PQ/P4q0BdQslf5WsAiONWPOOWqK6n9RM9SegGSEXnXiqkWtmJQspa3zhjkNZStaD/g5E4yP5QnTbk4WP8ma18yQfMthXeQiQOEWj6zOTzBslu6Iyyc9QzbNijnYy3ZBBBAWGaKjFKmTrMTgl19SbAsvgi41A+zrVL5LeCwAR0/2QUdMegHZSla9WBiURgT/quA8EnA3N+ObNQBpqBETJmSPpJbqrkZI8+7oo4nFxLkwCRVyI4/XInTl5aKsRNYP95kPX3zJuUEe8x39qYhG5QcGV8G8AK0B+jrGoEB2qSN2p+Ye1XE6+Z38KktVzM3GmMOt/v+ts1ZjiaZvK0zlb7vRTMuiBmAjAnB5l5vmNSjkP6+ZL832Og="
          }
        ]
      }
    ],
    "email": [
      {
        "enabled": false
      }
    ]
  }
}