Closed JoeKerouac closed 6 years ago
openjdk version "1.8.0_191"
mvnw clean install
We're not seeing any similar failures on our CI so I'm guessing this is something environment specific. My best guess is that you have a corrupted dependency in your maven cache. Try deleting org/springframework
from ~/.m2/repository
and let us know if that helps.
@philwebb it doesn't work.
Unfortunately, "it doesn't work" doesn't tell us very much. Can you please run the following command and share all of the output:
./mvnw -f spring-boot-project/spring-boot-tools/spring-boot-configuration-processor clean test-compile -X
@wilkinsona
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project spring-boot-configuration-processor: Compilation failure: Compilation failure:
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[131,54] 找不到符号
[ERROR] 符号: 方法 ofKiloBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[133,54] 找不到符号
[ERROR] 符号: 方法 ofMegaBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[135,54] 找不到符号
[ERROR] 符号: 方法 ofGigaBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[137,54] 找不到符号
[ERROR] 符号: 方法 ofTeraBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project spring-boot-configuration-processor: Compilation failure
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:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:50)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1215)
at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:181)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
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:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:50)
Thanks, but that's not the output that we need. The -X
at the end of the command will enable Maven's debug logging. That's what we need to see to make some progress here.
@wilkinsona Do you need all the debug information?
Yes please.
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=200m; support was removed in 8.0
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T02:33:14+08:00)
Maven home: /root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre
Default locale: zh_CN, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-693.2.2.el7.x86_64", arch: "amd64", family: "unix"
[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.annotation.security.* < 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 /root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Reading global toolchains from /root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/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 org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Could not find metadata org.springframework:spring-framework-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-framework-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework.security:spring-security-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework.security:spring-security-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-tools:pom:2.1.0.BUILD-SNAPSHOT: (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-parent:pom:2.1.0.BUILD-SNAPSHOT: (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.1.0.BUILD-SNAPSHOT: (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-build:pom:2.1.0.BUILD-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT
[DEBUG] Tasks: [clean, test-compile]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ----< org.springframework.boot:spring-boot-configuration-processor >----
[INFO] Building Spring Boot Configuration Processor 2.1.0.BUILD-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[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] 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] 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: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT
[DEBUG] Dependencies (collect): [runtime, test]
[DEBUG] Dependencies (resolve): [compile, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases), spring-milestone (https://repo.spring.io/milestone, default, releases), spring-snapshot (https://repo.spring.io/snapshot, default, releases+snapshots), rabbit-milestone (https://dl.bintray.com/rabbitmq/maven-milestones, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases), spring-milestone (https://repo.spring.io/milestone, default, releases), spring-snapshot (https://repo.spring.io/snapshot, default, releases+snapshots)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${maven.clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${maven.clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.build.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${maven.clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${maven.clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-validation)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<cacheFile default-value="${project.build.directory}/checkstyle-cachefile"/>
<configLocation default-value="sun_checks.xml">src/checkstyle/checkstyle.xml</configLocation>
<consoleOutput default-value="false">${checkstyle.consoleOutput}</consoleOutput>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<excludes>${checkstyle.excludes}</excludes>
<failOnViolation default-value="true">${checkstyle.failOnViolation}</failOnViolation>
<failsOnError default-value="false"/>
<headerLocation default-value="LICENSE.txt">${checkstyle.header.file}</headerLocation>
<includeResources default-value="true">${checkstyle.includeResources}</includeResources>
<includeTestResources default-value="true">${checkstyle.includeTestResources}</includeTestResources>
<includeTestSourceDirectory default-value="false">true</includeTestSourceDirectory>
<includes default-value="**\/*.java">${checkstyle.includes}</includes>
<logViolationsToConsole default-value="true">${checkstyle.console}</logViolationsToConsole>
<maxAllowedViolations default-value="0">${checkstyle.maxAllowedViolations}</maxAllowedViolations>
<omitIgnoredModules default-value="false"/>
<outputFile default-value="${project.build.directory}/checkstyle-result.xml">${checkstyle.output.file}</outputFile>
<outputFileFormat default-value="xml">${checkstyle.output.format}</outputFileFormat>
<plugin default-value="${plugin}"/>
<project default-value="${project}"/>
<propertiesLocation>${checkstyle.properties.location}</propertiesLocation>
<resourceExcludes>${checkstyle.resourceExcludes}</resourceExcludes>
<resourceIncludes default-value="**/*.properties">${checkstyle.resourceIncludes}</resourceIncludes>
<resources default-value="${project.resources}"/>
<rulesFiles default-value="${project.build.directory}/checkstyle-rules.xml">${checkstyle.output.rules.file}</rulesFiles>
<skip default-value="false">false</skip>
<skipExec default-value="false">${checkstyle.skipExec}</skipExec>
<suppressionsFileExpression default-value="checkstyle.suppressions.file">${checkstyle.suppression.expression}</suppressionsFileExpression>
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<testResources default-value="${project.testResources}"/>
<violationIgnore>${checkstyle.violation.ignore}</violationIgnore>
<violationSeverity default-value="error">${checkstyle.violationSeverity}</violationSeverity>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6:validate (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<excludes>${spring-javaformat.excludes}</excludes>
<includeGeneratedSource default-value="false">${spring-javaformat.includeGeneratedSource}</includeGeneratedSource>
<includes>${spring-javaformat.includes}</includes>
<project default-value="${project}"/>
<skip default-value="false">false</skip>
<sourceDirectories default-value="${project.compileSourceRoots}"/>
<testSourceDirectories default-value="${project.testCompileSourceRoots}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.0.0:regex-property (regex-property)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<failIfNoMatch default-value="true">true</failIfNoMatch>
<name>modulename</name>
<project default-value="${project}"/>
<regex>-</regex>
<replacement>.</replacement>
<toLowerCase default-value="false"/>
<toUpperCase default-value="false"/>
<value>spring-boot-configuration-processor</value>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-rules)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">true</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<mojoExecution default-value="${mojoExecution}"/>
<project default-value="${project}"/>
<rules>
<requireJavaVersion>
<version>[1.8,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.5.0,)</version>
</requireMavenVersion>
<requireProperty>
<property>main.basedir</property>
</requireProperty>
<requireProperty>
<property>project.name</property>
</requireProperty>
<requireProperty>
<property>project.description</property>
</requireProperty>
<requireReleaseDeps>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
</rules>
<session default-value="${session}"/>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.0.0:add-source (add-json-shade-source)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<project default-value="${project}"/>
<sources>
<source>/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java</source>
</sources>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.1.0: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}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<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"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:flatten-maven-plugin:1.0.1:flatten (flatten)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<embedBuildProfileDependencies default-value="false"/>
<flattenMode>oss</flattenMode>
<flattenedPomFilename default-value=".flattened-pom.xml">${flattenedPomFilename}</flattenedPomFilename>
<localRepository default-value="${localRepository}"/>
<mojoExecution default-value="${mojo}"/>
<outputDirectory default-value="${project.basedir}"/>
<pomElements>
<parent>expand</parent>
<distributionManagement>remove</distributionManagement>
<repositories>remove</repositories>
</pomElements>
<project default-value="${project}"/>
<session default-value="${session}"/>
<updatePomFile>true</updatePomFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.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>
<proc>none</proc>
<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.6">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.6">1.8</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<addDefaultExcludes default-value="true"/>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}"/>
<escapeWindowsPaths default-value="true"/>
<fileNameFiltering default-value="false"/>
<includeEmptyDirs default-value="false"/>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false"/>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip default-value="false">${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile)
[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.testCompileSourceRoots}"/>
<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>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-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.testOutputDirectory}"/>
<parameters default-value="false">true</parameters>
<proc>none</proc>
<project default-value="${project}"/>
<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>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.6">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.6">1.8</target>
<testPath default-value="${project.testClasspathElements}"/>
<testRelease>${maven.compiler.testRelease}</testRelease>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Skipped remote request for org.springframework.boot:spring-boot-test-support:2.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote request for org.springframework.boot:spring-boot-test-support:2.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote request for org.springframework.boot:spring-boot-tools:2.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote request for org.springframework.boot:spring-boot-parent:2.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote request for org.springframework.boot:spring-boot-dependencies:2.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-framework-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-framework-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework.security:spring-security-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework.security:spring-security-bom:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-core:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-core:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-core:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-core:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-jcl:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-jcl:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-jcl:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-jcl:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-test:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-test:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.springframework:spring-test:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml in local (/root/.m2/repository)
[DEBUG] Skipped remote request for org.springframework:spring-test:5.1.0.BUILD-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=841555, ConflictMarker.markTime=516101, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=474186, ConflictIdSorter.topsortTime=317674, ConflictIdSorter.conflictIdCount=68, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=29079309, ConflictResolver.conflictItemCount=106, DefaultDependencyCollector.collectTime=503155703, DefaultDependencyCollector.transformTime=32925989}
[DEBUG] org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT
[DEBUG] org.projectlombok:lombok:jar:1.18.2:test
[DEBUG] javax.validation:validation-api:jar:2.0.1.Final:test
[DEBUG] org.springframework.boot:spring-boot-test-support:jar:2.1.0.BUILD-SNAPSHOT:test
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.2.1:test (version managed from 3.2.1)
[DEBUG] org.apache.maven:maven-model:jar:3.1.1:test (version managed from 3.2.1)
[DEBUG] org.apache.maven:maven-model-builder:jar:3.2.1:test
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.19:test
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.2.1:test
[DEBUG] org.eclipse.aether:aether-util:jar:1.0.2.v20150114:test (version managed from 0.9.0.M2)
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:test
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:test (version managed from 3.0.17)
[DEBUG] org.eclipse.aether:aether-api:jar:1.0.2.v20150114:test (version managed from 1.0.2.v20150114)
[DEBUG] org.eclipse.aether:aether-connector-basic:jar:1.0.2.v20150114:test (version managed from 1.0.2.v20150114)
[DEBUG] org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:test (version managed from 1.0.2.v20150114)
[DEBUG] org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:test (version managed from 1.0.2.v20150114)
[DEBUG] org.eclipse.aether:aether-transport-http:jar:1.0.2.v20150114:test (version managed from 1.0.2.v20150114)
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.6:test (version managed from 4.2.6) (exclusions managed)
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.10:test (version managed from 4.4.10)
[DEBUG] commons-codec:commons-codec:jar:1.11:test (version managed from 1.10)
[DEBUG] org.springframework:spring-core:jar:5.1.0.BUILD-SNAPSHOT:test (version managed from 5.1.0.BUILD-SNAPSHOT)
[DEBUG] org.springframework:spring-jcl:jar:5.1.0.BUILD-SNAPSHOT:test (version managed from 5.1.0.BUILD-SNAPSHOT)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test (version managed from 1.3)
[DEBUG] com.datastax.cassandra:cassandra-driver-core:jar:3.5.1:test (version managed from 3.5.1)
[DEBUG] io.netty:netty-handler:jar:4.1.28.Final:test (version managed from 4.0.56.Final)
[DEBUG] io.netty:netty-buffer:jar:4.1.28.Final:test (version managed from 4.1.28.Final)
[DEBUG] io.netty:netty-common:jar:4.1.28.Final:test (version managed from 4.1.28.Final)
[DEBUG] io.netty:netty-transport:jar:4.1.28.Final:test (version managed from 4.1.28.Final)
[DEBUG] io.netty:netty-resolver:jar:4.1.28.Final:test (version managed from 4.1.28.Final)
[DEBUG] io.netty:netty-codec:jar:4.1.28.Final:test (version managed from 4.1.28.Final)
[DEBUG] com.google.guava:guava:jar:19.0:test
[DEBUG] io.dropwizard.metrics:metrics-core:jar:3.2.6:test (version managed from 3.2.2)
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:test (version managed from 1.7.25)
[DEBUG] com.github.jnr:jnr-ffi:jar:2.1.7:test
[DEBUG] com.github.jnr:jffi:jar:1.2.16:test
[DEBUG] com.github.jnr:jffi:jar:native:1.2.16:test
[DEBUG] org.ow2.asm:asm:jar:5.0.3:test
[DEBUG] org.ow2.asm:asm-commons:jar:5.0.3:test
[DEBUG] org.ow2.asm:asm-analysis:jar:5.0.3:test
[DEBUG] org.ow2.asm:asm-tree:jar:5.0.3:test
[DEBUG] org.ow2.asm:asm-util:jar:5.0.3:test
[DEBUG] com.github.jnr:jnr-x86asm:jar:1.0.2:test
[DEBUG] com.github.jnr:jnr-posix:jar:3.0.44:test
[DEBUG] com.github.jnr:jnr-constants:jar:0.9.9:test
[DEBUG] org.neo4j:neo4j-ogm-core:jar:3.1.2:test (version managed from 3.1.2)
[DEBUG] org.neo4j:neo4j-ogm-api:jar:3.1.2:test (version managed from 3.1.2)
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.9.6:test (version managed from 2.7.1)
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test (version managed from 2.9.0)
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.6:test (version managed from 2.9.6)
[DEBUG] org.apache.commons:commons-lang3:jar:3.7:test (version managed from 3.4)
[DEBUG] io.github.lukehutch:fast-classpath-scanner:jar:2.18.1:test
[DEBUG] org.testcontainers:testcontainers:jar:1.7.2:test (version managed from 1.7.2)
[DEBUG] org.slf4j:slf4j-ext:jar:1.7.25:test (version managed from 1.7.25)
[DEBUG] org.jetbrains:annotations:jar:15.0:test
[DEBUG] javax.annotation:javax.annotation-api:jar:1.3.2:test (version managed from 1.3.1)
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:test
[DEBUG] org.apache.commons:commons-compress:jar:1.14:test (version managed from 1.15)
[DEBUG] javax.xml.bind:jaxb-api:jar:2.3.0:test (version managed from 2.3.0)
[DEBUG] org.rnorth.duct-tape:duct-tape:jar:1.0.7:test
[DEBUG] org.rnorth.visible-assertions:visible-assertions:jar:2.1.0:test
[DEBUG] net.java.dev.jna:jna:jar:4.5.2:test (version managed from 4.5.0)
[DEBUG] junit:junit:jar:4.12:test
[DEBUG] org.assertj:assertj-core:jar:3.11.0:test
[DEBUG] org.mockito:mockito-core:jar:2.21.0:test
[DEBUG] net.bytebuddy:byte-buddy:jar:1.8.17:test (version managed from 1.8.15)
[DEBUG] net.bytebuddy:byte-buddy-agent:jar:1.8.17:test (version managed from 1.8.15)
[DEBUG] org.objenesis:objenesis:jar:2.6:test
[DEBUG] org.hamcrest:hamcrest-library:jar:1.3:test
[DEBUG] org.springframework:spring-test:jar:5.1.0.BUILD-SNAPSHOT:test
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=55391, ConflictMarker.markTime=59781, ConflictMarker.nodeCount=14, ConflictIdSorter.graphTime=16456, ConflictIdSorter.topsortTime=15158, ConflictIdSorter.conflictIdCount=12, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=362484, ConflictResolver.conflictItemCount=14, DefaultDependencyCollector.collectTime=125096030, DefaultDependencyCollector.transformTime=577509}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3: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.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.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.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean' with basic configurator -->
[DEBUG] (f) directory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] (f) reportDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] -- end configuration --
[INFO] Deleting /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-result.xml
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/META-INF/services/javax.annotation.processing.Processor
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/META-INF/services
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/META-INF
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/TypeExcludeFilter.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/MetadataCollector.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemMetadata$ItemType.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemDeprecation.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/JSONOrderedObject.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemHint.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemHint$ValueProvider.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemHint$ValueHint.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/InvalidConfigurationMetadataException.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ItemMetadata.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/JsonMarshaller.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadata.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata/JsonConverter.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/metadata
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/Trees.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/TreeVisitor.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/ReflectionWrapper.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser$1.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser$FieldCollector.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/ExpressionTree.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/Tree.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/VariableTree.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac/Tree$TreeVisitorInvocationHandler.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/javac
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/fieldvalues
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/TypeElementMembers.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/TypeUtils.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/TypeUtils$TypeExtractor.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSON.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONStringer$Scope.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONObject$1.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONObject.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONStringer.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONArray.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONException.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json/JSONTokener.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/json
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor/MetadataStore.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot/configurationprocessor
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework/boot
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org/springframework
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/org
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-header.txt
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-suppressions.xml
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/ReadOperation.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/endpoint/SimpleEndpoint.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/endpoint/incremental/IncrementalSpecificEndpoint.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/endpoint/incremental
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/endpoint/SpecificEndpoint.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/endpoint
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/simple/DeprecatedProperties.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/simple/SimpleArrayProperties.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/simple/SimpleArrayProperties$Holder.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/simple
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/MetaEndpoint.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/LombokInnerClassProperties.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/LombokInnerClassProperties$Foo.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/LombokInnerClassProperties$Fourth.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/SimpleLombokPojo.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/LombokAccessLevelOverwriteExplicitProperties.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok/LombokInnerClassProperties$Foo$Bar.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/lombok
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/method/InvalidMethodConfig.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/method
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/ConfigurationProperties.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/GenericConfig.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/GenericConfig$Bar$Biz.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/GenericConfig$Bar.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/WildcardConfig.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/GenericConfig$Foo.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific/SimplePojo.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/specific
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/incremental/BarProperties.snippet
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/incremental
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/Endpoint.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/Metadata$ItemHintValueCondition.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/Metadata$MetadataItemCondition.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/Metadata$MetadataHintCondition.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/ItemMetadataTests.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/Metadata.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata/Metadata$ItemHintProviderCondition.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/metadata
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests$AdditionalMetadata.class
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.class
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationprocessor
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-cachefile
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-checker.xml
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/testCompile
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
[INFO] Deleting file /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/compile/default-compile
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin/compile
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status/maven-compiler-plugin
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/maven-status
[INFO] Deleting directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target
[DEBUG] Skipping non-existing directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] Skipping non-existing directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] Skipping non-existing directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-validation) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=990077, ConflictMarker.markTime=571498, ConflictMarker.nodeCount=281, ConflictIdSorter.graphTime=423342, ConflictIdSorter.topsortTime=88647, ConflictIdSorter.conflictIdCount=77, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=9596204, ConflictResolver.conflictItemCount=184, DefaultDependencyCollector.collectTime=462494585, DefaultDependencyCollector.transformTime=11715643}
[DEBUG] org.apache.maven.plugins:maven-checkstyle-plugin:jar:3.0.0:
[DEBUG] com.puppycrawl.tools:checkstyle:jar:8.11:runtime
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] org.antlr:antlr4-runtime:jar:4.7.1:runtime
[DEBUG] commons-beanutils:commons-beanutils:jar:1.9.3:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] commons-cli:commons-cli:jar:1.4:runtime
[DEBUG] com.google.guava:guava:jar:25.1-jre:runtime
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG] org.checkerframework:checker-qual:jar:2.0.0:runtime
[DEBUG] com.google.errorprone:error_prone_annotations:jar:2.1.3:runtime
[DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:runtime
[DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:runtime
[DEBUG] net.sf.saxon:Saxon-HE:jar:9.8.0-12:runtime
[DEBUG] io.spring.javaformat:spring-javaformat-checkstyle:jar:0.0.6:runtime
[DEBUG] org.apache.maven:maven-artifact:jar:3.0: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.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.codehaus.plexus:plexus-classworlds:jar:2.2.3: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-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-impl:jar:2.3:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.2:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.3:compile
[DEBUG] commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG] commons-digester:commons-digester:jar:1.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.4:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.4:compile
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.4:compile
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.4:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.4:compile
[DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.4:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG] commons-chain:commons-chain:jar:1.1:compile
[DEBUG] dom4j:dom4j:jar:1.1:compile
[DEBUG] sslext:sslext:jar:1.2-0:compile
[DEBUG] org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG] org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG] org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG] org.apache.maven.doxia:doxia-integration-tools:jar:1.6:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.codehaus.plexus:plexus-resources:jar:1.1.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG] org.apache.velocity:velocity:jar:1.5:compile
[DEBUG] commons-lang:commons-lang:jar:2.1:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0
[DEBUG] Included: org.apache.maven.plugins:maven-checkstyle-plugin:jar:3.0.0
[DEBUG] Included: com.puppycrawl.tools:checkstyle:jar:8.11
[DEBUG] Included: antlr:antlr:jar:2.7.7
[DEBUG] Included: org.antlr:antlr4-runtime:jar:4.7.1
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.9.3
[DEBUG] Included: commons-logging:commons-logging:jar:1.2
[DEBUG] Included: commons-cli:commons-cli:jar:1.4
[DEBUG] Included: com.google.guava:guava:jar:25.1-jre
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG] Included: org.checkerframework:checker-qual:jar:2.0.0
[DEBUG] Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG] Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG] Included: net.sf.saxon:Saxon-HE:jar:9.8.0-12
[DEBUG] Included: io.spring.javaformat:spring-javaformat-checkstyle:jar:0.0.6
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[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.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.3
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.3
[DEBUG] Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG] Included: commons-digester:commons-digester:jar:1.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.4
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.4
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.4
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.4
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.4
[DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG] Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] Included: commons-chain:commons-chain:jar:1.1
[DEBUG] Included: dom4j:dom4j:jar:1.1
[DEBUG] Included: sslext:sslext:jar:1.2-0
[DEBUG] Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG] Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG] Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG] Included: org.apache.maven.doxia:doxia-integration-tools:jar:1.6
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.codehaus.plexus:plexus-resources:jar:1.1.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG] Included: org.apache.velocity:velocity:jar:1.5
[DEBUG] Included: commons-lang:commons-lang:jar:2.1
[DEBUG] Included: oro:oro:jar:2.0.8
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check' with basic configurator -->
[DEBUG] (f) cacheFile = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-cachefile
[DEBUG] (f) configLocation = src/checkstyle/checkstyle.xml
[DEBUG] (f) consoleOutput = false
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnViolation = true
[DEBUG] (f) failsOnError = false
[DEBUG] (f) headerLocation = LICENSE.txt
[DEBUG] (f) includeResources = true
[DEBUG] (f) includeTestResources = true
[DEBUG] (f) includeTestSourceDirectory = true
[DEBUG] (f) includes = **\/*.java
[DEBUG] (f) logViolationsToConsole = true
[DEBUG] (f) maxAllowedViolations = 0
[DEBUG] (f) omitIgnoredModules = false
[DEBUG] (f) outputFile = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-result.xml
[DEBUG] (f) outputFileFormat = xml
[DEBUG] (f) plugin = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.checkstyle.CheckstyleReport', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle-aggregate'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.checkstyle.HelpMojo', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:help'
---
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (f) resourceIncludes = **/*.properties
[DEBUG] (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) rulesFiles = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/checkstyle-rules.xml
[DEBUG] (f) skip = false
[DEBUG] (f) skipExec = false
[DEBUG] (f) suppressionsFileExpression = checkstyle.suppressions.file
[DEBUG] (f) suppressionsLocation = src/checkstyle/checkstyle-suppressions.xml
[DEBUG] (f) testResources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) violationSeverity = error
[DEBUG] -- end configuration --
[DEBUG] executeCheckstyle start headerLocation : LICENSE.txt
[DEBUG] Added 22 source files found in '/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java'.
[DEBUG] Added 75 test source files found in '/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java'.
[DEBUG] Added 0 resource files found in '/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources'.
[DEBUG] Added 0 resource files found in '/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/resources'.
[DEBUG] Added 97 files to process.
[DEBUG] The resource 'src/checkstyle/checkstyle-suppressions.xml' was found as /home/spring-boot/src/checkstyle/checkstyle-suppressions.xml.
[DEBUG] request.getConfigLocation() src/checkstyle/checkstyle.xml
[DEBUG] The resource 'src/checkstyle/checkstyle.xml' was found as /home/spring-boot/src/checkstyle/checkstyle.xml.
[DEBUG] headerLocation LICENSE.txt
[DEBUG] The resource 'LICENSE.txt' was found as /home/spring-boot/LICENSE.txt.
[DEBUG] The resource 'src/checkstyle/checkstyle-suppressions.xml' was found as /home/spring-boot/src/checkstyle/checkstyle-suppressions.xml.
[DEBUG] Added '/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources' as a source directory.
[INFO]
[INFO] --- spring-javaformat-maven-plugin:0.0.6:validate (default) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=109451, ConflictMarker.markTime=52374, ConflictMarker.nodeCount=19, ConflictIdSorter.graphTime=18926, ConflictIdSorter.topsortTime=15476, ConflictIdSorter.conflictIdCount=16, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=218883, ConflictResolver.conflictItemCount=19, DefaultDependencyCollector.collectTime=76264992, DefaultDependencyCollector.transformTime=444118}
[DEBUG] io.spring.javaformat:spring-javaformat-maven-plugin:jar:0.0.6:
[DEBUG] io.spring.javaformat:spring-javaformat-formatter:jar:0.0.6:compile
[DEBUG] io.spring.javaformat:spring-javaformat-formatter-eclipse:jar:0.0.6:compile
[DEBUG] io.spring.javaformat:spring-javaformat-formatter-eclipse-runtime:jar:0.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.5.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.5.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.5.0: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] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] Created new class realm plugin>io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6
[DEBUG] Importing foreign packages into class realm plugin>io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6
[DEBUG] Included: io.spring.javaformat:spring-javaformat-maven-plugin:jar:0.0.6
[DEBUG] Included: io.spring.javaformat:spring-javaformat-formatter:jar:0.0.6
[DEBUG] Included: io.spring.javaformat:spring-javaformat-formatter-eclipse:jar:0.0.6
[DEBUG] Included: io.spring.javaformat:spring-javaformat-formatter-eclipse-runtime:jar:0.0.6
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Configuring mojo io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6:validate from plugin realm ClassRealm[plugin>io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'io.spring.javaformat:spring-javaformat-maven-plugin:0.0.6:validate' with basic configurator -->
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) excludes = []
[DEBUG] (f) includeGeneratedSource = false
[DEBUG] (f) includes = []
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (f) skip = false
[DEBUG] (f) sourceDirectories = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java]
[DEBUG] (f) testSourceDirectories = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java]
[DEBUG] -- end configuration --
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=134479, ConflictMarker.markTime=85508, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=102467, ConflictIdSorter.topsortTime=35792, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=575448, ConflictResolver.conflictItemCount=80, DefaultDependencyCollector.collectTime=53887610, DefaultDependencyCollector.transformTime=956055}
[DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0:
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model: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-artifact: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.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.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.5.5: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-plugin-api:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] org.apache.maven.shared:file-management:jar:3.0.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.10: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] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.0.0
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.0.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.0.0
[DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[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-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[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.beanshell:bsh:jar:2.0b4
[DEBUG] Included: org.apache.maven.shared:file-management:jar:3.0.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0
[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] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:3.0.0:regex-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.0.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:3.0.0:regex-property' with basic configurator -->
[DEBUG] (f) failIfNoMatch = true
[DEBUG] (f) name = modulename
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (f) regex = -
[DEBUG] (f) replacement = .
[DEBUG] (f) toLowerCase = false
[DEBUG] (f) toUpperCase = false
[DEBUG] (f) value = spring-boot-configuration-processor
[DEBUG] -- end configuration --
[DEBUG] define property modulename = "spring.boot.configuration.processor"
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-rules) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=230259, ConflictMarker.markTime=96862, ConflictMarker.nodeCount=96, ConflictIdSorter.graphTime=160016, ConflictIdSorter.topsortTime=36973, ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=738796, ConflictResolver.conflictItemCount=95, DefaultDependencyCollector.collectTime=45889601, DefaultDependencyCollector.transformTime=1289097}
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M2:
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[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-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.7.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG] org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M2:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG] junit:junit:jar:4.11:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M2:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1: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.commons:commons-lang3:jar:3.5:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.2:compile
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M2
[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-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[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.1.0
[DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M2
[DEBUG] Included: junit:junit:jar:4.11
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M2
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[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.commons:commons-lang3:jar:3.5
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.2
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce {execution: enforce-rules}
[DEBUG] (s) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (s) version = [1.8,)
[DEBUG] (s) version = [3.5.0,)
[DEBUG] (s) property = main.basedir
[DEBUG] (s) property = project.name
[DEBUG] (s) property = project.description
[DEBUG] (s) onlyWhenRelease = true
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireJavaVersion@9f2376f, org.apache.maven.plugins.enforcer.RequireMavenVersion@173b1af1, org.apache.maven.plugins.enforcer.RequireProperty@4a520f05, org.apache.maven.plugins.enforcer.RequireProperty@389a1e34, org.apache.maven.plugins.enforcer.RequireProperty@204b0f07, org.apache.maven.plugins.enforcer.RequireReleaseDeps@6f68756d]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable.
[DEBUG] Detected Java String: '1.8.0_191'
[DEBUG] Normalized Java String: '1.8.0-191'
[DEBUG] Parsed Version: Major: 1 Minor: 8 Incremental: 0 Build: 191 Qualifier: null
[DEBUG] Detected JDK Version: 1.8.0-191 is allowed in the range [1.8,).
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Detected Maven Version: 3.5.4
[DEBUG] Detected Maven Version: 3.5.4 is allowed in the range [3.5.0,).
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireProperty
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireProperty
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireProperty
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireReleaseDeps
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-json-shade-source) @ spring-boot-configuration-processor ---
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:3.0.0:add-source from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.0.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:3.0.0:add-source' with basic configurator -->
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (f) sources = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java]
[DEBUG] -- end configuration --
[INFO] Source directory: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java added.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=77339, ConflictMarker.markTime=46817, ConflictMarker.nodeCount=68, ConflictIdSorter.graphTime=27607, ConflictIdSorter.topsortTime=27120, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=535589, ConflictResolver.conflictItemCount=67, DefaultDependencyCollector.collectTime=24878259, DefaultDependencyCollector.transformTime=738305}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact: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: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.7.1: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-model:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.1.0: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] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.1.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.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[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.1.0
[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: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {spring-batch.version=4.1.0.M2, file.encoding.pkg=sun.io, undertow.version=2.0.13.Final, httpclient.version=4.5.6, maven-surefire-plugin.version=2.22.0, nio-multipart-parser.version=1.1.0, java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre, revision=2.1.0.BUILD-SNAPSHOT, spring-ldap.version=2.3.2.RELEASE, hibernate.version=5.3.5.Final, groovy.version=2.5.2, rxjava2.version=2.2.0, env.LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:, env.SSH_TTY=/dev/pts/0, byte-buddy.version=1.8.17, disable.checks=false, classworlds.conf=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/bin/m2.conf, java.endorsed.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/endorsed, jmustache.version=1.14, env.LOGNAME=root, spring-cloud-connectors.version=2.0.2.RELEASE, mockito.version=2.21.0, sun.os.patch.level=unknown, reactor-bom.version=Californium-M2, java.vendor.url=http://java.oracle.com/, maven-antrun-plugin.version=1.8, bitronix.version=2.1.4, java.version=1.8.0_191, atomikos.version=4.0.6, exec-maven-plugin.version=1.6.0, webjars-locator-core.version=0.35, env.MAVEN_OPTS=-Xmx1024m -Xmx1000m -XX:MaxPermSize=200m, jersey.version=2.27, maven-javadoc-plugin.version=3.0.1, jaxen.version=1.1.6, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_CLIENT=42.120.75.36 37735 1995, caffeine.version=2.6.2, couchbase-cache-client.version=2.1.0, modulename=spring.boot.configuration.processor, lettuce.version=5.1.0.M1, sun-mail.version=1.6.1, wsdl4j.version=1.6.3, jedis.version=2.9.0, javax-annotation.version=1.3.2, javax-mail.version=1.6.1, maven-failsafe-plugin.version=2.22.0, lombok.version=1.18.2, user.name=root, env.LANG=zh_CN.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=OpenJDK Runtime Environment, saaj-impl.version=1.4.0, activemq.version=5.15.5, javax-jaxb.version=2.3.0, env.SSH_CONNECTION=42.120.75.36 37735 172.31.31.248 1995, java.specification.name=Java Platform API Specification, log4j2.version=2.11.1, aspectj.version=1.9.1, user.timezone=, janino.version=3.0.8, hazelcast-hibernate5.version=1.2.3, env.LESSOPEN=||/usr/bin/lesspipe.sh %s, versions-maven-plugin.version=2.5, spring-kafka.version=2.2.0.BUILD-SNAPSHOT, path.separator=:, tomcat.version=9.0.10, postgresql.version=42.2.4, file.encoding=UTF-8, flatten-maven-plugin.version=1.0.1, statsd-client.version=3.1.0, env.HOME=/root, sun.java.command=org.apache.maven.wrapper.MavenWrapperMain -f spring-boot-project/spring-boot-tools/spring-boot-configuration-processor clean test-compile -X, junit-jupiter.version=5.3.0-RC1, flyway.version=5.1.4, snakeyaml.version=1.21, maven-enforcer-plugin.version=3.0.0-M2, maven-dependency-plugin.version=3.1.1, hikaricp.version=3.2.0, assertj.version=3.11.0, env.HOSTNAME=izj6c72wzdp4k7ni6lrl95z, rest-assured.version=3.1.1, nekohtml.version=1.9.22, jest.version=5.3.4, java.io.tmpdir=/tmp, javax-transaction.version=1.3, hazelcast.version=3.10.4, mariadb.version=2.2.6, glassfish-el.version=3.0.0, user.language=zh, javax-money.version=1.0.3, env.HISTCONTROL=ignoredups, line.separator=
, project.baseUri=file:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/, thymeleaf-extras-java8time.version=3.0.1.RELEASE, javax-validation.version=2.0.1.Final, spring-security.version=5.1.0.BUILD-SNAPSHOT, env.HISTSIZE=1000, solr.version=7.4.0, glassfish-jaxb.version=2.4.0-b180725.0644, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, neo4j-ogm.version=3.1.2, servlet-api.version=4.0.1, main.basedir=/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/../../.., project.reporting.outputEncoding=UTF-8, joda-time.version=2.10, hibernate-validator.version=6.0.12.Final, jaybird.version=3.0.4, env.M2_HOME=/home/app/apache-maven-3.5.4, liquibase.version=3.6.2, maven-resources-plugin.version=3.1.0, embedded-mongo.version=2.1.1, pooled-jms-version=1.0.3, querydsl.version=4.2.1, spring-integration.version=5.1.0.M2, kafka.version=2.0.0, reactive-streams.version=1.0.2, java.awt.printerjob=sun.print.PSPrinterJob, mongodb.version=3.8.0, commons-codec.version=1.11, antlr2.version=2.7.7, xml-apis.version=1.4.01, maven-jar-plugin.version=3.1.0, jetty-el.version=8.5.24.2, selenium.version=3.14.0, rabbit-amqp-client.version=5.3.0, env.gpg_passphrase=qiao123456, jetty.version=9.4.11.v20180605, maven-help-plugin.version=3.1.0, ehcache.version=2.10.5, mssql-jdbc.version=6.4.0.jre8, env.gpg_keyname=JoeKerouac, javax-jsonb.version=1.0, javax-jaxws.version=2.3.0, maven.build.timestamp=2018-10-29T10:59:55Z, spring-retry.version=1.2.2.RELEASE, os.name=Linux, java.specification.vendor=Oracle Corporation, mongo-driver-reactivestreams.version=1.9.0, ehcache3.version=3.5.2, env.TERM=xterm-256color, java.vm.name=OpenJDK 64-Bit Server VM, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, couchbase-client.version=2.6.1, env.PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/app/apache-maven-3.5.4/bin/:/root/bin, java.class.version=52.0, env.SHLVL=1, maven.multiModuleProjectDirectory=/home/spring-boot, javax-json.version=1.1.2, freemarker.version=2.3.28, infinispan.version=9.3.1.Final, unboundid-ldapsdk.version=4.0.7, micrometer.version=1.0.6, httpasyncclient.version=4.1.4, thymeleaf-extras-springsecurity4.version=3.0.2.RELEASE, classmate.version=1.3.4, artemis.version=2.6.2, spring-plugin.version=1.2.0.RELEASE, spring.version=5.1.0.BUILD-SNAPSHOT, selenium-htmlunit.version=2.32.1, project.build.sourceEncoding=UTF-8, appengine-sdk.version=1.9.64, sun.boot.library.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/amd64, javax-persistence.version=2.2, spring-javaformat.version=0.0.6, rxjava.version=1.3.8, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, maven-shade-plugin.version=3.1.1, env.USER=root, netty.version=4.1.28.Final, commons-dbcp2.version=2.5.0, htmlunit.version=2.32, jboss-transaction-spi.version=7.6.0.Final, hamcrest.version=1.3, junit.version=4.12, maven-install-plugin.version=2.5.2, javax-cache.version=1.1.0, kotlin.version=1.2.60, java.vm.specification.version=1.8, build-helper-maven-plugin.version=3.0.0, javax-jms.version=2.0.1, jtds.version=1.3.1, mysql.version=8.0.12, slf4j.version=1.7.25, awt.toolkit=sun.awt.X11.XToolkit, spring-session-bom.version=Bean-M2, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/spring-boot, git-commit-id-plugin.version=2.2.4, maven-compiler-plugin.version=3.8.0, java.ext.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/ext:/usr/java/packages/lib/ext, jetty-reactive-httpclient.version=1.0.1, derby.version=10.14.2.0, os.version=3.10.0-693.2.2.el7.x86_64, thymeleaf-layout-dialect.version=2.3.0, user.home=/root, java.vm.vendor=Oracle Corporation, johnzon-jsonb.version=1.1.8, jooq.version=3.11.4, influxdb-java.version=2.12, maven-clean-plugin.version=3.1.0, logback.version=1.2.3, env.JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64, env.XDG_SESSION_ID=68, maven.conf=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/conf, user.dir=/home/spring-boot, rxjava-adapter.version=1.2.1, env.MAIL=/var/spool/mail/root, env.PWD=/home/spring-boot, spring-restdocs.version=2.0.2.RELEASE, jsonassert.version=1.5.0, elasticsearch.version=6.3.2, sun.cpu.endian=little, httpcore.version=4.4.10, xml-maven-plugin.version=1.0.2, sqlite-jdbc.version=3.23.1, dom4j.version=1.6.1, java.vm.version=25.191-b12, java.class.path=/home/spring-boot/.mvn/wrapper/maven-wrapper.jar, thymeleaf-extras-data-attribute.version=2.0.1, jdom2.version=2.0.6, jetty-jsp.version=2.2.0.v201112011158, os.arch=amd64, maven.build.version=Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T02:33:14+08:00), xmlunit2.version=2.6.1, spring-hateoas.version=0.25.0.RELEASE, json-path.version=2.4.0, sendgrid.version=4.2.1, spring-data-releasetrain.version=Lovelace-RC2, spring-ws.version=3.0.3.RELEASE, sun.java.launcher=SUN_STANDARD, dropwizard-metrics.version=3.2.6, commons-pool.version=1.6, netty-tcnative.version=2.0.13.Final, jboss-logging.version=3.3.2.Final, jstl.version=1.2, webjars-hal-browser.version=3325375, java.vm.specification.vendor=Oracle Corporation, maven-war-plugin.version=3.2.2, file.separator=/, cassandra-driver.version=3.5.1, h2.version=1.4.197, gson.version=2.8.5, jolokia.version=1.6.0, java.runtime.version=1.8.0_191-b12, sun.boot.class.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/classes, maven-assembly-plugin.version=3.1.0, env.XDG_RUNTIME_DIR=/run/user/0, maven.version=3.5.4, jackson.version=2.9.6, maven-source-plugin.version=3.0.1, jna.version=4.5.2, user.country=CN, env.SHELL=/bin/bash, maven.home=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4, maven-deploy-plugin.version=2.8.2, commons-lang3.version=3.7, thymeleaf.version=3.0.9.RELEASE, spock.version=1.0-groovy-2.4, maven-site-plugin.version=3.7.1, commons-pool2.version=2.6.0, maven-invoker-plugin.version=3.1.0, aether.version=1.0.2.v20150114, java.vendor=Oracle Corporation, spring-amqp.version=2.1.0.M2, quartz.version=2.3.0, hsqldb.version=2.4.1, java.specification.version=1.8, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] Copying file META-INF/services/javax.annotation.processing.Processor
[DEBUG] file javax.annotation.processing.Processor has a filtered file extension
[DEBUG] copy /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor to /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes/META-INF/services/javax.annotation.processing.Processor
[DEBUG] no use filter components
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=83097, ConflictMarker.markTime=63259, ConflictMarker.nodeCount=78, ConflictIdSorter.graphTime=26823, ConflictIdSorter.topsortTime=28065, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=522762, ConflictResolver.conflictItemCount=67, DefaultDependencyCollector.collectTime=93847303, DefaultDependencyCollector.transformTime=747598}
[DEBUG] org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1:
[DEBUG] org.apache.maven:maven-model:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.2.5:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.2.5:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.2.5:compile
[DEBUG] org.eclipse.aether:aether-spi:jar:1.0.0.v20140518:compile
[DEBUG] org.eclipse.aether:aether-impl:jar:1.0.0.v20140518:compile
[DEBUG] org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile
[DEBUG] org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1:compile
[DEBUG] javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] com.google.guava:guava:jar:16.0.1:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2: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-plugin-api:jar:3.2.5:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:flatten-maven-plugin:1.0.1
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:flatten-maven-plugin:1.0.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:flatten-maven-plugin:1.0.1
[DEBUG] Included: org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.eclipse.aether:aether-util:jar:1.0.0.v20140518
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: com.google.guava:guava:jar:16.0.1
[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] Configuring mojo org.codehaus.mojo:flatten-maven-plugin:1.0.1:flatten from plugin realm ClassRealm[plugin>org.codehaus.mojo:flatten-maven-plugin:1.0.1, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.codehaus.mojo:flatten-maven-plugin:1.0.1:flatten' with basic configurator -->
[DEBUG] (f) embedBuildProfileDependencies = false
[DEBUG] (f) flattenMode = oss
[DEBUG] (f) flattenedPomFilename = .flattened-pom.xml
[DEBUG] (f) localRepository = id: local
url: file:///root/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) mojoExecution = org.codehaus.mojo:flatten-maven-plugin:1.0.1:flatten {execution: flatten}
[DEBUG] (f) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
[DEBUG] (s) parent = expand
[DEBUG] (s) distributionManagement = remove
[DEBUG] (s) repositories = remove
[DEBUG] (f) pomElements = org.codehaus.mojo.flatten.FlattenDescriptor@e994ca
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (f) updatePomFile = true
[DEBUG] -- end configuration --
[INFO] Generating flattened POM of project org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT...
[DEBUG] Resolving dependencies of org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT
[DEBUG] Property artifactId will be handled using flatten in flattened POM.
[DEBUG] Property build will be handled using flatten in flattened POM.
[DEBUG] Property ciManagement will be handled using expand in flattened POM.
[DEBUG] Property contributors will be handled using expand in flattened POM.
[DEBUG] Property dependencies will be handled using flatten in flattened POM.
[DEBUG] Property dependencyManagement will be handled using flatten in flattened POM.
[DEBUG] Property description will be handled using expand in flattened POM.
[DEBUG] Property developers will be handled using expand in flattened POM.
[DEBUG] Property distributionManagement will be handled using remove in flattened POM.
[DEBUG] Property groupId will be handled using flatten in flattened POM.
[DEBUG] Property inceptionYear will be handled using expand in flattened POM.
[DEBUG] Property issueManagement will be handled using expand in flattened POM.
[DEBUG] Property licenses will be handled using flatten in flattened POM.
[DEBUG] Property mailingLists will be handled using expand in flattened POM.
[DEBUG] Property modelVersion will be handled using flatten in flattened POM.
[DEBUG] Property modules will be handled using flatten in flattened POM.
[DEBUG] Property name will be handled using expand in flattened POM.
[DEBUG] Property organization will be handled using expand in flattened POM.
[DEBUG] Property packaging will be handled using flatten in flattened POM.
[DEBUG] Property parent will be handled using expand in flattened POM.
[DEBUG] Property pluginManagement will be handled using flatten in flattened POM.
[DEBUG] Property pluginRepositories will be handled using flatten in flattened POM.
[DEBUG] Property prerequisites will be handled using expand in flattened POM.
[DEBUG] Property profiles will be handled using flatten in flattened POM.
[DEBUG] Property properties will be handled using flatten in flattened POM.
[DEBUG] Property reporting will be handled using flatten in flattened POM.
[DEBUG] Property repositories will be handled using remove in flattened POM.
[DEBUG] Property scm will be handled using expand in flattened POM.
[DEBUG] Property url will be handled using expand in flattened POM.
[DEBUG] Property version will be handled using flatten in flattened POM.
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spring-boot-configuration-processor ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=124403, ConflictMarker.markTime=80839, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=36552, ConflictIdSorter.topsortTime=52868, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=723033, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=106055519, DefaultDependencyCollector.transformTime=1037261}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.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.7.1: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.2.1: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.10:compile
[DEBUG] org.ow2.asm:asm:jar:6.2:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M9:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.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.7.1
[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.2.1
[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.10
[DEBUG] Included: org.ow2.asm:asm:jar:6.2
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M9
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
[DEBUG] (f) buildDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target
[DEBUG] (f) compilePath = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes]
[DEBUG] (f) compileSourceRoots = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java, /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/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/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] (f) parameters = true
[DEBUG] (f) proc = none
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/.flattened-pom.xml
[DEBUG] (f) projectArtifact = org.springframework.boot:spring-boot-configuration-processor:jar:2.1.0.BUILD-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (s) target = 1.8
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations to compile source roots:
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java
[DEBUG] New compile source roots:
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/TreeVisitor.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/VariableTree.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/MetadataStore.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONStringer.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONTokener.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/MetadataCollector.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeExcludeFilter.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONArray.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONObject.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/JsonMarshaller.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/JsonConverter.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemDeprecation.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/Trees.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSON.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemMetadata.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadata.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeElementMembers.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/InvalidConfigurationMetadataException.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONException.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/JSONOrderedObject.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/Tree.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/ExpressionTree.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeUtils.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemHint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/ReflectionWrapper.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] Source roots:
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations
[DEBUG] Command line options:
[DEBUG] -d /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes -classpath /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes: -sourcepath /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations: -s /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-sources/annotations -proc:none -g -parameters -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 28 source files to /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spring-boot-configuration-processor ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.1.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources' with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/.flattened-pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {spring-batch.version=4.1.0.M2, file.encoding.pkg=sun.io, undertow.version=2.0.13.Final, httpclient.version=4.5.6, maven-surefire-plugin.version=2.22.0, nio-multipart-parser.version=1.1.0, java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre, revision=2.1.0.BUILD-SNAPSHOT, spring-ldap.version=2.3.2.RELEASE, hibernate.version=5.3.5.Final, groovy.version=2.5.2, rxjava2.version=2.2.0, env.LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:, env.SSH_TTY=/dev/pts/0, byte-buddy.version=1.8.17, disable.checks=false, classworlds.conf=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/bin/m2.conf, java.endorsed.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/endorsed, jmustache.version=1.14, env.LOGNAME=root, spring-cloud-connectors.version=2.0.2.RELEASE, mockito.version=2.21.0, sun.os.patch.level=unknown, reactor-bom.version=Californium-M2, java.vendor.url=http://java.oracle.com/, maven-antrun-plugin.version=1.8, bitronix.version=2.1.4, java.version=1.8.0_191, atomikos.version=4.0.6, exec-maven-plugin.version=1.6.0, webjars-locator-core.version=0.35, env.MAVEN_OPTS=-Xmx1024m -Xmx1000m -XX:MaxPermSize=200m, jersey.version=2.27, maven-javadoc-plugin.version=3.0.1, jaxen.version=1.1.6, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_CLIENT=42.120.75.36 37735 1995, caffeine.version=2.6.2, couchbase-cache-client.version=2.1.0, modulename=spring.boot.configuration.processor, lettuce.version=5.1.0.M1, sun-mail.version=1.6.1, wsdl4j.version=1.6.3, jedis.version=2.9.0, javax-annotation.version=1.3.2, javax-mail.version=1.6.1, maven-failsafe-plugin.version=2.22.0, lombok.version=1.18.2, user.name=root, env.LANG=zh_CN.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=OpenJDK Runtime Environment, saaj-impl.version=1.4.0, activemq.version=5.15.5, javax-jaxb.version=2.3.0, env.SSH_CONNECTION=42.120.75.36 37735 172.31.31.248 1995, java.specification.name=Java Platform API Specification, log4j2.version=2.11.1, aspectj.version=1.9.1, user.timezone=, janino.version=3.0.8, hazelcast-hibernate5.version=1.2.3, env.LESSOPEN=||/usr/bin/lesspipe.sh %s, versions-maven-plugin.version=2.5, spring-kafka.version=2.2.0.BUILD-SNAPSHOT, path.separator=:, tomcat.version=9.0.10, postgresql.version=42.2.4, file.encoding=UTF-8, flatten-maven-plugin.version=1.0.1, statsd-client.version=3.1.0, env.HOME=/root, sun.java.command=org.apache.maven.wrapper.MavenWrapperMain -f spring-boot-project/spring-boot-tools/spring-boot-configuration-processor clean test-compile -X, junit-jupiter.version=5.3.0-RC1, flyway.version=5.1.4, snakeyaml.version=1.21, maven-enforcer-plugin.version=3.0.0-M2, maven-dependency-plugin.version=3.1.1, hikaricp.version=3.2.0, assertj.version=3.11.0, env.HOSTNAME=izj6c72wzdp4k7ni6lrl95z, rest-assured.version=3.1.1, nekohtml.version=1.9.22, jest.version=5.3.4, java.io.tmpdir=/tmp, javax-transaction.version=1.3, hazelcast.version=3.10.4, mariadb.version=2.2.6, glassfish-el.version=3.0.0, user.language=zh, javax-money.version=1.0.3, env.HISTCONTROL=ignoredups, line.separator=
, project.baseUri=file:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/, thymeleaf-extras-java8time.version=3.0.1.RELEASE, javax-validation.version=2.0.1.Final, spring-security.version=5.1.0.BUILD-SNAPSHOT, env.HISTSIZE=1000, solr.version=7.4.0, glassfish-jaxb.version=2.4.0-b180725.0644, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, neo4j-ogm.version=3.1.2, servlet-api.version=4.0.1, main.basedir=/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/../../.., project.reporting.outputEncoding=UTF-8, joda-time.version=2.10, hibernate-validator.version=6.0.12.Final, jaybird.version=3.0.4, env.M2_HOME=/home/app/apache-maven-3.5.4, liquibase.version=3.6.2, maven-resources-plugin.version=3.1.0, embedded-mongo.version=2.1.1, pooled-jms-version=1.0.3, querydsl.version=4.2.1, spring-integration.version=5.1.0.M2, kafka.version=2.0.0, reactive-streams.version=1.0.2, java.awt.printerjob=sun.print.PSPrinterJob, mongodb.version=3.8.0, commons-codec.version=1.11, antlr2.version=2.7.7, xml-apis.version=1.4.01, maven-jar-plugin.version=3.1.0, jetty-el.version=8.5.24.2, selenium.version=3.14.0, rabbit-amqp-client.version=5.3.0, env.gpg_passphrase=qiao123456, jetty.version=9.4.11.v20180605, maven-help-plugin.version=3.1.0, ehcache.version=2.10.5, mssql-jdbc.version=6.4.0.jre8, env.gpg_keyname=JoeKerouac, javax-jsonb.version=1.0, javax-jaxws.version=2.3.0, maven.build.timestamp=2018-10-29T10:59:57Z, spring-retry.version=1.2.2.RELEASE, os.name=Linux, java.specification.vendor=Oracle Corporation, mongo-driver-reactivestreams.version=1.9.0, ehcache3.version=3.5.2, env.TERM=xterm-256color, java.vm.name=OpenJDK 64-Bit Server VM, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, couchbase-client.version=2.6.1, env.PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/app/apache-maven-3.5.4/bin/:/root/bin, java.class.version=52.0, env.SHLVL=1, maven.multiModuleProjectDirectory=/home/spring-boot, javax-json.version=1.1.2, freemarker.version=2.3.28, infinispan.version=9.3.1.Final, unboundid-ldapsdk.version=4.0.7, micrometer.version=1.0.6, httpasyncclient.version=4.1.4, thymeleaf-extras-springsecurity4.version=3.0.2.RELEASE, classmate.version=1.3.4, artemis.version=2.6.2, spring-plugin.version=1.2.0.RELEASE, spring.version=5.1.0.BUILD-SNAPSHOT, selenium-htmlunit.version=2.32.1, project.build.sourceEncoding=UTF-8, appengine-sdk.version=1.9.64, sun.boot.library.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/amd64, javax-persistence.version=2.2, spring-javaformat.version=0.0.6, rxjava.version=1.3.8, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, maven-shade-plugin.version=3.1.1, env.USER=root, netty.version=4.1.28.Final, commons-dbcp2.version=2.5.0, htmlunit.version=2.32, jboss-transaction-spi.version=7.6.0.Final, hamcrest.version=1.3, junit.version=4.12, maven-install-plugin.version=2.5.2, javax-cache.version=1.1.0, kotlin.version=1.2.60, java.vm.specification.version=1.8, build-helper-maven-plugin.version=3.0.0, javax-jms.version=2.0.1, jtds.version=1.3.1, mysql.version=8.0.12, slf4j.version=1.7.25, awt.toolkit=sun.awt.X11.XToolkit, spring-session-bom.version=Bean-M2, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/spring-boot, git-commit-id-plugin.version=2.2.4, maven-compiler-plugin.version=3.8.0, java.ext.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/ext:/usr/java/packages/lib/ext, jetty-reactive-httpclient.version=1.0.1, derby.version=10.14.2.0, os.version=3.10.0-693.2.2.el7.x86_64, thymeleaf-layout-dialect.version=2.3.0, user.home=/root, java.vm.vendor=Oracle Corporation, johnzon-jsonb.version=1.1.8, jooq.version=3.11.4, influxdb-java.version=2.12, maven-clean-plugin.version=3.1.0, logback.version=1.2.3, env.JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64, env.XDG_SESSION_ID=68, maven.conf=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4/conf, user.dir=/home/spring-boot, rxjava-adapter.version=1.2.1, env.MAIL=/var/spool/mail/root, env.PWD=/home/spring-boot, spring-restdocs.version=2.0.2.RELEASE, jsonassert.version=1.5.0, elasticsearch.version=6.3.2, sun.cpu.endian=little, httpcore.version=4.4.10, xml-maven-plugin.version=1.0.2, sqlite-jdbc.version=3.23.1, dom4j.version=1.6.1, java.vm.version=25.191-b12, java.class.path=/home/spring-boot/.mvn/wrapper/maven-wrapper.jar, thymeleaf-extras-data-attribute.version=2.0.1, jdom2.version=2.0.6, jetty-jsp.version=2.2.0.v201112011158, os.arch=amd64, maven.build.version=Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T02:33:14+08:00), xmlunit2.version=2.6.1, spring-hateoas.version=0.25.0.RELEASE, json-path.version=2.4.0, sendgrid.version=4.2.1, spring-data-releasetrain.version=Lovelace-RC2, spring-ws.version=3.0.3.RELEASE, sun.java.launcher=SUN_STANDARD, dropwizard-metrics.version=3.2.6, commons-pool.version=1.6, netty-tcnative.version=2.0.13.Final, jboss-logging.version=3.3.2.Final, jstl.version=1.2, webjars-hal-browser.version=3325375, java.vm.specification.vendor=Oracle Corporation, maven-war-plugin.version=3.2.2, file.separator=/, cassandra-driver.version=3.5.1, h2.version=1.4.197, gson.version=2.8.5, jolokia.version=1.6.0, java.runtime.version=1.8.0_191-b12, sun.boot.class.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre/classes, maven-assembly-plugin.version=3.1.0, env.XDG_RUNTIME_DIR=/run/user/0, maven.version=3.5.4, jackson.version=2.9.6, maven-source-plugin.version=3.0.1, jna.version=4.5.2, user.country=CN, env.SHELL=/bin/bash, maven.home=/root/.m2/wrapper/dists/apache-maven-3.5.4-bin/4lcg54ki11c6mp435njk296gm5/apache-maven-3.5.4, maven-deploy-plugin.version=2.8.2, commons-lang3.version=3.7, thymeleaf.version=3.0.9.RELEASE, spock.version=1.0-groovy-2.4, maven-site-plugin.version=3.7.1, commons-pool2.version=2.6.0, maven-invoker-plugin.version=3.1.0, aether.version=1.0.2.v20150114, java.vendor=Oracle Corporation, spring-amqp.version=2.1.0.M2, quartz.version=2.3.0, hsqldb.version=2.4.1, java.specification.version=1.8, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] Copying file org/springframework/boot/configurationsample/incremental/BarProperties.snippet
[DEBUG] file BarProperties.snippet has a filtered file extension
[DEBUG] copy /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/resources/org/springframework/boot/configurationsample/incremental/BarProperties.snippet to /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes/org/springframework/boot/configurationsample/incremental/BarProperties.snippet
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spring-boot-configuration-processor ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.0, parent: java.net.URLClassLoader@4a574795]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
[DEBUG] (f) buildDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target
[DEBUG] (f) compilePath = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes]
[DEBUG] (f) compileSourceRoots = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/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) generatedTestSourcesDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] (f) parameters = true
[DEBUG] (f) proc = none
[DEBUG] (f) project = MavenProject: org.springframework.boot:spring-boot-configuration-processor:2.1.0.BUILD-SNAPSHOT @ /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/.flattened-pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@359865a2
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (s) target = 1.8
[DEBUG] (f) testPath = [/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes, /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes, /root/.m2/repository/org/projectlombok/lombok/1.18.2/lombok-1.18.2.jar, /root/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar, /root/.m2/repository/org/springframework/boot/spring-boot-test-support/2.1.0.BUILD-SNAPSHOT/spring-boot-test-support-2.1.0.BUILD-SNAPSHOT.jar, /root/.m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar, /root/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar, /root/.m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar, /root/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar, /root/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar, /root/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar, /root/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar, /root/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar, /root/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar, /root/.m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar, /root/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar, /root/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar, /root/.m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/aether-transport-http-1.0.2.v20150114.jar, /root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar, /root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar, /root/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar, /root/.m2/repository/org/springframework/spring-core/5.1.0.BUILD-SNAPSHOT/spring-core-5.1.0.BUILD-SNAPSHOT.jar, /root/.m2/repository/org/springframework/spring-jcl/5.1.0.BUILD-SNAPSHOT/spring-jcl-5.1.0.BUILD-SNAPSHOT.jar, /root/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /root/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.5.1/cassandra-driver-core-3.5.1.jar, /root/.m2/repository/io/netty/netty-handler/4.1.28.Final/netty-handler-4.1.28.Final.jar, /root/.m2/repository/io/netty/netty-buffer/4.1.28.Final/netty-buffer-4.1.28.Final.jar, /root/.m2/repository/io/netty/netty-common/4.1.28.Final/netty-common-4.1.28.Final.jar, /root/.m2/repository/io/netty/netty-transport/4.1.28.Final/netty-transport-4.1.28.Final.jar, /root/.m2/repository/io/netty/netty-resolver/4.1.28.Final/netty-resolver-4.1.28.Final.jar, /root/.m2/repository/io/netty/netty-codec/4.1.28.Final/netty-codec-4.1.28.Final.jar, /root/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar, /root/.m2/repository/io/dropwizard/metrics/metrics-core/3.2.6/metrics-core-3.2.6.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar, /root/.m2/repository/com/github/jnr/jnr-ffi/2.1.7/jnr-ffi-2.1.7.jar, /root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16.jar, /root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar, /root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar, /root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar, /root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar, /root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar, /root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar, /root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /root/.m2/repository/com/github/jnr/jnr-posix/3.0.44/jnr-posix-3.0.44.jar, /root/.m2/repository/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar, /root/.m2/repository/org/neo4j/neo4j-ogm-core/3.1.2/neo4j-ogm-core-3.1.2.jar, /root/.m2/repository/org/neo4j/neo4j-ogm-api/3.1.2/neo4j-ogm-api-3.1.2.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.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.6/jackson-core-2.9.6.jar, /root/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar, /root/.m2/repository/io/github/lukehutch/fast-classpath-scanner/2.18.1/fast-classpath-scanner-2.18.1.jar, /root/.m2/repository/org/testcontainers/testcontainers/1.7.2/testcontainers-1.7.2.jar, /root/.m2/repository/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar, /root/.m2/repository/org/jetbrains/annotations/15.0/annotations-15.0.jar, /root/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar, /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar, /root/.m2/repository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar, /root/.m2/repository/org/rnorth/duct-tape/duct-tape/1.0.7/duct-tape-1.0.7.jar, /root/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.0/visible-assertions-2.1.0.jar, /root/.m2/repository/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar, /root/.m2/repository/junit/junit/4.12/junit-4.12.jar, /root/.m2/repository/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar, /root/.m2/repository/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar, /root/.m2/repository/net/bytebuddy/byte-buddy/1.8.17/byte-buddy-1.8.17.jar, /root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.8.17/byte-buddy-agent-1.8.17.jar, /root/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar, /root/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar, /root/.m2/repository/org/springframework/spring-test/5.1.0.BUILD-SNAPSHOT/spring-test-5.1.0.BUILD-SNAPSHOT.jar]
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations to test-compile source roots:
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java
[DEBUG] New test-compile source roots:
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java
/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/SimpleArrayProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/ItemMetadataTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/SimplePojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/GenericConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/incremental/IncrementalSpecificEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokInnerClassProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/DeprecatedProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/SimpleEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/Endpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/SimpleLombokPojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/ReadOperation.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/ConfigurationProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/WildcardConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/InvalidMethodConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokAccessLevelOverwriteExplicitProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/SpecificEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/Metadata.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/ClassWithNestedProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/SimpleMethodConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/DisabledEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokAccessLevelProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/StaticAccessor.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/BoxingPojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/DeprecatedClassMethodConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/HierarchicalProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/ExcludedTypesPojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/HierarchicalPropertiesGrandparent.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InvalidDoubleRegistrationProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokSimpleProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/HierarchicalPropertiesParent.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/MetadataStoreTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokSimpleDataProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/TestConfigurationMetadataAnnotationProcessor.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/BuilderPojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InvalidAccessorProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/TestJsonConverter.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/JsonMarshallerTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InnerClassProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/DeprecatedSingleProperty.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesProcessorTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/SimpleTypeProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/incremental/FooProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/CustomPropertiesEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/incremental/IncrementalEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/SimpleConflictingProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/SimpleProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/MethodAndClassConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InnerClassHierarchicalProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/DescriptionProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/NotAnnotated.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/TestProject.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokAccessLevelOverwriteDefaultProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/incremental/BarProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InnerClassAnnotatedGetterConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/SimpleCollectionProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadataTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokExplicitProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/AnnotatedGetter.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokInnerClassWithGetterProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokAccessLevelOverwriteDataProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/NestedConfigurationProperty.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/simple/SimplePrefixValueProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/CamelCaseEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/fieldvalues/AbstractFieldValuesProcessorTests.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/DeprecatedMethodConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InnerClassRootConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/EmptyTypeMethodConfig.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/DoubleRegistrationProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/DeprecatedUnrelatedMethodPojo.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/EnabledEndpoint.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/incremental/RenamedBarProperties.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/DeprecatedConfigurationProperty.java
[DEBUG] Stale source detected: /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/MetaEndpoint.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes
[DEBUG] /root/.m2/repository/org/projectlombok/lombok/1.18.2/lombok-1.18.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/springframework/boot/spring-boot-test-support/2.1.0.BUILD-SNAPSHOT/spring-boot-test-support-2.1.0.BUILD-SNAPSHOT.jar
[DEBUG] /root/.m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
[DEBUG] /root/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[DEBUG] /root/.m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
[DEBUG] /root/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[DEBUG] /root/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[DEBUG] /root/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/aether-transport-http-1.0.2.v20150114.jar
[DEBUG] /root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar
[DEBUG] /root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar
[DEBUG] /root/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-core/5.1.0.BUILD-SNAPSHOT/spring-core-5.1.0.BUILD-SNAPSHOT.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-jcl/5.1.0.BUILD-SNAPSHOT/spring-jcl-5.1.0.BUILD-SNAPSHOT.jar
[DEBUG] /root/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[DEBUG] /root/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.5.1/cassandra-driver-core-3.5.1.jar
[DEBUG] /root/.m2/repository/io/netty/netty-handler/4.1.28.Final/netty-handler-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/io/netty/netty-buffer/4.1.28.Final/netty-buffer-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/io/netty/netty-common/4.1.28.Final/netty-common-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/io/netty/netty-transport/4.1.28.Final/netty-transport-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/io/netty/netty-resolver/4.1.28.Final/netty-resolver-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/io/netty/netty-codec/4.1.28.Final/netty-codec-4.1.28.Final.jar
[DEBUG] /root/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar
[DEBUG] /root/.m2/repository/io/dropwizard/metrics/metrics-core/3.2.6/metrics-core-3.2.6.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jnr-ffi/2.1.7/jnr-ffi-2.1.7.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar
[DEBUG] /root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
[DEBUG] /root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar
[DEBUG] /root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar
[DEBUG] /root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
[DEBUG] /root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jnr-posix/3.0.44/jnr-posix-3.0.44.jar
[DEBUG] /root/.m2/repository/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar
[DEBUG] /root/.m2/repository/org/neo4j/neo4j-ogm-core/3.1.2/neo4j-ogm-core-3.1.2.jar
[DEBUG] /root/.m2/repository/org/neo4j/neo4j-ogm-api/3.1.2/neo4j-ogm-api-3.1.2.jar
[DEBUG] /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.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.6/jackson-core-2.9.6.jar
[DEBUG] /root/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
[DEBUG] /root/.m2/repository/io/github/lukehutch/fast-classpath-scanner/2.18.1/fast-classpath-scanner-2.18.1.jar
[DEBUG] /root/.m2/repository/org/testcontainers/testcontainers/1.7.2/testcontainers-1.7.2.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar
[DEBUG] /root/.m2/repository/org/jetbrains/annotations/15.0/annotations-15.0.jar
[DEBUG] /root/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
[DEBUG] /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[DEBUG] /root/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar
[DEBUG] /root/.m2/repository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
[DEBUG] /root/.m2/repository/org/rnorth/duct-tape/duct-tape/1.0.7/duct-tape-1.0.7.jar
[DEBUG] /root/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.0/visible-assertions-2.1.0.jar
[DEBUG] /root/.m2/repository/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar
[DEBUG] /root/.m2/repository/junit/junit/4.12/junit-4.12.jar
[DEBUG] /root/.m2/repository/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar
[DEBUG] /root/.m2/repository/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar
[DEBUG] /root/.m2/repository/net/bytebuddy/byte-buddy/1.8.17/byte-buddy-1.8.17.jar
[DEBUG] /root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.8.17/byte-buddy-agent-1.8.17.jar
[DEBUG] /root/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
[DEBUG] /root/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-test/5.1.0.BUILD-SNAPSHOT/spring-test-5.1.0.BUILD-SNAPSHOT.jar
[DEBUG] Source roots:
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java
[DEBUG] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations
[DEBUG] Command line options:
[DEBUG] -d /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes -classpath /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/classes:/root/.m2/repository/org/projectlombok/lombok/1.18.2/lombok-1.18.2.jar:/root/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar:/root/.m2/repository/org/springframework/boot/spring-boot-test-support/2.1.0.BUILD-SNAPSHOT/spring-boot-test-support-2.1.0.BUILD-SNAPSHOT.jar:/root/.m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar:/root/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar:/root/.m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar:/root/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar:/root/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar:/root/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/root/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/root/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar:/root/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/root/.m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar:/root/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/root/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar:/root/.m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/aether-transport-http-1.0.2.v20150114.jar:/root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar:/root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar:/root/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/root/.m2/repository/org/springframework/spring-core/5.1.0.BUILD-SNAPSHOT/spring-core-5.1.0.BUILD-SNAPSHOT.jar:/root/.m2/repository/org/springframework/spring-jcl/5.1.0.BUILD-SNAPSHOT/spring-jcl-5.1.0.BUILD-SNAPSHOT.jar:/root/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/root/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.5.1/cassandra-driver-core-3.5.1.jar:/root/.m2/repository/io/netty/netty-handler/4.1.28.Final/netty-handler-4.1.28.Final.jar:/root/.m2/repository/io/netty/netty-buffer/4.1.28.Final/netty-buffer-4.1.28.Final.jar:/root/.m2/repository/io/netty/netty-common/4.1.28.Final/netty-common-4.1.28.Final.jar:/root/.m2/repository/io/netty/netty-transport/4.1.28.Final/netty-transport-4.1.28.Final.jar:/root/.m2/repository/io/netty/netty-resolver/4.1.28.Final/netty-resolver-4.1.28.Final.jar:/root/.m2/repository/io/netty/netty-codec/4.1.28.Final/netty-codec-4.1.28.Final.jar:/root/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar:/root/.m2/repository/io/dropwizard/metrics/metrics-core/3.2.6/metrics-core-3.2.6.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/root/.m2/repository/com/github/jnr/jnr-ffi/2.1.7/jnr-ffi-2.1.7.jar:/root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16.jar:/root/.m2/repository/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar:/root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar:/root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar:/root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar:/root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar:/root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar:/root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar:/root/.m2/repository/com/github/jnr/jnr-posix/3.0.44/jnr-posix-3.0.44.jar:/root/.m2/repository/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar:/root/.m2/repository/org/neo4j/neo4j-ogm-core/3.1.2/neo4j-ogm-core-3.1.2.jar:/root/.m2/repository/org/neo4j/neo4j-ogm-api/3.1.2/neo4j-ogm-api-3.1.2.jar:/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.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.6/jackson-core-2.9.6.jar:/root/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar:/root/.m2/repository/io/github/lukehutch/fast-classpath-scanner/2.18.1/fast-classpath-scanner-2.18.1.jar:/root/.m2/repository/org/testcontainers/testcontainers/1.7.2/testcontainers-1.7.2.jar:/root/.m2/repository/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar:/root/.m2/repository/org/jetbrains/annotations/15.0/annotations-15.0.jar:/root/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar:/root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/root/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar:/root/.m2/repository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar:/root/.m2/repository/org/rnorth/duct-tape/duct-tape/1.0.7/duct-tape-1.0.7.jar:/root/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.0/visible-assertions-2.1.0.jar:/root/.m2/repository/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar:/root/.m2/repository/junit/junit/4.12/junit-4.12.jar:/root/.m2/repository/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar:/root/.m2/repository/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar:/root/.m2/repository/net/bytebuddy/byte-buddy/1.8.17/byte-buddy-1.8.17.jar:/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.8.17/byte-buddy-agent-1.8.17.jar:/root/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar:/root/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar:/root/.m2/repository/org/springframework/spring-test/5.1.0.BUILD-SNAPSHOT/spring-test-5.1.0.BUILD-SNAPSHOT.jar: -sourcepath /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java:/home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations: -s /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/generated-test-sources/test-annotations -proc:none -g -parameters -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 75 source files to /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/target/test-classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[131,54] 找不到符号
符号: 方法 ofKiloBytes(int)
位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[133,54] 找不到符号
符号: 方法 ofMegaBytes(int)
位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[135,54] 找不到符号
符号: 方法 ofGigaBytes(int)
位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[137,54] 找不到符号
符号: 方法 ofTeraBytes(int)
位置: 类 org.springframework.util.unit.DataSize
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.531 s
[INFO] Finished at: 2018-10-29T18:59:59+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project spring-boot-configuration-processor: Compilation failure: Compilation failure:
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[131,54] 找不到符号
[ERROR] 符号: 方法 ofKiloBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[133,54] 找不到符号
[ERROR] 符号: 方法 ofMegaBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[135,54] 找不到符号
[ERROR] 符号: 方法 ofGigaBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] /home/spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/fieldvalues/FieldValues.java:[137,54] 找不到符号
[ERROR] 符号: 方法 ofTeraBytes(int)
[ERROR] 位置: 类 org.springframework.util.unit.DataSize
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project spring-boot-configuration-processor: Compilation failure
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:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:50)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1215)
at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:181)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
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:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39)
at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122)
at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:50)
[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/MojoFailureException
Thanks. Your build is using the wrong version of Spring Framework. At the time of writing, master is used 5.1.2.BUILD-SNAPSHOT
but your build is using 5.1.0.BUILD-SNAPSHOT
. I suspect that your local copy of Spring Boot's source is not up-to-date. Please ensure that you have pulled the latest changes and build again. I'm going to close this one now. As suspected, it's a problem with your environment and no change to Spring Boot will be necessary to fix it.
The following error occurred when I compiled the source code(branch:master):