When event JSON data contains non UTF-8 invalid bytes, replace with replacement characters. #1169
Travis CI / Travis CI - Pull Request
required action
Mar 19, 2024 in 15m 0s
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 #1169 When event JSON data contains non UTF-8 invalid bytes, replace with replacement characters..
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has nine jobs, running in parallel.
Stage 1: Test
This stage errored.
Job | ENV | OS | State |
---|---|---|---|
2733.1 | INTEGRATION=false ELASTIC_STACK_VERSION=7.x | Linux | passed |
2733.2 | INTEGRATION=false ELASTIC_STACK_VERSION=8.x SNAPSHOT=true | Linux | passed |
2733.3 | INTEGRATION=true ELASTIC_STACK_VERSION=7.x | Linux | errored |
2733.4 | INTEGRATION=true ELASTIC_STACK_VERSION=7.x SNAPSHOT=true LOG_LEVEL=info | Linux | errored |
2733.5 | INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true LOG_LEVEL=info | Linux | passed |
2733.6 | SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true LOG_LEVEL=info | Linux | passed |
2733.7 | SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x LOG_LEVEL=info | Linux | passed |
2733.8 | SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x ES_SSL_KEY_INVALID=true LOG_LEVEL=info | Linux | passed |
2733.9 | SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x ES_SSL_SUPPORTED_PROTOCOLS=TLSv1.3 LOG_LEVEL=info | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Shell |
Operating System | Linux (Focal) |
Build Configuration
{
"_performance": {
"install": ".ci/performance/docker-setup.sh",
"script": ".ci/performance/docker-run.sh"
},
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"env": [
"jobs={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\", :LOG_LEVEL=>\"info\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :ES_SSL_KEY_INVALID=>\"true\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :ES_SSL_SUPPORTED_PROTOCOLS=>\"TLSv1.3\", :LOG_LEVEL=>\"info\"}"
],
"stages": [
{
"name": "Test"
},
{
"name": "Performance",
"if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
}
],
"jobs": {
"include": [
{
"stage": "Performance",
"name": "Performance Base-Line",
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "7.x"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"SNAPSHOT": "true",
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
}
]
},
"before_install": [
"mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
],
"install": [
".ci/docker-setup.sh"
],
"script": [
".ci/docker-run.sh"
]
}
Loading