Avoid redfine of IO_SIZE if made configurable #265
Closed
Travis CI / Travis CI - Pull Request
failed
Jan 5, 2025 in 43m 43s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #265 Avoid redfine of IO_SIZE if made configurable.
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 | ENV | OS | State | Notes |
|---|---|---|---|---|
| DB=mysql:5.7 | Linux | failed | ||
| DB=mariadb:5.5 | Linux | failed | ||
| DB=mariadb:10.0 | Linux | failed | ||
| DB=mariadb:10.1 | Linux | failed | ||
| DB=mariadb:10.2 | Linux | failed | ||
| DB=mariadb:10.3 | Linux | failed | ||
| SERVER_BRANCH=10.3 | Linux | failed | ||
| SERVER_BRANCH=10.3 TEST_OPTION=--ps-protocol | Linux | failed | ||
| DB=build | Linux | errored | This job is allowed to fail. | |
| SERVER_BRANCH=10.4 | Linux | failed | This job is allowed to fail. | |
| SERVER_BRANCH=10.4 TEST_OPTION=--ps-protocol | Linux | failed | This job is allowed to fail. |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C |
| Operating System | Linux (Xenial) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"cache": {
"apt": true,
"ccache": true
},
"services": [
"docker"
],
"addons": {
"hosts": [
"mariadb.example.com"
]
},
"before_script": [
"sudo /etc/init.d/mysql stop"
],
"before_install": [
"chmod -R +x .travis/*",
"chmod 777 .travis/build/",
"export PROJ_PATH=`pwd`",
"export ENTRYPOINT=$PROJ_PATH/.travis/sql",
"mkdir tmp",
".travis/gen-ssl.sh mariadb.example.com tmp",
"export SSLCERT=$PROJ_PATH/tmp"
],
"script": [
"if [ \"$DB\" = \"build\" ] ; then .travis/build/build.sh; fi",
"if [ \"$DB\" = \"build\" ] ; then docker build -t build:latest --label build .travis/build/; fi",
"if [ -z \"$DB\" ] ; then .travis/server-replace-submodule.sh; fi",
"if [ -n \"$DB\" ] ; then .travis/script.sh; fi"
],
"jobs": {
"allow_failures": [
{
"env": [
{
"DB": "build"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.4"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.4",
"TEST_OPTION": "--ps-protocol"
}
]
}
],
"include": [
{
"env": [
{
"DB": "build"
}
]
},
{
"env": [
{
"DB": "mysql:5.7"
}
]
},
{
"env": [
{
"DB": "mariadb:5.5"
}
]
},
{
"env": [
{
"DB": "mariadb:10.0"
}
]
},
{
"env": [
{
"DB": "mariadb:10.1"
}
]
},
{
"env": [
{
"DB": "mariadb:10.2"
}
]
},
{
"env": [
{
"DB": "mariadb:10.3"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.3"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.3",
"TEST_OPTION": "--ps-protocol"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.4"
}
]
},
{
"env": [
{
"SERVER_BRANCH": "10.4",
"TEST_OPTION": "--ps-protocol"
}
]
}
]
}
}
Loading