Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consumer properties for SimpleConsumerConfig #742

Open
wants to merge 1 commit into
base: 4.1.x
Choose a base branch
from

Use consumer properties for SimpleConsumerConfig

2bb2b5e
Select commit
Loading
Failed to load commit list.
Open

Use consumer properties for SimpleConsumerConfig #742

Use consumer properties for SimpleConsumerConfig
2bb2b5e
Select commit
Loading
Failed to load commit list.
Deleted GitHub App / Jenkins-public-CI failed Feb 16, 2024 in 29s

Build: error in 'sh' step

Build / Shell Script

Error in sh step, with arguments `

                        mvn --batch-mode -Pjenkins clean verify install dependency:analyze site validate -U
                    `.
script returned exit code 1
Build log
[2024-02-16T13:42:24.592Z] + mvn --batch-mode -Pjenkins clean verify install dependency:analyze site validate -U
[2024-02-16T13:42:24.592Z] ----- withMaven Wrapper script -----
[2024-02-16T13:42:24.592Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/workspace/kafka-rest_PR-742@tmp/withMaven902892d9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/workspace/kafka-rest_PR-742@tmp/withMaven902892d9" 
[2024-02-16T13:42:24.592Z] Apache Maven 3.8.6.1 (7b6715e3069f00ad8ffb70855972888452b94d9b)
[2024-02-16T13:42:24.592Z] Maven home: /usr/local/apache-maven-3.8.6.1
[2024-02-16T13:42:24.592Z] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/adoptopenjdk-11-hotspot-amd64
[2024-02-16T13:42:24.592Z] Default locale: en_US, platform encoding: ANSI_X3.4-1968
[2024-02-16T13:42:24.592Z] OS name: "linux", version: "4.15.0-1032-aws", arch: "amd64", family: "unix"
[2024-02-16T13:42:25.517Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/workspace/kafka-rest_PR-742@tmp/withMaven902892d9/maven-spy-20240216-134225-270737239840073517887.log.tmp ...
[2024-02-16T13:42:25.517Z] [INFO] Scanning for projects...
[2024-02-16T13:42:25.772Z] [INFO] Downloading from confluent-package: https://packages.confluent.io/maven/io/confluent/rest-utils-parent/4.1.5-SNAPSHOT/maven-metadata.xml
[2024-02-16T13:42:25.772Z] [INFO] Downloading from confluent-snapshots: https://s3-us-west-2.amazonaws.com/confluent-snapshots/io/confluent/rest-utils-parent/4.1.5-SNAPSHOT/maven-metadata.xml
[2024-02-16T13:42:26.028Z] [WARNING] Could not transfer metadata io.confluent:rest-utils-parent:4.1.5-SNAPSHOT/maven-metadata.xml from/to confluent (${confluent.maven.repo}): Cannot access ${confluent.maven.repo} with type default using the available connector factories: BasicRepositoryConnectorFactory
[2024-02-16T13:42:26.028Z] [INFO] Downloading from confluent-snapshots: https://s3-us-west-2.amazonaws.com/confluent-snapshots/io/confluent/rest-utils-parent/4.1.5-SNAPSHOT/rest-utils-parent-4.1.5-SNAPSHOT.pom
[2024-02-16T13:42:26.028Z] [INFO] Downloading from confluent-package: https://packages.confluent.io/maven/io/confluent/rest-utils-parent/4.1.5-SNAPSHOT/rest-utils-parent-4.1.5-SNAPSHOT.pom
[2024-02-16T13:42:26.028Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2024-02-16T13:42:26.028Z] [FATAL] Non-resolvable parent POM for io.confluent:kafka-rest-parent:4.1.5-SNAPSHOT: Could not transfer artifact io.confluent:rest-utils-parent:pom:4.1.5-SNAPSHOT from/to confluent (${confluent.maven.repo}): Cannot access ${confluent.maven.repo} with type default using the available connector factories: BasicRepositoryConnectorFactory and 'parent.relativePath' points at wrong local POM @ line 7, column 13
[2024-02-16T13:42:26.028Z]  @ 
[2024-02-16T13:42:26.028Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/workspace/kafka-rest_PR-742@tmp/withMaven902892d9/maven-spy-20240216-134225-270737239840073517887.log
[2024-02-16T13:42:26.028Z] [ERROR] The build could not read 1 project -> [Help 1]
[2024-02-16T13:42:26.028Z] [ERROR]   
[2024-02-16T13:42:26.028Z] [ERROR]   The project io.confluent:kafka-rest-parent:4.1.5-SNAPSHOT (/home/jenkins/workspace/kafka-rest_PR-742/pom.xml) has 1 error
[2024-02-16T13:42:26.028Z] [ERROR]     Non-resolvable parent POM for io.confluent:kafka-rest-parent:4.1.5-SNAPSHOT: Could not transfer artifact io.confluent:rest-utils-parent:pom:4.1.5-SNAPSHOT from/to confluent (${confluent.maven.repo}): Cannot access ${confluent.maven.repo} with type default using the available connector factories: BasicRepositoryConnectorFactory and 'parent.relativePath' points at wrong local POM @ line 7, column 13: Cannot access ${confluent.maven.repo} using the registered transporter factories: WagonTransporterFactory: Unsupported transport protocol -> [Help 2]
[2024-02-16T13:42:26.028Z] [ERROR] 
[2024-02-16T13:42:26.028Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2024-02-16T13:42:26.028Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-02-16T13:42:26.028Z] [ERROR] 
[2024-02-16T13:42:26.028Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-02-16T13:42:26.028Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[2024-02-16T13:42:26.028Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Details

  • Checkout (16 sec)
  • Build (5 sec)
    Error: script returned exit code 1
  • Post (1.8 sec)