[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #58
Travis CI / Travis CI - Pull Request
failed
Jun 19, 2024 in 11m 42s
Build Failed
The build failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #58 [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
186.1 | 2.7 | C7N_TEST_WORKERS=8 | Linux | failed |
186.2 | 3.6 | C7N_TEST_WORKERS=8 | Linux | failed |
186.3 | 3.7 | C7N_TEST_WORKERS=8 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"pip": true
},
"env": [
"jobs={:C7N_TEST_WORKERS=>\"8\"}"
],
"install": [
"pip install tox"
],
"script": [
"TOXENV=`tools/dev/citoxenv.py` tox"
],
"jobs": {
"include": [
{
"python": "2.7"
},
{
"python": "3.6"
},
{
"python": "3.7",
"dist": "xenial",
"sudo": true
}
]
}
}
Loading