Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Update pyyaml otherwise pip install will fail #716

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

Update pyyaml otherwise pip install will fail

7433103
Select commit
Loading
Failed to load commit list.
Open

Update pyyaml otherwise pip install will fail #716

Update pyyaml otherwise pip install will fail
7433103
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Sep 6, 2023 in 26m 7s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #716 Update pyyaml otherwise pip install will fail.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job Python ENV OS State
1908.1 2.7 VERSION="9.0" TESTS="1" LINT_CHECK="0" INSTANCE_ALIVE="1" INCLUDE="broken_module" SERVER_EXPECTED_ERRORS="2" Linux errored
1908.2 2.7 VERSION="9.0" TESTS="1" LINT_CHECK="0" EXCLUDE="broken_module,broken_lint,broken_no_access_rule" OPTIONS="--log-level=debug" INSTALL_OPTIONS="--log-level=info" RUN_COMMAND_MQT_CREATE_FOLDER='mkdir /tmp/tests' Linux errored
1908.3 2.7 VERSION="9.0" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" UNIT_TEST="1" Linux errored
1908.4 2.7 VERSION="9.0" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" MQT_TEMPLATE_DB='mqt_odoo_template_core' MQT_TEST_DB='mqt_odoo_core' Linux errored
1908.5 2.7 VERSION="" TESTS="0" LINT_CHECK="1" PYLINT_EXPECTED_ERRORS="35" Linux errored
1908.6 3.5 VERSION="" TESTS="0" LINT_CHECK="1" PYLINT_EXPECTED_ERRORS="36" Linux errored
1908.7 3.7 VERSION="" TESTS="0" LINT_CHECK="1" PYLINT_EXPECTED_ERRORS="36" Linux failed
1908.8 3.5 VERSION="11.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" Linux errored
1908.9 3.7 VERSION="11.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" Linux failed
1908.10 3.5 VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" SERVER_EXPECTED_ERRORS="1" Linux errored
1908.11 3.7 VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" SERVER_EXPECTED_ERRORS="1" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "cache": {
    "apt": true,
    "directories": [
      "$HOME/.cache/pip"
    ]
  },
  "addons": {
    "postgresql": "9.6",
    "apt": {
      "packages": [
        "expect-dev",
        "python-lxml"
      ]
    }
  },
  "install": [
    "cp -r ../maintainer-quality-tools/ $HOME",
    "cp -r tests/test_repo/* ./",
    "export PATH=$HOME/maintainer-quality-tools/travis:$PATH",
    "pip install -U --force-reinstall pluggy",
    "pip install coverage",
    "LINT_CHECK=\"1\" travis_install_nightly 8.0",
    "git --git-dir=${TRAVIS_BUILD_DIR}/.git add --all"
  ],
  "script": [
    "TRAVIS_PULL_REQUEST=\"1\" coverage run ./travis/travis_run_tests 8.0",
    "coverage run --append ./travis/self_tests"
  ],
  "after_success": [
    "cp ./.coverage_mqt ./.coverage",
    "TESTS=\"1\" LINT_CHECK=\"0\" travis_after_tests_success"
  ],
  "jobs": {
    "include": [
      {
        "python": "2.7",
        "env": [
          {
            "VERSION": "\"9.0\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INSTANCE_ALIVE": "\"1\"",
            "INCLUDE": "\"broken_module\"",
            "SERVER_EXPECTED_ERRORS": "\"2\""
          }
        ]
      },
      {
        "python": "2.7",
        "env": [
          {
            "VERSION": "\"9.0\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "EXCLUDE": "\"broken_module,broken_lint,broken_no_access_rule\"",
            "OPTIONS": "\"--log-level=debug\"",
            "INSTALL_OPTIONS": "\"--log-level=info\"",
            "RUN_COMMAND_MQT_CREATE_FOLDER": "'mkdir /tmp/tests'"
          }
        ]
      },
      {
        "python": "2.7",
        "env": [
          {
            "VERSION": "\"9.0\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\"",
            "UNIT_TEST": "\"1\""
          }
        ]
      },
      {
        "python": "2.7",
        "env": [
          {
            "VERSION": "\"9.0\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\"",
            "ODOO_REPO": "\"OCA/OCB\"",
            "MQT_TEMPLATE_DB": "'mqt_odoo_template_core'",
            "MQT_TEST_DB": "'mqt_odoo_core'"
          }
        ]
      },
      {
        "python": "2.7",
        "env": [
          {
            "VERSION": "\"\"",
            "TESTS": "\"0\"",
            "LINT_CHECK": "\"1\"",
            "PYLINT_EXPECTED_ERRORS": "\"35\""
          }
        ]
      },
      {
        "python": "3.5",
        "env": [
          {
            "VERSION": "\"\"",
            "TESTS": "\"0\"",
            "LINT_CHECK": "\"1\"",
            "PYLINT_EXPECTED_ERRORS": "\"36\""
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "VERSION": "\"\"",
            "TESTS": "\"0\"",
            "LINT_CHECK": "\"1\"",
            "PYLINT_EXPECTED_ERRORS": "\"36\""
          }
        ]
      },
      {
        "python": "3.5",
        "env": [
          {
            "VERSION": "\"11.0\"",
            "ODOO_REPO": "\"OCA/OCB\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\""
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "VERSION": "\"11.0\"",
            "ODOO_REPO": "\"OCA/OCB\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\""
          }
        ]
      },
      {
        "python": "3.5",
        "env": [
          {
            "VERSION": "\"12.0\"",
            "ODOO_REPO": "\"OCA/OCB\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\"",
            "SERVER_EXPECTED_ERRORS": "\"1\""
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "VERSION": "\"12.0\"",
            "ODOO_REPO": "\"OCA/OCB\"",
            "TESTS": "\"1\"",
            "LINT_CHECK": "\"0\"",
            "INCLUDE": "\"test_module,second_module\"",
            "SERVER_EXPECTED_ERRORS": "\"1\""
          }
        ]
      }
    ]
  }
}