Error when pushing image to a private Gitlab Registry with Maven plugin 0.9.7
See original GitHub issueDescription of the issue: Error when pushing image to a private Gitlab Registry with Maven plugin 0.9.7
Expected behavior: An image is built and pushed to my private Gitlab Registry
Steps to reproduce:
- Set up private Gitlab credentials in Maven’s
settings.xml
in plain text to avoid additional issues - Run
sudo mvn compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:build
Environment:
- Ubuntu 18.04
- Maven 3.5.2
- Java 10.0.0-openjdk
jib-maven-plugin
Configuration:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mydomain.sandbox</groupId>
<artifactId>slow-response</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>slow-response</name>
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>10</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.9.7</version>
<configuration>
<to>
<image>gitlab.mydomain.com:4567/sandbox/slow-response</image>
</to>
<!--<allowInsecureRegistries>true</allowInsecureRegistries>-->
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Log output:
Error Log:
$ sudo mvn compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:build
Apache Maven 3.5.2
Maven home: /usr/share/maven
Java version: 10.0.1, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-29-generic", arch: "amd64", family: "unix"
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/share/maven/conf/toolchains.xml
[DEBUG] Reading user toolchains from /root/.m2/toolchains.xml
[DEBUG] Using local repository at /root/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /root/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.mydomain.sandbox:slow-response:jar:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:2.0.2.RELEASE: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:2.0.2.RELEASE: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.mydomain.sandbox:slow-response:jar:0.0.1-SNAPSHOT
[DEBUG] Tasks: [compile, com.google.cloud.tools:jib-maven-plugin:0.9.7:build]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building slow-response 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.mydomain.sandbox:slow-response:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime+system]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<delimiters>
<delimiter>@</delimiter>
</delimiters>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeString default-value="\"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.resources.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true">false</useDefaultDelimiters>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">true</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">${maven.compiler.source}</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">${maven.compiler.target}</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<allowInsecureRegistries default-value="false"/>
<extraDirectory default-value="${project.basedir}/src/main/jib"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<to>
<image>gitlab.mydomain.com:4567/sandbox/slow-response</image>${image}</to>
<useOnlyProjectCache default-value="false"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=673018, ConflictMarker.markTime=342394, ConflictMarker.nodeCount=102, ConflictIdSorter.graphTime=342847, ConflictIdSorter.topsortTime=238780, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5667232, ConflictResolver.conflictItemCount=93, DefaultDependencyCollector.collectTime=220748887, DefaultDependencyCollector.transformTime=8615858}
[DEBUG] com.mydomain.sandbox:slow-response:jar:0.0.1-SNAPSHOT
[DEBUG] org.springframework.boot:spring-boot-starter-web:jar:2.0.2.RELEASE:compile
[DEBUG] org.springframework.boot:spring-boot-starter:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] org.springframework.boot:spring-boot:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] org.springframework.boot:spring-boot-autoconfigure:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] org.springframework.boot:spring-boot-starter-logging:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] ch.qos.logback:logback-classic:jar:1.2.3:compile (version managed from 1.2.3)
[DEBUG] ch.qos.logback:logback-core:jar:1.2.3:compile (version managed from 1.2.3)
[DEBUG] org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile (version managed from 2.10.0)
[DEBUG] org.apache.logging.log4j:log4j-api:jar:2.10.0:compile (version managed from 2.10.0)
[DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.25:compile (version managed from 1.7.25)
[DEBUG] javax.annotation:javax.annotation-api:jar:1.3.2:compile (version managed from 1.3.2)
[DEBUG] org.yaml:snakeyaml:jar:1.19:runtime (version managed from 1.19)
[DEBUG] org.springframework.boot:spring-boot-starter-json:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.9.5:compile (version managed from 2.9.5)
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile (version managed from 2.9.0)
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.5:compile (version managed from 2.9.5)
[DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.5:compile (version managed from 2.9.5)
[DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.5:compile (version managed from 2.9.5)
[DEBUG] com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.5:compile (version managed from 2.9.5)
[DEBUG] org.springframework.boot:spring-boot-starter-tomcat:jar:2.0.2.RELEASE:compile (version managed from 2.0.2.RELEASE)
[DEBUG] org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.31:compile (version managed from 8.5.31)
[DEBUG] org.apache.tomcat.embed:tomcat-embed-el:jar:8.5.31:compile (version managed from 8.5.31)
[DEBUG] org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.5.31:compile (version managed from 8.5.31)
[DEBUG] org.hibernate.validator:hibernate-validator:jar:6.0.9.Final:compile (version managed from 6.0.9.Final)
[DEBUG] javax.validation:validation-api:jar:2.0.1.Final:compile (version managed from 2.0.1.Final)
[DEBUG] org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile (version managed from 3.3.2.Final)
[DEBUG] com.fasterxml:classmate:jar:1.3.4:compile (version managed from 1.3.4)
[DEBUG] org.springframework:spring-web:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-beans:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-webmvc:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-aop:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-context:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-expression:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework.boot:spring-boot-starter-test:jar:2.0.2.RELEASE:test
[DEBUG] org.springframework.boot:spring-boot-test:jar:2.0.2.RELEASE:test (version managed from 2.0.2.RELEASE)
[DEBUG] org.springframework.boot:spring-boot-test-autoconfigure:jar:2.0.2.RELEASE:test (version managed from 2.0.2.RELEASE)
[DEBUG] com.jayway.jsonpath:json-path:jar:2.4.0:test (version managed from 2.4.0)
[DEBUG] net.minidev:json-smart:jar:2.3:test
[DEBUG] net.minidev:accessors-smart:jar:1.2:test
[DEBUG] org.ow2.asm:asm:jar:5.0.4:test
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile (version managed from 1.7.25)
[DEBUG] junit:junit:jar:4.12:test (version managed from 4.12)
[DEBUG] org.assertj:assertj-core:jar:3.9.1:test (version managed from 3.9.1)
[DEBUG] org.mockito:mockito-core:jar:2.15.0:test (version managed from 2.15.0)
[DEBUG] net.bytebuddy:byte-buddy:jar:1.7.11:test (version managed from 1.7.9)
[DEBUG] net.bytebuddy:byte-buddy-agent:jar:1.7.11:test (version managed from 1.7.9)
[DEBUG] org.objenesis:objenesis:jar:2.6:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test (version managed from 1.3)
[DEBUG] org.hamcrest:hamcrest-library:jar:1.3:test (version managed from 1.3)
[DEBUG] org.skyscreamer:jsonassert:jar:1.5.0:test (version managed from 1.5.0)
[DEBUG] com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[DEBUG] org.springframework:spring-core:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-jcl:jar:5.0.6.RELEASE:compile (version managed from 5.0.6.RELEASE)
[DEBUG] org.springframework:spring-test:jar:5.0.6.RELEASE:test (version managed from 5.0.6.RELEASE)
[DEBUG] org.xmlunit:xmlunit-core:jar:2.5.1:test (version managed from 2.5.1)
[DEBUG] org.projectlombok:lombok:jar:1.18.0:compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ slow-response ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=271467, ConflictMarker.markTime=137065, ConflictMarker.nodeCount=69, ConflictIdSorter.graphTime=128015, ConflictIdSorter.topsortTime=39636, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1203560, ConflictResolver.conflictItemCount=68, DefaultDependencyCollector.collectTime=123717023, DefaultDependencyCollector.transformTime=1857331}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.0.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.22:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.0.1
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.1.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.22
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (s) delimiters = [@]
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeString = \
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/did/Dev/sandbox/_SPRING/slow-response/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.mydomain.sandbox:slow-response:0.0.1-SNAPSHOT @ /home/did/Dev/sandbox/_SPRING/slow-response/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources, PatternSet [includes: {**/application*.yml, **/application*.yaml, **/application*.properties}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources, PatternSet [includes: {}, excludes: {**/application*.yml, **/application*.yaml, **/application*.properties}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4dc8c0ea
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = false
[DEBUG] -- end configuration --
[DEBUG] properties used {spring-integration.version=5.0.5.RELEASE, flyway.version=5.0.7, java.specification.version=10, webjars-hal-browser.version=3325375, java.vendor.url=http://java.oracle.com/, jna.version=4.5.1, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-amd64/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:build, jdk.debug=release, maven.version=3.5.2, kafka.version=1.0.1, jboss-transaction-spi.version=7.6.0.Final, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, exec-maven-plugin.version=1.5.0, maven-install-plugin.version=2.5.2, byte-buddy.version=1.7.11, java.runtime.version=10.0.1+10-Ubuntu-3ubuntu1, micrometer.version=1.0.4, rxjava-adapter.version=1.2.1, project.baseUri=file:/home/did/Dev/sandbox/_SPRING/slow-response/, hibernate.version=5.2.17.Final, java.io.tmpdir=/tmp, java.version=10.0.1, build-helper-maven-plugin.version=3.0.0, mockito.version=2.15.0, java.vm.specification.name=Java Virtual Machine Specification, infinispan.version=9.1.7.Final, nekohtml.version=1.9.22, maven-assembly-plugin.version=3.1.0, java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib, java.vendor=Oracle Corporation, spring-cloud-connectors.version=2.0.1.RELEASE, thymeleaf-extras-java8time.version=3.0.1.RELEASE, undertow.version=1.4.25.Final, mariadb.version=2.2.3, env.XAUTHORITY=/home/did/.Xauthority, selenium-htmlunit.version=2.29.3, thymeleaf-extras-data-attribute.version=2.0.1, ehcache3.version=3.5.2, commons-dbcp2.version=2.2.0, env.LANG=fr_FR.UTF-8, mongodb.version=3.6.3, couchbase-cache-client.version=2.1.0, env.LC_MONETARY=fr_FR.UTF-8, user.timezone=, java.vm.specification.version=10, javax-transaction.version=1.2, maven.compiler.source=10, user.home=/root, spring.version=5.0.6.RELEASE, postgresql.version=42.2.2, env.LANGUAGE=, reactive-streams.version=1.0.2, jmustache.version=1.14, querydsl.version=4.1.4, appengine-sdk.version=1.9.63, thymeleaf-layout-dialect.version=2.3.0, hamcrest.version=1.3, os.version=4.15.0-29-generic, commons-pool.version=1.6, env.MAIL=/var/mail/root, java.vm.name=OpenJDK 64-Bit Server VM, maven-help-plugin.version=2.2, env.LC_ADDRESS=fr_FR.UTF-8, json-path.version=2.4.0, jaxen.version=1.1.6, env.USERNAME=root, os.arch=amd64, spring-batch.version=4.0.1.RELEASE, couchbase-client.version=2.5.8, derby.version=10.14.1.0, jest.version=5.3.3, javax-jsonb.version=1.0, junit-platform.version=1.1.0, rxjava2.version=2.1.13, neo4j-ogm.version=3.1.0, maven-site-plugin.version=3.6, awt.toolkit=sun.awt.X11.XToolkit, flatten-maven-plugin.version=1.0.0, commons-codec.version=1.11, caffeine.version=2.6.2, dom4j.version=1.6.1, h2.version=1.4.197, java.vm.compressedOopsMode=Zero based, unboundid-ldapsdk.version=4.0.5, javax-jaxb.version=2.3.0, sqlite-jdbc.version=3.21.0.1, env.LC_TELEPHONE=fr_FR.UTF-8, activemq.version=5.15.3, httpasyncclient.version=4.1.3, jtds.version=1.3.1, javax-jms.version=2.0.1, env.LOGNAME=root, spring-security.version=5.0.5.RELEASE, hibernate-validator.version=6.0.9.Final, assertj.version=3.9.1, influxdb-java.version=2.9, env.SUDO_USER=did, sun.os.patch.level=unknown, lombok.version=1.16.20, maven.compiler.target=10, library.jansi.path=/usr/share/maven/lib/jansi-native, commons-pool2.version=2.5.0, env.LC_MEASUREMENT=fr_FR.UTF-8, spring-retry.version=1.2.2.RELEASE, maven-invoker-plugin.version=3.0.0, maven-antrun-plugin.version=1.8, maven.conf=/usr/share/maven/conf, sun.java.launcher=SUN_STANDARD, user.country=FR, resource.delimiter=@, javax-json.version=1.1.2, jboss-logging.version=3.3.2.Final, maven-resources-plugin.version=3.0.1, javax-validation.version=2.0.1.Final, netty.version=4.1.24.Final, jetty-jsp.version=2.2.0.v201112011158, maven-source-plugin.version=3.0.1, jetty.version=9.4.10.v20180503, rxjava.version=1.3.8, elasticsearch.version=5.6.9, java.runtime.name=OpenJDK Runtime Environment, rest-assured.version=3.0.7, maven-deploy-plugin.version=2.8.2, env.MAVEN_CMD_LINE_ARGS= compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:build, log4j2.version=2.10.0, maven-failsafe-plugin.version=2.21.0, dropwizard-metrics.version=3.2.6, git-commit-id-plugin.version=2.2.3, hazelcast-hibernate5.version=1.2.3, htmlunit.version=2.29, env.TERM=xterm-256color, sun.cpu.isalist=, jackson.version=2.9.5, sun.arch.data.model=64, spring-restdocs.version=2.0.1.RELEASE, freemarker.version=2.3.28, thymeleaf.version=3.0.9.RELEASE, janino.version=3.0.8, maven-jar-plugin.version=3.0.2, maven-compiler-plugin.version=3.7.0, java.specification.vendor=Oracle Corporation, bitronix.version=2.1.4, rabbit-amqp-client.version=5.1.2, java.version.date=2018-04-17, spring-amqp.version=2.0.3.RELEASE, java.home=/usr/lib/jvm/java-11-openjdk-amd64, env.SUDO_GID=1000, spring-plugin.version=1.2.0.RELEASE, maven-war-plugin.version=3.1.0, thymeleaf-extras-springsecurity4.version=3.0.2.RELEASE, jolokia.version=1.5.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin, httpclient.version=4.5.5, maven-dependency-plugin.version=3.0.2, jsonassert.version=1.5.0, file.encoding=UTF-8, gson.version=2.8.4, sun-mail.version=1.6.1, env.LC_IDENTIFICATION=fr_FR.UTF-8, env.LC_NUMERIC=fr_FR.UTF-8, nio-multipart-parser.version=1.1.0, mssql-jdbc.version=6.2.2.jre8, snakeyaml.version=1.19, liquibase.version=3.5.5, java.awt.printerjob=sun.print.PSPrinterJob, httpcore.version=4.4.9, lettuce.version=5.0.4.RELEASE, org.slf4j.simpleLogger.defaultLogLevel=debug, statsd-client.version=3.1.0, classworlds.conf=/usr/share/maven/bin/m2.conf, sun.io.unicode.encoding=UnicodeLittle, joda-time.version=2.9.9, kotlin.version=1.2.41, wsdl4j.version=1.6.3, tomcat.version=8.5.31, sendgrid.version=4.1.2, spring-ws.version=3.0.1.RELEASE, commons-lang3.version=3.7, os.name=Linux, junit.version=4.12, env.DISPLAY=:0, simple-json.version=1.1.1, jetty-el.version=8.5.24.2, mongo-driver-reactivestreams.version=1.7.1, maven.build.timestamp=2018-07-31T13:51:25Z, reactor-bom.version=Bismuth-SR9, maven-enforcer-plugin.version=3.0.0-M1, jstl.version=1.2, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, quartz.version=2.3.0, javax-money.version=1.0.3, spring-hateoas.version=0.24.0.RELEASE, path.separator=:, env.SHELL=/bin/bash, maven.multiModuleProjectDirectory=/home/did/Dev/sandbox/_SPRING/slow-response, env.MAVEN_PROJECTBASEDIR=/home/did/Dev/sandbox/_SPRING/slow-response, java.vm.info=mixed mode, cassandra-driver.version=3.4.0, env.USER=root, java.class.version=54.0, xml-maven-plugin.version=1.0.1, narayana.version=5.8.1.Final, sun.jnu.encoding=UTF-8, xmlunit2.version=2.5.1, slf4j.version=1.7.25, solr.version=6.6.3, maven.build.version=Apache Maven 3.5.2, hikaricp.version=2.7.9, maven.home=/usr/share/maven, maven-shade-plugin.version=2.4.3, file.separator=/, line.separator=
, spring-kafka.version=2.1.6.RELEASE, jersey.version=2.26, user.name=root, env.LC_TIME=fr_FR.UTF-8, hazelcast.version=3.9.4, jdom2.version=2.0.6, atomikos.version=4.0.6, aspectj.version=1.8.13, spring-data-releasetrain.version=Kay-SR7, hsqldb.version=2.4.0, webjars-locator-core.version=0.35, project.reporting.outputEncoding=UTF-8, xml-apis.version=1.4.01, env.SUDO_COMMAND=/usr/bin/mvn compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:build, env.OLDPWD=/home/did/Dev/sandbox/_SPRING/slow-response, env.PWD=/home/did/Dev/sandbox/_SPRING/slow-response, file.encoding.pkg=sun.io, embedded-mongo.version=2.0.3, env.LC_NAME=fr_FR.UTF-8, johnzon-jsonb.version=1.1.7, spring-ldap.version=2.3.2.RELEASE, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.x.jar, env.HOME=/home/did, java.vm.vendor=Oracle Corporation, maven-javadoc-plugin.version=3.0.0, servlet-api.version=3.1.0, artemis.version=2.4.0, groovy.version=2.4.15, javax-cache.version=1.1.0, logback.version=1.2.3, sun.cpu.endian=little, versions-maven-plugin.version=2.3, user.language=fr, jedis.version=2.9.0, maven-clean-plugin.version=3.0.0, javax-mail.version=1.6.1, maven-surefire-plugin.version=2.21.0, javax-annotation.version=1.3.2, env.LC_PAPER=fr_FR.UTF-8, env.SUDO_UID=1000, mysql.version=5.1.46, classmate.version=1.3.4, jaybird.version=3.0.4, antlr2.version=2.7.7, selenium.version=3.9.1, glassfish-el.version=3.0.0, project.build.sourceEncoding=UTF-8, jooq.version=3.10.7, java.vendor.url.bug=http://bugreport.java.com/bugreport/, user.dir=/home/did/Dev/sandbox/_SPRING/slow-response, ehcache.version=2.10.4, junit-jupiter.version=5.1.1, java.vm.version=10.0.1+10-Ubuntu-3ubuntu1, maven-eclipse-plugin.version=2.10, spring-session-bom.version=Apple-SR2}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources
excludes []
includes [**/application*.yml, **/application*.yaml, **/application*.properties]
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] Copying file application.yml
[DEBUG] file application.yml has a filtered file extension
[DEBUG] filtering /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources/application.yml to /home/did/Dev/sandbox/_SPRING/slow-response/target/classes/application.yml
[DEBUG] resource with targetPath null
directory /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources
excludes [**/application*.yml, **/application*.yaml, **/application*.properties]
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] Copying file log4j.properties
[DEBUG] file log4j.properties has a filtered file extension
[DEBUG] copy /home/did/Dev/sandbox/_SPRING/slow-response/src/main/resources/log4j.properties to /home/did/Dev/sandbox/_SPRING/slow-response/target/classes/log4j.properties
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ slow-response ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=301547, ConflictMarker.markTime=116458, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=147376, ConflictIdSorter.topsortTime=60019, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1040411, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=68928454, DefaultDependencyCollector.transformTime=1696123}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/did/Dev/sandbox/_SPRING/slow-response
[DEBUG] (f) buildDirectory = /home/did/Dev/sandbox/_SPRING/slow-response/target
[DEBUG] (f) compilePath = [/home/did/Dev/sandbox/_SPRING/slow-response/target/classes, /root/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.0.2.RELEASE/spring-boot-starter-web-2.0.2.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter/2.0.2.RELEASE/spring-boot-starter-2.0.2.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot/2.0.2.RELEASE/spring-boot-2.0.2.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.0.2.RELEASE/spring-boot-autoconfigure-2.0.2.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.0.2.RELEASE/spring-boot-starter-logging-2.0.2.RELEASE.jar, /root/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /root/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /root/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.10.0/log4j-to-slf4j-2.10.0.jar, /root/.m2/repository/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar, /root/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar, /root/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.0.2.RELEASE/spring-boot-starter-json-2.0.2.RELEASE.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.jar, /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.5/jackson-datatype-jdk8-2.9.5.jar, /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.5/jackson-datatype-jsr310-2.9.5.jar, /root/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.5/jackson-module-parameter-names-2.9.5.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.0.2.RELEASE/spring-boot-starter-tomcat-2.0.2.RELEASE.jar, /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.31/tomcat-embed-core-8.5.31.jar, /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.31/tomcat-embed-el-8.5.31.jar, /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.31/tomcat-embed-websocket-8.5.31.jar, /root/.m2/repository/org/hibernate/validator/hibernate-validator/6.0.9.Final/hibernate-validator-6.0.9.Final.jar, /root/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar, /root/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar, /root/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar, /root/.m2/repository/org/springframework/spring-web/5.0.6.RELEASE/spring-web-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-beans/5.0.6.RELEASE/spring-beans-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-webmvc/5.0.6.RELEASE/spring-webmvc-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aop/5.0.6.RELEASE/spring-aop-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-context/5.0.6.RELEASE/spring-context-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-expression/5.0.6.RELEASE/spring-expression-5.0.6.RELEASE.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar, /root/.m2/repository/org/springframework/spring-core/5.0.6.RELEASE/spring-core-5.0.6.RELEASE.jar, /root/.m2/repository/org/springframework/spring-jcl/5.0.6.RELEASE/spring-jcl-5.0.6.RELEASE.jar, /root/.m2/repository/org/projectlombok/lombok/1.18.0/lombok-1.18.0.jar]
[DEBUG] (f) compileSourceRoots = [/home/did/Dev/sandbox/_SPRING/slow-response/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /home/did/Dev/sandbox/_SPRING/slow-response/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/did/Dev/sandbox/_SPRING/slow-response/target/classes
[DEBUG] (f) parameters = true
[DEBUG] (f) project = MavenProject: com.mydomain.sandbox:slow-response:0.0.1-SNAPSHOT @ /home/did/Dev/sandbox/_SPRING/slow-response/pom.xml
[DEBUG] (f) projectArtifact = com.mydomain.sandbox:slow-response:jar:0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4dc8c0ea
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 10
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 10
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/did/Dev/sandbox/_SPRING/slow-response/target/generated-sources/annotations to compile source roots:
/home/did/Dev/sandbox/_SPRING/slow-response/src/main/java
[DEBUG] New compile source roots:
/home/did/Dev/sandbox/_SPRING/slow-response/src/main/java
/home/did/Dev/sandbox/_SPRING/slow-response/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- jib-maven-plugin:0.9.7:build (default-cli) @ slow-response ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=372573, ConflictMarker.markTime=121075, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=103333, ConflictIdSorter.topsortTime=60644, ConflictIdSorter.conflictIdCount=50, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2111185, ConflictResolver.conflictItemCount=103, DefaultDependencyCollector.collectTime=166811815, DefaultDependencyCollector.transformTime=2805228}
[DEBUG] com.google.cloud.tools:jib-maven-plugin:jar:0.9.7:
[DEBUG] com.google.http-client:google-http-client:jar:1.23.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.0.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.3:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.17:compile
[DEBUG] com.google.guava:guava:jar:23.5-jre:compile
[DEBUG] org.checkerframework:checker-qual:jar:2.0.0:compile
[DEBUG] com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
[DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.9.6:compile
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.6:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG] org.javassist:javassist:jar:3.22.0-GA:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-model:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.5.2:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3:compile
[DEBUG] javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] org.apache.maven:maven-core:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.5.2:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-builder-support:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.5.2:compile
[DEBUG] org.apache.maven:maven-resolver-provider:jar:3.5.2:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.1.0:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.1.0:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
[DEBUG] com.google.inject:guice:jar:no_aop:4.0:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG] org.apache.maven.shared:maven-verifier:jar:1.6:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>com.google.cloud.tools:jib-maven-plugin:0.9.7
[DEBUG] Importing foreign packages into class realm plugin>com.google.cloud.tools:jib-maven-plugin:0.9.7
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>com.google.cloud.tools:jib-maven-plugin:0.9.7
[DEBUG] Included: com.google.cloud.tools:jib-maven-plugin:jar:0.9.7
[DEBUG] Included: com.google.http-client:google-http-client:jar:1.23.0
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:1.3.9
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.0.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG] Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.3
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.17
[DEBUG] Included: com.google.guava:guava:jar:23.5-jre
[DEBUG] Included: org.checkerframework:checker-qual:jar:2.0.0
[DEBUG] Included: com.google.errorprone:error_prone_annotations:jar:2.0.18
[DEBUG] Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.9.6
[DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0
[DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.9.6
[DEBUG] Included: org.javassist:javassist:jar:3.22.0-GA
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven:maven-builder-support:jar:3.5.2
[DEBUG] Included: org.apache.maven.resolver:maven-resolver-util:jar:1.1.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3
[DEBUG] Included: com.google.inject:guice:jar:no_aop:4.0
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG] Included: org.apache.maven.shared:maven-verifier:jar:1.6
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo com.google.cloud.tools:jib-maven-plugin:0.9.7:build from plugin realm ClassRealm[plugin>com.google.cloud.tools:jib-maven-plugin:0.9.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
[DEBUG] Configuring mojo 'com.google.cloud.tools:jib-maven-plugin:0.9.7:build' with basic configurator -->
[DEBUG] (f) allowInsecureRegistries = false
[DEBUG] (f) extraDirectory = /home/did/Dev/sandbox/_SPRING/slow-response/src/main/jib
[DEBUG] (f) project = MavenProject: com.mydomain.sandbox:slow-response:0.0.1-SNAPSHOT @ /home/did/Dev/sandbox/_SPRING/slow-response/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4dc8c0ea
[DEBUG] (f) image = gitlab.mydomain.com:4567/sandbox/slow-response
[DEBUG] (f) to = com.google.cloud.tools.jib.maven.JibPluginConfiguration$ToConfiguration@64d4f7c7
[DEBUG] (f) useOnlyProjectCache = false
[DEBUG] -- end configuration --
[DEBUG] Searching for main class... Add a 'mainClass' configuration to 'jib-maven-plugin' to improve build speed.
[DEBUG] Could not find a valid main class specified in 'maven-jar-plugin'; attempting to infer main class.
[WARNING] Base image 'gcr.io/distroless/java' does not use a specific image digest - build may not be reproducible
[INFO]
[INFO] Containerizing application to gitlab.mydomain.com:4567/sandbox/slow-response...
[DEBUG] Containerizing application with the following files:
[DEBUG] Classes:
[DEBUG] /home/did/Dev/sandbox/_SPRING/slow-response/target/classes/net
[DEBUG] Resources:
[DEBUG] /home/did/Dev/sandbox/_SPRING/slow-response/target/classes/application.yml
[DEBUG] /home/did/Dev/sandbox/_SPRING/slow-response/target/classes/log4j.properties
[DEBUG] Dependencies:
[DEBUG] /root/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[DEBUG] /root/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[DEBUG] /root/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.5/jackson-datatype-jdk8-2.9.5.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.5/jackson-datatype-jsr310-2.9.5.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.5/jackson-module-parameter-names-2.9.5.jar
[DEBUG] /root/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
[DEBUG] /root/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[DEBUG] /root/.m2/repository/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar
[DEBUG] /root/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.10.0/log4j-to-slf4j-2.10.0.jar
[DEBUG] /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.31/tomcat-embed-core-8.5.31.jar
[DEBUG] /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.31/tomcat-embed-el-8.5.31.jar
[DEBUG] /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.31/tomcat-embed-websocket-8.5.31.jar
[DEBUG] /root/.m2/repository/org/hibernate/validator/hibernate-validator/6.0.9.Final/hibernate-validator-6.0.9.Final.jar
[DEBUG] /root/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar
[DEBUG] /root/.m2/repository/org/projectlombok/lombok/1.18.0/lombok-1.18.0.jar
[DEBUG] /root/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.0.2.RELEASE/spring-boot-autoconfigure-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.0.2.RELEASE/spring-boot-starter-json-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.0.2.RELEASE/spring-boot-starter-logging-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.0.2.RELEASE/spring-boot-starter-tomcat-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.0.2.RELEASE/spring-boot-starter-web-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot-starter/2.0.2.RELEASE/spring-boot-starter-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/boot/spring-boot/2.0.2.RELEASE/spring-boot-2.0.2.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-aop/5.0.6.RELEASE/spring-aop-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-beans/5.0.6.RELEASE/spring-beans-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-context/5.0.6.RELEASE/spring-context-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-core/5.0.6.RELEASE/spring-core-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-expression/5.0.6.RELEASE/spring-expression-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-jcl/5.0.6.RELEASE/spring-jcl-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-web/5.0.6.RELEASE/spring-web-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-webmvc/5.0.6.RELEASE/spring-webmvc-5.0.6.RELEASE.jar
[DEBUG] /root/.m2/repository/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar
[INFO]
[DEBUG] TIMING Building and pushing image
[DEBUG] RUNNING Building and pushing image
[INFO] Retrieving registry credentials for gitlab.mydomain.com:4567...
[DEBUG] TIMING Retrieving registry credentials for gitlab.mydomain.com:4567
[DEBUG] RUNNING Retrieving registry credentials for gitlab.mydomain.com:4567
[DEBUG] No credentials could be retrieved for registry gitlab.mydomain.com:4567
[DEBUG] TIMED Retrieving registry credentials for gitlab.mydomain.com:4567 : 3.452 ms
[DEBUG] Retrieving registry credentials for gitlab.mydomain.com:4567 : 3.452 ms
[DEBUG] TIMING Authenticating with push to gitlab.mydomain.com:4567
[DEBUG] RUNNING Authenticating with push to gitlab.mydomain.com:4567
[INFO] Getting base image gcr.io/distroless/java...
[DEBUG] TIMING Pulling base image manifest
[DEBUG] RUNNING Pulling base image manifest
[DEBUG] TIMING Building application layers
[DEBUG] RUNNING Building application layers
[INFO] Building dependencies layer...
[DEBUG] TIMING Building dependencies layer
[DEBUG] RUNNING Building dependencies layer
[INFO] Building resources layer...
[DEBUG] TIMING Building resources layer
[DEBUG] RUNNING Building resources layer
[DEBUG] TIMED Building application layers : 1.9 ms
[INFO] Building classes layer...
[DEBUG] Building application layers : 1.9 ms
[DEBUG] TIMING Building classes layer
[DEBUG] RUNNING Building classes layer
[DEBUG] TIMING Setting up to push layers
[DEBUG] RUNNING Setting up to push layers
[DEBUG] TIMED Setting up to push layers : 2.256 ms
[DEBUG] Setting up to push layers : 2.256 ms
[DEBUG] TIMED Building classes layer : 13.573 ms
[DEBUG] Building classes layer : 13.573 ms
[DEBUG] TIMED Building dependencies layer : 19.3 ms
[DEBUG] Building dependencies layer : 19.3 ms
[DEBUG] Building resources layer built sha256:d513ff2660b3365e501814478a76f5766347c5009549645fe318fe41c43dc500
[DEBUG] TIMED Building resources layer : 43.604 ms
[DEBUG] Building resources layer : 43.604 ms
[DEBUG] TIMED Authenticating with push to gitlab.mydomain.com:4567 : 788.472 ms
[DEBUG] Authenticating with push to gitlab.mydomain.com:4567 : 788.472 ms
[DEBUG] TIMED Pulling base image manifest : 1155.214 ms
[DEBUG] Pulling base image manifest : 1155.214 ms
[DEBUG] TIMING Setting up base image caching
[DEBUG] RUNNING Setting up base image caching
[DEBUG] TIMED Setting up base image caching : 0.872 ms
[DEBUG] Setting up base image caching : 0.872 ms
[DEBUG] TIMING Pulling base image layer sha256:8f125ded1b483229a567e48eece98cc8867c2bee55fb73e9cd65ceecc448b7c7
[DEBUG] TIMING Setting up to push layers
[DEBUG] RUNNING Setting up to push layers
[DEBUG] TIMED Setting up to push layers : 0.112 ms
[DEBUG] Setting up to push layers : 0.112 ms
[DEBUG] TIMING Pulling base image layer sha256:e55f91cfcc4c37eae015b13ca9634aa854a6370232eb6188586e6434d3305774
[DEBUG] RUNNING Pulling base image layer sha256:e55f91cfcc4c37eae015b13ca9634aa854a6370232eb6188586e6434d3305774
[DEBUG] TIMED Pulling base image layer sha256:e55f91cfcc4c37eae015b13ca9634aa854a6370232eb6188586e6434d3305774 : 0.44 ms
[DEBUG] Pulling base image layer sha256:e55f91cfcc4c37eae015b13ca9634aa854a6370232eb6188586e6434d3305774 : 0.44 ms
[DEBUG] TIMING Pulling base image layer sha256:ba7c544469e514f1a9a4dec59ab640540d50992b288adbb34a1a63c45bf19a24
[DEBUG] RUNNING Pulling base image layer sha256:ba7c544469e514f1a9a4dec59ab640540d50992b288adbb34a1a63c45bf19a24
[DEBUG] TIMED Pulling base image layer sha256:ba7c544469e514f1a9a4dec59ab640540d50992b288adbb34a1a63c45bf19a24 : 1.611 ms
[DEBUG] Pulling base image layer sha256:ba7c544469e514f1a9a4dec59ab640540d50992b288adbb34a1a63c45bf19a24 : 1.611 ms
[DEBUG] RUNNING Pulling base image layer sha256:8f125ded1b483229a567e48eece98cc8867c2bee55fb73e9cd65ceecc448b7c7
[DEBUG] TIMED Pulling base image layer sha256:8f125ded1b483229a567e48eece98cc8867c2bee55fb73e9cd65ceecc448b7c7 : 1.906 ms
[DEBUG] Pulling base image layer sha256:8f125ded1b483229a567e48eece98cc8867c2bee55fb73e9cd65ceecc448b7c7 : 1.906 ms
[DEBUG] TIMING Building container configuration
[DEBUG] RUNNING Building container configuration
[DEBUG] TIMED Building container configuration : 0.345 ms
[DEBUG] Building container configuration : 0.345 ms
[INFO] Finalizing...
[DEBUG] TIMED Building and pushing image : 1360.335 ms
[DEBUG] Building and pushing image : 1360.335 ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.794 s
[INFO] Finished at: 2018-07-31T15:51:27+02:00
[INFO] Final Memory: 23M/94M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli) on project slow-response: Build image failed, perhaps you should make sure you have permissions for gitlab.mydomain.com:4567/sandbox/slow-response: Unauthorized for gitlab.mydomain.com:4567/sandbox/slow-response: 403 Forbidden
[ERROR] {"errors":[{"code":"DENIED","message":"access forbidden"}],"http_status":403}
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli) on project slow-response: Build image failed, perhaps you should make sure you have permissions for gitlab.mydomain.com:4567/sandbox/slow-response
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Build image failed, perhaps you should make sure you have permissions for gitlab.mydomain.com:4567/sandbox/slow-response
at com.google.cloud.tools.jib.maven.BuildImageMojo.execute (BuildImageMojo.java:165)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: com.google.cloud.tools.jib.registry.RegistryUnauthorizedException: Unauthorized for gitlab.mydomain.com:4567/sandbox/slow-response
at com.google.cloud.tools.jib.frontend.BuildStepsRunner.build (BuildStepsRunner.java:246)
at com.google.cloud.tools.jib.maven.BuildImageMojo.execute (BuildImageMojo.java:161)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: com.google.api.client.http.HttpResponseException: 403 Forbidden
{"errors":[{"code":"DENIED","message":"access forbidden"}],"http_status":403}
at com.google.api.client.http.HttpRequest.execute (HttpRequest.java:1070)
at com.google.cloud.tools.jib.http.Connection.send (Connection.java:130)
at com.google.cloud.tools.jib.http.Connection.get (Connection.java:87)
at com.google.cloud.tools.jib.registry.RegistryAuthenticator.authenticate (RegistryAuthenticator.java:247)
at com.google.cloud.tools.jib.registry.RegistryAuthenticator.authenticatePush (RegistryAuthenticator.java:220)
at com.google.cloud.tools.jib.builder.steps.AuthenticatePushStep.call (AuthenticatePushStep.java:89)
at com.google.cloud.tools.jib.builder.steps.AuthenticatePushStep.call (AuthenticatePushStep.java:42)
at com.google.common.util.concurrent.CombinedFuture$CallableInterruptibleTask.runInterruptibly (CombinedFuture.java:181)
at com.google.common.util.concurrent.InterruptibleTask.run (InterruptibleTask.java:57)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1135)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
at java.lang.Thread.run (Thread.java:844)
[ERROR]
[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/MojoExecutionException
Additional Information:
But
sudo mvn compile -X com.google.cloud.tools:jib-maven-plugin:0.9.7:dockerBuild
Works well. I locally have my image built and I’m able to push it to my private Gitlab Repo.
And
If I don’t use sudo
I get this error :
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli) on project slow-response: Build image failed, perhaps you should use a registry that supports HTTPS or set the configuration parameter 'allowInsecureRegistries': Only secure connections are allowed, but tried to reach URL http://gcr.io/v2/distroless/java/manifests/latest -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli) on project slow-response: Build image failed, perhaps you should use a registry that supports HTTPS or set the configuration parameter 'allowInsecureRegistries'
Thank you for your help.
Issue Analytics
- State:
- Created 5 years ago
- Comments:58 (32 by maintainers)
Top Results From Across the Web
Unknown Error pulling private image from Gitlab Container ...
Unable to pull a private docker image from a repositories private Gitlab Container Repository/Registry to Kubernetes cluster. Steps to reproduce.
Read more >Can't connect to the docker daemon while running Maven jib ...
the plugin seems not to be able to find the docker command in Gitlab CI: ... and pushing an image to a remote...
Read more >google/jib - Gitter
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:0.9.7:build (default-cli) on project jibdocker: Build image failed: Tried to push ...
Read more >Using Gitlab registry with google Jib - Aboullaite Med
GitLab Registry is a secure and private registry for Docker images. ... <artifactId>jib-maven-plugin</artifactId> <version>0.9.7</version> ...
Read more >How to Use Gitlab-CI with Nexus - Sonatype Blog
So for starters what is Gitlab-CI pipeline? For those who have already work on Jenkins and Maven, they know about the CI workflow...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@coollog Thanks all but even my SRE team and networking team were clueless what made this to happen in my machine, will keep you posted if I get any further information.
@DidierSchonne I opened a new issue for the “Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguration” error: https://github.com/GoogleContainerTools/jib/issues/791
Using JDK 8 could be an easy workaround, but just keep in mind that there are other options or workarounds such as importing GlobalSign CA certs into your JDK’s default trusted keystore or making your Java programs to load a different trusted keystore, if you do some research, but this might not worth your time. Lastly, it seems that OpenJDK-11 Early Access is also missing the root CA certs, so I also hope it will have them when officially released.