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

pkp/pkp-lib#9927 add cover image to onix export data #1583

Merged
merged 2 commits into from
Jun 13, 2024

pkp/pkp-lib#9927 set optional locale param for getLocalizedCoverImageUrl

1285062
Select commit
Loading
Failed to load commit list.
Merged

pkp/pkp-lib#9927 add cover image to onix export data #1583

pkp/pkp-lib#9927 set optional locale param for getLocalizedCoverImageUrl
1285062
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 13, 2024 in 39m 50s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1583 pkp/pkp-lib#9927 add cover image to onix export data.
Any changes that have been made to the stable-3_3_0 branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job PHP ENV OS State
7489.1 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
7489.2 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
7489.3 7.4 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.4 8.0 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.5 8.1 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.6 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
7489.7 7.4 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.8 8.0 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.9 8.1 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.10 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux failed
7489.11 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux failed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Python Version 3.3
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global=GITHUB_ACCESS_KEY=[secure]={:APPLICATION=>\"omp\"}"
  ],
  "python": [
    "3.3"
  ],
  "git": {
    "submodules": false
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache",
      "$HOME/.cache"
    ]
  },
  "addons": {
    "chrome": "beta",
    "postgresql": "9.5",
    "apt": {
      "update": true,
      "packages": [
        "libvulkan1",
        "libu2f-udev"
      ]
    }
  },
  "before_install": [
    "if [ -n \"$LIBONIG_INSTALL\" ]; then sudo apt-get install libonig5; fi",
    "./tools/startSubmodulesTRAVIS.sh",
    "npm i g -npm",
    "if [[ \"$TEST\" != \"validation\" ]]; then\n  # Prepare for unit and integration tests.\n\n  # Prepare the server environment\n  ./lib/pkp/tools/travis/prepare-webserver.sh\n\n  # Prepare the local codebase\n  ./lib/pkp/tools/travis/install-composer-dependencies.sh\n  if [ -n \"$LEGACY_SSL\" ]; then NODE_OPTIONS=--openssl-legacy-provider npm install && NODE_OPTIONS=--openssl-legacy-provider npm run build; else npm install && npm run build; fi\nelse\n  # Prepare for validation tests.\n  npm install\n  ./lib/pkp/tools/travis/install-linter.sh\nfi\n"
  ],
  "script": [
    "if [[ \"$TEST\" != \"validation\" ]]; then\n  # Run the unit and integration tests.\n  source ./lib/pkp/tools/travis/prepare-tests.sh\n  ./lib/pkp/tools/travis/run-tests.sh\nelse\n  # Run the validation tests.\n  ./lib/pkp/tools/travis/validate-xml.sh\n  ./lib/pkp/tools/buildjs.sh -n\n  ./lib/pkp/tools/checkHelp.sh\n  ./lib/pkp/tools/travis/validate-json.sh\n  npm run lint\nfi\n"
  ],
  "after_script": [
    "cat error.log"
  ],
  "after_failure": [
    "sudo apt-get install sharutils",
    "find cypress/screenshots -type f -printf '%T+\\t%p\\n' | sort | head -n 1 | cut -f 2 | tar -czT - | uuencode /dev/stdout"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "TEST": "validation"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql"
          }
        ],
        "dist": "bionic",
        "php": "7.3"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "7.4"
      },
      {
        "env": [
          {
            "TEST": "pgsql"
          },
          {
            "SAVE_BUILD": "true"
          },
          {
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.1"
      },
      {
        "env": [
          {
            "TEST": "mysql"
          }
        ],
        "dist": "bionic",
        "php": "7.3"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "7.4"
      },
      {
        "env": [
          {
            "TEST": "mysql"
          },
          {
            "SAVE_BUILD": "true"
          },
          {
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.1"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LIBONIG_INSTALL": "1",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.2.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LIBONIG_INSTALL": "1",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.2.0"
      }
    ]
  }
}