Skip to content

Upgrade Kinesis Input Plugin to AWS KCL v2.7.2

b48d78b
Select commit
Loading
Failed to load commit list.
Open

Bump to KCL v2.7.2 #109

Upgrade Kinesis Input Plugin to AWS KCL v2.7.2
b48d78b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 16, 2025 in 19s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #109 Bump to KCL v2.7.2.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
205.1 ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env Linux failed
205.2 SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env Linux failed

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Focal)
Build Configuration
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "jobs={:ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.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 | sh -c 'if tar --version 2>/dev/null | grep -q \"GNU tar\"; then TAR_KEEP=\"--skip-old-files\"; TAR_WILDCARDS=\"--wildcards\"; else TAR_KEEP=\"-k\"; TAR_WILDCARDS=\"\"; fi; tar -xzvf - $TAR_KEEP --strip-components=1 -C .ci $TAR_WILDCARDS \"*Dockerfile*\" \"*docker*\" \"*.sh\" \"*logstash-versions*\"'"
  ],
  "install": [
    ".ci/docker-setup.sh;\nexit_code=$?;\ncase $exit_code in\n  0)\n    echo \"Install succeeded.\"\n    ;;\n  2)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. The image should exist. Aborting build.\"\n    exit $exit_code\n    ;;\n  99)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. Likely due to missing DRA build.\"\n    export SKIP_SCRIPT=true\n    ;;\n  *)\n    echo \"Install failed with an unexpected code: $exit_code. Stopping build.\"\n    exit $exit_code\n    ;;\nesac\n"
  ],
  "script": [
    "if [ \"$SKIP_SCRIPT\" = \"true\" ]; then\n  exit 0\nelse\n  .ci/docker-run.sh\nfi"
  ]
}