Skip to content

Bump svgo from 2.8.0 to 2.8.2 in /web/themes/custom/server_theme

1816068
Select commit
Loading
Failed to load commit list.
Open

Bump svgo from 2.8.0 to 2.8.2 in /web/themes/custom/server_theme #16

Bump svgo from 2.8.0 to 2.8.2 in /web/themes/custom/server_theme
1816068
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Mar 5, 2026 in 8m 57s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #16 Bump svgo from 2.8.0 to 2.8.2 in /web/themes/custom/server_theme.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: lint

This stage passed.

Job PHP ENV OS State
50.1 PhpStan 8.3 DDEV_NO_INSTRUMENTATION=true Linux passed
50.2 Drupal coding standard 8.3 DDEV_NO_INSTRUMENTATION=true Linux passed
50.3 Shell coding standard: shellcheck 8.3 DDEV_NO_INSTRUMENTATION=true Linux passed

Stage 2: test

This stage failed.

Job PHP ENV OS State
50.4 Backend tests: Functional tests 8.3 DDEV_NO_INSTRUMENTATION=true Linux failed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Noble)
PHP Version 8.3
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "version": "~> 1.0",
  "php": [
    "8.3"
  ],
  "services": [
    "docker"
  ],
  "stages": [
    {
      "name": "lint"
    },
    {
      "name": "test"
    },
    {
      "name": "deploy"
    }
  ],
  "env": [
    "global={:DDEV_NO_INSTRUMENTATION=>\"true\"}={:ROLLBAR_SERVER_TOKEN=>\"df6ce617465b4980afdecc95ed1b42de\"}"
  ],
  "git": {
    "depth": 500
  },
  "jobs": {
    "allow_failures": [
      {
        "env": [
          {
            "CAN_FAIL": "true"
          }
        ]
      }
    ],
    "include": [
      {
        "stage": "Lint",
        "name": "PhpStan",
        "script": [
          "$TRAVIS_BUILD_DIR/ci-scripts/test_syntax.sh || travis_terminate 1;",
          "composer install",
          "PHP_MEMORY_LIMIT=2G ./vendor/bin/phpstan --no-progress analyse -c phpstan.neon"
        ]
      },
      {
        "stage": "Lint",
        "name": "Drupal coding standard",
        "script": [
          "composer install || travis_terminate 1;",
          "vendor/bin/robo phpcs || travis_terminate 1;"
        ]
      },
      {
        "stage": "Lint",
        "name": "Shell coding standard: shellcheck",
        "script": [
          "$TRAVIS_BUILD_DIR/ci-scripts/install_shell.sh || travis_terminate 1;",
          "$TRAVIS_BUILD_DIR/ci-scripts/test_shell.sh || travis_terminate 1;"
        ]
      },
      {
        "stage": "Test",
        "name": "Backend tests: Functional tests",
        "script": [
          "(travis_retry $TRAVIS_BUILD_DIR/ci-scripts/install_ddev.sh) || travis_terminate 1;",
          "$TRAVIS_BUILD_DIR/ci-scripts/install_drupal.sh || travis_terminate 1;",
          "$TRAVIS_BUILD_DIR/ci-scripts/test_phpunit.sh || travis_terminate 1;",
          "$TRAVIS_BUILD_DIR/ci-scripts/test_phpunit_rollbar.sh || travis_terminate 1;"
        ]
      }
    ]
  }
}