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 actionpack from 7.0.8.1 to 7.1.3.4 #146

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

Bump actionpack from 7.0.8.1 to 7.1.3.4

d266c72
Select commit
Loading
Failed to load commit list.
Open

Bump actionpack from 7.0.8.1 to 7.1.3.4 #146

Bump actionpack from 7.0.8.1 to 7.1.3.4
d266c72
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jun 4, 2024 in 23m 25s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/bundler/actionpack-7.1.3.4 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Ruby ENV State Notes
672.1 3.1.2 failed
672.2 3.2.0 failed
672.3 Ruby: 3.2.0 ([email protected]) 3.2.0 NATS_SERVER_VERSION=v2.9.24 failed
672.4 Ruby: 3.3.0 3.3.0-preview1 errored This job is allowed to fail.
672.5 Ruby: 3.2.0 (nats-server@main) 3.2.0 NATS_SERVER_VERSION=main failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Ruby Versions 3.1.2, 3.2.0
Build Configuration
{
  "language": "ruby",
  "rvm": [
    "3.1.2",
    "3.2.0"
  ],
  "cache": {
    "directories": [
      "$HOME/nats-server"
    ]
  },
  "before_install": [
    "bash ./scripts/install_nats.sh"
  ],
  "before_script": [
    "export PATH=$HOME/nats-server:$PATH"
  ],
  "sudo": "required",
  "dist": "jammy",
  "addons": {
    "hosts": [
      "server-A.clients.nats-service.localhost",
      "server-A.clients.fake-nats-service.localhost",
      "server-A.routes.nats-service.localhost",
      "server-A.routes.fake-nats-service.localhost"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "Ruby: 3.3.0",
        "rvm": "3.3.0-preview1"
      },
      {
        "name": "Ruby: 3.2.0 ([email protected])",
        "rvm": "3.2.0",
        "env": [
          "NATS_SERVER_VERSION=v2.9.24"
        ]
      },
      {
        "name": "Ruby: 3.2.0 (nats-server@main)",
        "rvm": "3.2.0",
        "env": [
          "NATS_SERVER_VERSION=main"
        ]
      }
    ],
    "allow_failures": [
      {
        "name": "Ruby: 3.3.0"
      },
      {
        "name": "Ruby: 3.2.0 (nats-server@main)"
      }
    ]
  },
  "os": "linux",
  "group": "stable"
}