Travis-CI Deployment: Switch Architecture #1523
Open
Travis CI / Travis CI - Pull Request
required action
Aug 23, 2023 in 6h 31m 8s
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 #1523 Travis-CI Deployment: Switch Architecture.
Any changes that have been made to the wheels branch before the build ran are also included.
Jobs and Stages
This build has 14 jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3959.1 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.2 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.3 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.4 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.5 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.6 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | passed |
3959.7 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.8 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | errored |
3959.9 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.10 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.11 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.12 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.13 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
3959.14 | 3.9 | OPENPMD_GIT_REF="0.15.2" | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Version | 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.9"
],
"branches": {
"only": [
"wheels"
]
},
"env": [
"global={:OPENPMD_GIT_REF=>\"\\\"0.15.2\\\"\"}={:CIBW_PROJECT_REQUIRES_PYTHON=>\"\\\">=3.8\\\"\"}={:CIBW_BEFORE_BUILD=>\"\\\"bash -x .github/library_builders.sh\\\"\"}={}={:CIBW_BUILD_VERBOSITY=>\"\\\"1\\\"\"}"
],
"jobs": {
"include": [
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp38-manylinux_aarch64 cp39-manylinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp310-manylinux_aarch64 cp311-manylinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"pp310-manylinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"pp38-manylinux_aarch64 pp39-manylinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp38-musllinux_aarch64 cp39-musllinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "arm64",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp310-musllinux_aarch64 cp311-musllinux_aarch64\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp38-manylinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp39-manylinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp310-manylinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp311-manylinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp38-musllinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp39-musllinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp310-musllinux_ppc64le\""
}
]
},
{
"services": [
"docker"
],
"arch": "ppc64le",
"dist": "focal",
"env": [
{
"CIBW_BUILD": "\"cp311-musllinux_ppc64le\""
}
]
}
]
},
"install": [
"git clone --branch ${OPENPMD_GIT_REF} --depth 1 https://github.com/openPMD/openPMD-api.git src",
"cp library_builders.sh src/.github/",
"python -m pip install --upgrade pip setuptools wheel",
"python -m pip install cibuildwheel==2.14.1",
"python -m pip install patch"
],
"script": [
"cd src",
"travis_wait 45 python -m cibuildwheel --output-dir ../wheelhouse",
"cd .."
],
"deploy": [
{
"provider": "script",
"script": "python -m pip install twine",
"skip_cleanup": true,
"on": {
"repo": "${TRAVIS_REPO_SLUG}",
"branch": [
"wheels"
]
}
}
]
}
Loading