Update ma_context.c #252
Open
Update ma_context.c #252
Travis CI / Travis CI - Pull Request
required action
Aug 14, 2024 in 1h 27m 57s
Build Errored
The build errored. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #252 Update ma_context.c.
Any changes that have been made to the 3.4 branch before the build ran are also included.
Jobs and Stages
This build has 12 jobs, running in two sequential stages.
Stage 1: Minimal
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
2089.1 CS 10.6 | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed |
Stage 2: Community
This stage errored.
Job | ENV | OS | State | Notes |
---|---|---|---|---|
2089.2 CS 11.4 - Windows | local=0 DB=testc CLEAR_TEXT=0 | windows | failed | |
2089.3 CS 10.5 | local=0 DB=testc CLEAR_TEXT=0 | Linux | failed | |
2089.4 CS 10.11 | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed | |
2089.5 CS 11.1 | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed | |
2089.6 CS 11.2 | local=0 DB=testc CLEAR_TEXT=0 | Linux | errored | |
2089.7 CS 11.4 | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed | |
2089.8 CS 11.5 - noble | local=0 DB=testc CLEAR_TEXT=0 | Linux | failed | |
2089.9 MySQL 8.4 | local=0 DB=testc CLEAR_TEXT=0 | Linux | failed | |
2089.10 CS 10.11 with ps-protocol | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed | |
2089.11 11.4 Server unit testing | local=0 DB=testc CLEAR_TEXT=0 | Linux | failed | |
2089.12 CS build | local=0 DB=testc CLEAR_TEXT=0 | Linux | passed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Jammy) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "jammy",
"version": "~> 1.0",
"cache": {
"apt": true,
"ccache": true,
"directories": [
"$HOME/docker"
]
},
"before_install": [
"if [ -z \"$server_branch\" ] ; then\n case $TRAVIS_OS_NAME in\n windows)\n choco install python --version=3.12.0\n python --version\n ;;\n esac\nfi"
],
"env": [
"global={:local=>\"0\", :DB=>\"testc\", :CLEAR_TEXT=>\"0\"}"
],
"jobs": {
"include": [
{
"stage": "Minimal",
"env": [
{
"srv": "mariadb",
"v": "10.6",
"local": "1"
}
],
"name": "CS 10.6"
},
{
"stage": "Minimal",
"env": [
{
"srv": "mariadb-es",
"v": "10.6"
}
],
"name": "ES 10.6",
"if": "type = push AND fork = false"
},
{
"stage": "Enterprise",
"env": [
{
"srv": "mariadb-es",
"v": "10.4"
}
],
"name": "ES 10.4",
"if": "type = push AND fork = false"
},
{
"stage": "Enterprise",
"env": [
{
"srv": "mariadb-es",
"v": "10.5"
}
],
"name": "ES 10.5",
"if": "type = push AND fork = false"
},
{
"stage": "Enterprise",
"env": [
{
"srv": "mariadb-es",
"v": "23.08"
}
],
"name": "ES 23.08",
"if": "type = push AND fork = false"
},
{
"stage": "Enterprise",
"env": [
{
"srv": "maxscale"
}
],
"name": "Maxscale"
},
{
"stage": "Community",
"env": [
{
"srv": "mariadb",
"v": "11.4"
}
],
"os": "windows",
"language": "shell",
"name": "CS 11.4 - Windows"
},
{
"stage": "Community",
"env": [
{
"srv": "mariadb",
"v": "10.5",
"local": "1"
}
],
"dist": "bionic",
"name": "CS 10.5",
"node_js": "16"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.11",
"local": "1"
}
],
"name": "CS 10.11"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.1",
"local": "1"
}
],
"name": "CS 11.1"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.2",
"local": "1",
"CLEAR_TEXT": "1"
}
],
"name": "CS 11.2"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.4",
"local": "1"
}
],
"name": "CS 11.4"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.5-rc"
}
],
"dist": "noble",
"name": "CS 11.5 - noble"
},
{
"env": [
{
"srv": "mysql",
"v": "8.4"
}
],
"name": "MySQL 8.4"
},
{
"env": [
{
"srv": "build"
}
],
"name": "CS build"
},
{
"stage": "Community",
"env": [
{
"srv": "mariadb",
"v": "10.11",
"local": "1",
"TEST_OPTION": "--ps-protocol"
}
],
"name": "CS 10.11 with ps-protocol"
},
{
"env": [
{
"server_branch": "11.4"
}
],
"name": "11.4 Server unit testing"
}
],
"fast_finish": true,
"allow_failures": [
{
"env": [
{
"srv": "build"
}
]
}
]
},
"script": [
"./travis.sh"
],
"services": [
"docker"
],
"addons": {
"hosts": [
"mariadb.example.com",
"mariadb1.example.com",
"mariadb2.example.com",
"mariadb3.example.com"
]
},
"install": [
"git clone https://github.com/mariadb-corporation/connector-test-machine.git",
"if [ -z \"$server_branch\" ] ; then\n case $TRAVIS_OS_NAME in\n windows)\n connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d \"$DB\"\n # Since refreshenv doesn't seem to work, we set this manually\n export WIX=\"/c/Program Files (x86)/WiX Toolset v3.11\"\n ;;\n linux)\n source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d \"$DB\" -l \"$local\" -c \"$CLEAR_TEXT\" -p \"$packet\"\n ;;\n esac\nfi"
],
"stages": [
{
"name": "Minimal"
},
{
"name": "Language"
},
{
"name": "Enterprise",
"if": "type = push AND fork = false"
},
{
"name": "Community"
},
{
"name": "Other"
},
{
"name": "Benchmarks",
"if": "type = push AND fork = false"
}
],
"after_failure": [
"if [ \"$srv\" == \"maxscale\" ] ; then docker-compose -f ${COMPOSE_FILE} exec -u root maxscale tail -500 /var/log/maxscale/maxscale.log; fi"
]
}
Loading