Adding cluster TLS certificate authority to trust store
Adding cluster TLS certificate authority to trust store
time="2023-09-07T18:16:21Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
I0907 18:16:21.555876 1 defaults.go:112] Defaulting to storage driver "overlay" with options [mountopt=metacopy=on].
Caching blobs under "/var/cache/blobs".
Pulling image registry.access.redhat.com/ubi8/openjdk-11@sha256:d9739b266415be7c915daf3c61f8f1cc4e14d0b237a0ab664693bc2e0d3577e4 ...
Trying to pull registry.access.redhat.com/ubi8/openjdk-11@sha256:d9739b266415be7c915daf3c61f8f1cc4e14d0b237a0ab664693bc2e0d3577e4...
Getting image source signatures
Copying blob sha256:2d0ad29676d908739bbe514232a9d435a6846938a597d376bb8323e0c52c5fc2
Copying blob sha256:0344366a246a0f7590c2bae4536c01f15f20c6d802b4654ce96ac81047bc23f3
Copying blob sha256:4752687a61a97d6f352ae62c381c87564bcb2f5b6523a05510ca1fb60d640216
Copying config sha256:f2fb2918903b2a27c34df5bc33958a39d01fc478e6940bde6fbb918cb841ee33
Writing manifest to image destination
Storing signatures
Pulling image registry.redhat.io/amq-streams/kafka-34-rhel8@sha256:50b3be789993cfeedc4923a8e760c1cf52498b2178be3abfa3719fc2d15ce723 ...
Trying to pull registry.redhat.io/amq-streams/kafka-34-rhel8@sha256:50b3be789993cfeedc4923a8e760c1cf52498b2178be3abfa3719fc2d15ce723...
Getting image source signatures
Copying blob sha256:465950897900d54792f878f51a0f7c4af3e286493b99a48f9ed86eb9f5fe492a
Copying blob sha256:5329d7039f252afc1c5d69521ef7e674f71c36b50db99b369cbb52aa9e0a6782
Copying config sha256:30f7e7636a331006acc81e171f1f58ecea265b2db2d1b4a644e80445d8eb3b27
Writing manifest to image destination
Storing signatures
Adding transient rw bind mount for /run/secrets/rhsm
[1/2] STEP 1/2: FROM registry.access.redhat.com/ubi8/openjdk-11@sha256:d9739b266415be7c915daf3c61f8f1cc4e14d0b237a0ab664693bc2e0d3577e4 AS downloadArtifacts
[1/2] STEP 2/2: RUN 'curl' '-f' '-L' '--create-dirs' '--output' '/tmp/snowflake-connector/c0c50269/pom.xml' 'https://repo1.maven.org/maven2/com/snowflake/snowflake-kafka-connector/2.0.1/snowflake-kafka-connector-2.0.1.pom' && 'echo' 'downloadcustom-repohttps://repo1.maven.org/maven2/download' > '/tmp/c0c50269.xml' && 'mvn' 'dependency:copy-dependencies' '-s' '/tmp/c0c50269.xml' '-DoutputDirectory=/tmp/artifacts/snowflake-connector/c0c50269' '-f' '/tmp/snowflake-connector/c0c50269/pom.xml' && 'curl' '-f' '-L' '--create-dirs' '--output' '/tmp/artifacts/snowflake-connector/c0c50269/snowflake-kafka-connector-2.0.1.jar' 'https://repo1.maven.org/maven2/com/snowflake/snowflake-kafka-connector/2.0.1/snowflake-kafka-connector-2.0.1.jar'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18528 100 18528 0 0 266k 0 --:--:-- --:--:-- --:--:-- 266k
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
[INFO] I/O exception (java.net.SocketException) caught when processing request to {s}->https://repo.maven.apache.org:443: Network is unreachable (connect failed)
[INFO] Retrying request to {s}->https://repo.maven.apache.org:443
[INFO] I/O exception (java.net.SocketException) caught when processing request to {s}->https://repo.maven.apache.org:443: Network is unreachable (connect failed)
[INFO] Retrying request to {s}->https://repo.maven.apache.org:443
[INFO] I/O exception (java.net.SocketException) caught when processing request to {s}->https://repo.maven.apache.org:443: Network is unreachable (connect failed)
[INFO] Retrying request to {s}->https://repo.maven.apache.org:443
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.7 @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.snowflake:snowflake-kafka-connector:2.0.1 (/tmp/snowflake-connector/c0c50269/pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.7: Could not transfer artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.7 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom: Network is unreachable (connect failed) -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
error: build error: error building at STEP "RUN 'curl' '-f' '-L' '--create-dirs' '--output' '/tmp/snowflake-connector/c0c50269/pom.xml' 'https://repo1.maven.org/maven2/com/snowflake/snowflake-kafka-connector/2.0.1/snowflake-kafka-connector-2.0.1.pom' && 'echo' 'downloadcustom-repohttps://repo1.maven.org/maven2/download' > '/tmp/c0c50269.xml' && 'mvn' 'dependency:copy-dependencies' '-s' '/tmp/c0c50269.xml' '-DoutputDirectory=/tmp/artifacts/snowflake-connector/c0c50269' '-f' '/tmp/snowflake-connector/c0c50269/pom.xml' && 'curl' '-f' '-L' '--create-dirs' '--output' '/tmp/artifacts/snowflake-connector/c0c50269/snowflake-kafka-connector-2.0.1.jar' 'https://repo1.maven.org/maven2/com/snowflake/snowflake-kafka-connector/2.0.1/snowflake-kafka-connector-2.0.1.jar'": error while running runtime: exit status 1