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

chore: Update pdm.lock #740

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

chore: Update pdm.lock

a1a52fe
Select commit
Loading
Failed to load commit list.
Open

chore: Update pdm.lock #740

chore: Update pdm.lock
a1a52fe
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Feb 3, 2025 in 2m 9s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the dep/update-pdm-lock 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.

Job Python ENV OS State
1076.1 3.8 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed
1076.2 3.9 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed
1076.3 3.10 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed
1076.4 3.11 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed
1076.5 3.12 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed
1076.6 3.13 DOCKER_COMPOSE_VERSION=v2.17.3 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "before_install": [
    "sudo apt-get -y install pipx python3-venv",
    "pipx ensurepath",
    "pipx install pdm"
  ],
  "script": [
    "./scripts/travis.sh"
  ],
  "services": [
    "memcached",
    "redis",
    "docker"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.9",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.11",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.12",
        "dist": "jammy",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.13",
        "dist": "jammy",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          },
          {
            "PDM_IGNORE_ACTIVE_VENV": "true"
          },
          {
            "PYTHON_VERSION": "3.13"
          }
        ]
      }
    ]
  }
}