audtiwheel6 should fix an issue, remove the work-around #136
Travis CI / Travis CI - Pull Request
required action
Feb 5, 2024 in 12m 3s
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 #136 audtiwheel6 fixed an issue, remove the work-around.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has eight jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
469.1 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.2 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.3 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.4 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.5 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.6 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.7 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
469.8 | OPENBLAS_COMMIT="v0.3.26" | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Bionic) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "bionic",
"env": [
"global={:OPENBLAS_COMMIT=>\"\\\"v0.3.26\\\"\"}={:REPO_DIR=>\"OpenBLAS\"}"
],
"sudo": true,
"services": [
"docker"
],
"before_install": [
"source tools/build_steps.sh",
"before_build"
],
"install": [
"clean_code $REPO_DIR $OPENBLAS_COMMIT"
],
"script": [
"build_lib \"$PLAT\" \"$INTERFACE64\"",
"libc=${MB_ML_LIBC:-manylinux}",
"docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}",
"docker run --rm -e INTERFACE64=\"${INTERFACE64}\" \\ -e MB_ML_LIBC=\"${MB_ML_LIBC}\" \\ -v $(pwd):/openblas $docker_image \\ /bin/bash -xe /openblas/tools/build_wheel.sh"
],
"after_success": [
"set +ex",
"sudo chmod -R a+w /home/travis/.cache",
"pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0",
"source tools/upload_to_anaconda_staging.sh",
"upload_wheels"
],
"jobs": {
"include": [
{
"os": "linux",
"arch": "arm64",
"env": [
{
"PLAT": "aarch64"
},
{
"MB_ML_VER": "_1_1"
},
{
"MB_ML_LIBC": "musllinux"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "arm64",
"env": [
{
"PLAT": "aarch64"
},
{
"INTERFACE64": "1"
},
{
"MB_ML_VER": "_1_1"
},
{
"MB_ML_LIBC": "musllinux"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "arm64",
"env": [
{
"PLAT": "aarch64"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "arm64",
"env": [
{
"PLAT": "aarch64"
},
{
"INTERFACE64": "1"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "s390x",
"env": [
{
"PLAT": "s390x"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "s390x",
"env": [
{
"PLAT": "s390x"
},
{
"INTERFACE64": "1"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "ppc64le",
"env": [
{
"PLAT": "ppc64le"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
},
{
"os": "linux",
"arch": "ppc64le",
"env": [
{
"PLAT": "ppc64le"
},
{
"INTERFACE64": "1"
},
{
"MB_ML_VER": "2014"
},
{
"DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
}
]
}
]
}
}
Loading