Skip to content

Instantly share code, notes, and snippets.

@cyrille-leclerc
Created August 16, 2021 15:07
Show Gist options
  • Save cyrille-leclerc/208067cb781634ddfc5052dd68c2cb0c to your computer and use it in GitHub Desktop.
Save cyrille-leclerc/208067cb781634ddfc5052dd68c2cb0c to your computer and use it in GitHub Desktop.
OpenTelemetry Maven Extension - NoClassDefFoundError: io/grpc/netty/shaded/io/netty/channel/AbstractChannel$AbstractUnsafe$8
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /usr/local/Cellar/maven/3.8.2/libexec
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "11.5", arch: "x86_64", family: "mac"
[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.event.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.8.2/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/cyrilleleclerc/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.8.2/libexec/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/cyrilleleclerc/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/cyrilleleclerc/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/cyrilleleclerc/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=303475, ConflictMarker.markTime=148818, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=178901, ConflictIdSorter.topsortTime=164674, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1157958, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=32686426, DefaultDependencyCollector.transformTime=2888885}
[DEBUG] co.elastic.maven:opentelemetry-maven-extension:jar:0.1.0-SNAPSHOT
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime
[DEBUG] Created new class realm extension>co.elastic.maven:opentelemetry-maven-extension:0.1.0-SNAPSHOT
[DEBUG] Importing foreign packages into class realm extension>co.elastic.maven:opentelemetry-maven-extension:0.1.0-SNAPSHOT
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm extension>co.elastic.maven:opentelemetry-maven-extension:0.1.0-SNAPSHOT
[DEBUG] Included: co.elastic.maven:opentelemetry-maven-extension:jar:0.1.0-SNAPSHOT
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.1
[DEBUG] Extension realms for project com.example:my-war:war:1.0-SNAPSHOT: [ClassRealm[extension>co.elastic.maven:opentelemetry-maven-extension:0.1.0-SNAPSHOT, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]]
[DEBUG] Created new class realm project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Populating class realm project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Included: co.elastic.maven:opentelemetry-maven-extension:jar:0.1.0-SNAPSHOT
[DEBUG] Looking up lifecycle mappings for packaging war from ClassRealm[project>com.example:my-war:1.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[INFO] initialize - initialExecutionListener: org.apache.maven.cli.event.ExecutionEventLogger@766a4535
[DEBUG] afterProjectsRead
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.example:my-war:war:1.0-SNAPSHOT
[DEBUG] Tasks: [verify]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[DEBUG] Start project span com.example:my-war
[DEBUG] Using SLF4J as the default logging framework
[DEBUG] Platform: MacOS
[DEBUG] -Dio.netty.noUnsafe: false
[DEBUG] Java version: 11
[DEBUG] sun.misc.Unsafe.theUnsafe: available
[DEBUG] sun.misc.Unsafe.copyMemory: available
[DEBUG] java.nio.Buffer.address: available
[DEBUG] direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
at io.grpc.netty.shaded.io.netty.util.internal.ReflectionUtil.trySetAccessible (ReflectionUtil.java:31)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0$4.run (PlatformDependent0.java:238)
at java.security.AccessController.doPrivileged (Native Method)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0.<clinit> (PlatformDependent0.java:232)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent.isAndroid (PlatformDependent.java:289)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent.<clinit> (PlatformDependent.java:92)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<init> (AsciiString.java:223)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<init> (AsciiString.java:210)
at io.grpc.netty.shaded.io.netty.util.AsciiString.cached (AsciiString.java:1401)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<clinit> (AsciiString.java:48)
at io.grpc.netty.shaded.io.grpc.netty.Utils.<clinit> (Utils.java:74)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder.<clinit> (NettyChannelBuilder.java:82)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider.builderForTarget (NettyChannelProvider.java:43)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider.builderForTarget (NettyChannelProvider.java:24)
at io.grpc.ManagedChannelBuilder.forTarget (ManagedChannelBuilder.java:76)
at io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporterBuilder.build (OtlpGrpcSpanExporterBuilder.java:127)
at co.elastic.maven.opentelemetry.OpenTelemetrySdkService.getTracer (OpenTelemetrySdkService.java:83)
at co.elastic.maven.opentelemetry.OtelExecutionListener.projectStarted (OtelExecutionListener.java:85)
at co.elastic.maven.opentelemetry.ChainedExecutionListener.projectStarted (ChainedExecutionListener.java:81)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire (DefaultExecutionEventCatapult.java:71)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire (DefaultExecutionEventCatapult.java:42)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:108)
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:972)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[DEBUG] java.nio.Bits.unaligned: available, true
[DEBUG] jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @60737b23
at jdk.internal.reflect.Reflection.newIllegalAccessException (Reflection.java:361)
at java.lang.reflect.AccessibleObject.checkAccess (AccessibleObject.java:591)
at java.lang.reflect.Method.invoke (Method.java:558)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0$6.run (PlatformDependent0.java:352)
at java.security.AccessController.doPrivileged (Native Method)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0.<clinit> (PlatformDependent0.java:343)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent.isAndroid (PlatformDependent.java:289)
at io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent.<clinit> (PlatformDependent.java:92)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<init> (AsciiString.java:223)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<init> (AsciiString.java:210)
at io.grpc.netty.shaded.io.netty.util.AsciiString.cached (AsciiString.java:1401)
at io.grpc.netty.shaded.io.netty.util.AsciiString.<clinit> (AsciiString.java:48)
at io.grpc.netty.shaded.io.grpc.netty.Utils.<clinit> (Utils.java:74)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder.<clinit> (NettyChannelBuilder.java:82)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider.builderForTarget (NettyChannelProvider.java:43)
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider.builderForTarget (NettyChannelProvider.java:24)
at io.grpc.ManagedChannelBuilder.forTarget (ManagedChannelBuilder.java:76)
at io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporterBuilder.build (OtlpGrpcSpanExporterBuilder.java:127)
at co.elastic.maven.opentelemetry.OpenTelemetrySdkService.getTracer (OpenTelemetrySdkService.java:83)
at co.elastic.maven.opentelemetry.OtelExecutionListener.projectStarted (OtelExecutionListener.java:85)
at co.elastic.maven.opentelemetry.ChainedExecutionListener.projectStarted (ChainedExecutionListener.java:81)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire (DefaultExecutionEventCatapult.java:71)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire (DefaultExecutionEventCatapult.java:42)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:108)
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:972)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[DEBUG] java.nio.DirectByteBuffer.<init>(long, int): unavailable
[DEBUG] sun.misc.Unsafe: available
[DEBUG] maxDirectMemory: 4294967296 bytes (maybe)
[DEBUG] -Dio.netty.tmpdir: /var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T (java.io.tmpdir)
[DEBUG] -Dio.netty.bitMode: 64 (sun.arch.data.model)
[DEBUG] -Dio.netty.maxDirectMemory: -1 bytes
[DEBUG] -Dio.netty.uninitializedArrayAllocationThreshold: -1
[DEBUG] java.nio.ByteBuffer.cleaner(): available
[DEBUG] -Dio.netty.noPreferDirect: false
[DEBUG] -Dio.netty.eventLoopThreads: 16
[DEBUG] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[DEBUG] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[DEBUG] -Dio.netty.noKeySetOptimization: false
[DEBUG] -Dio.netty.selectorAutoRebuildThreshold: 512
[DEBUG] org.jctools-core.MpscChunkedArrayQueue: available
[INFO]
[INFO] -------------------------< com.example:my-war >-------------------------
[INFO] Building my-warWebapp 1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[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] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
[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: com.example:my-war:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1: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}"/>
<classpathElements 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>
<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>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">${maven.compiler.source}</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">${maven.compiler.target}</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1: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}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<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>
<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>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<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.5">${maven.compiler.source}</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">${maven.compiler.target}</target>
<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>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<archiveClasses default-value="false">${archiveClasses}</archiveClasses>
<attachClasses default-value="false"/>
<cacheFile default-value="${project.build.directory}/war/work/webapp-cache.xml"/>
<classesClassifier default-value="classes"/>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<containerConfigXML>${maven.war.containerConfigXML}</containerConfigXML>
<escapeString>${maven.war.escapeString}</escapeString>
<escapedBackslashesInFilePath default-value="false">${maven.war.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>
<failOnMissingWebXml default-value="true">${failOnMissingWebXml}</failOnMissingWebXml>
<filteringDeploymentDescriptors default-value="false">${maven.war.filteringDeploymentDescriptors}</filteringDeploymentDescriptors>
<outputDirectory default-value="${project.build.directory}"/>
<primaryArtifact default-value="true">${primaryArtifact}</primaryArtifact>
<project default-value="${project}"/>
<session default-value="${session}"/>
<useCache default-value="false">${useCache}</useCache>
<warName default-value="${project.build.finalName}"/>
<warSourceDirectory default-value="${basedir}/src/main/webapp"/>
<warSourceIncludes default-value="**"/>
<webXml>${maven.war.webxml}</webXml>
<webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>
<workDirectory default-value="${project.build.directory}/war/work"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=17368, ConflictMarker.markTime=34212, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=17681, ConflictIdSorter.topsortTime=6977, ConflictIdSorter.conflictIdCount=2, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=469331, ConflictResolver.conflictItemCount=2, DefaultDependencyCollector.collectTime=4555192, DefaultDependencyCollector.transformTime=573616}
[DEBUG] com.example:my-war:war:1.0-SNAPSHOT
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] Start mojo execution span resources:resources (default-resources) @ my-war
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ my-war ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for central (http://repo1.maven.org/maven2).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=191768, ConflictMarker.markTime=103414, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=115916, ConflictIdSorter.topsortTime=19915, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1122889, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=92654505, DefaultDependencyCollector.transformTime=1580199}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.example:my-war:1.0-SNAPSHOT @ /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.TERM=xterm-256color, java.specification.version=11, sun.cpu.isalist=, env.JAVA_MAIN_CLASS_48434=org.codehaus.plexus.classworlds.launcher.Launcher, sun.arch.data.model=64, java.vendor.url=https://adoptopenjdk.net/, env.COLORFGBG=7;0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X verify, jdk.debug=release, maven.version=3.8.2, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.LC_TERMINAL_VERSION=3.4.8, java.runtime.version=11.0.11+9, env.LSCOLORS=Gxfxcxdxbxegedabagacad, env.PATH=/usr/local/sbin:/Users/cyrilleleclerc/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin, env.__CFBundleIdentifier=com.googlecode.iterm2, file.encoding=UTF-8, java.vendor.version=AdoptOpenJDK-11.0.11+9, env.SHLVL=1, java.io.tmpdir=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, java.version=11.0.11, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, java.library.path=/Users/cyrilleleclerc/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor=AdoptOpenJDK, classworlds.conf=/usr/local/Cellar/maven/3.8.2/libexec/bin/m2.conf, sun.io.unicode.encoding=UnicodeBig, env.COMMAND_MODE=unix2003, user.timezone=, os.name=Mac OS X, java.vm.specification.version=11, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, maven.compiler.source=11, user.home=/Users/cyrilleleclerc, env.ZSH=/Users/cyrilleleclerc/.oh-my-zsh, env.COLORTERM=truecolor, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, env.ITERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.ITERM_PROFILE=Default, path.separator=:, os.version=11.5, java.vm.name=OpenJDK 64-Bit Server VM, env.SHELL=/bin/zsh, os.arch=x86_64, maven.multiModuleProjectDirectory=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.MAVEN_PROJECTBASEDIR=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.info=mixed mode, env.USER=cyrilleleclerc, java.class.version=55.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, sun.jnu.encoding=UTF-8, maven.build.version=Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f), maven.home=/usr/local/Cellar/maven/3.8.2/libexec, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, env.LC_TERMINAL=iTerm2, file.separator=/, env.LESS=-R, java.vm.compressedOopsMode=Zero based, line.separator=
, env.TERM_PROGRAM_VERSION=3.4.8, user.name=cyrilleleclerc, env.LOGNAME=cyrilleleclerc, env.XPC_FLAGS=0x0, env.__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0, env.TERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.GRAALVM_HOME=/Library/Java/JavaVirtualMachines/graalvm-ce-lts-java11-20.3.1/Contents/Home/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.UDnAeZVTgJ/Listeners, sun.os.patch.level=unknown, maven.compiler.target=11, env.TMPDIR=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, env.OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317, env.TERM_PROGRAM=iTerm.app, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, env.MAVEN_OPTS= --add-opens java.base/java.lang=ALL-UNNAMED, env.OLDPWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, gopherProxySet=false, env.PWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.LC_CTYPE=UTF-8, env.PAGER=less, java.class.path=/usr/local/Cellar/maven/3.8.2/libexec/boot/plexus-classworlds-2.6.0.jar, env.HOME=/Users/cyrilleleclerc, java.vm.vendor=AdoptOpenJDK, maven.conf=/usr/local/Cellar/maven/3.8.2/libexec/conf, sun.java.launcher=SUN_STANDARD, user.country=US, sun.cpu.endian=little, user.language=en, env.XPC_SERVICE_NAME=0, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.runtime.name=OpenJDK Runtime Environment, project.build.sourceEncoding=UTF-8, env.MAVEN_CMD_LINE_ARGS= -X verify, java.vendor.url.bug=https://github.com/AdoptOpenJDK/openjdk-support/issues, user.dir=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.version=11.0.11+9}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/resources
[DEBUG] no use filter components
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources}
[DEBUG] Start mojo execution span compiler:compile (default-compile) @ my-war
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ my-war ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=313581, ConflictMarker.markTime=169808, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=108849, ConflictIdSorter.topsortTime=32692, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1060155, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=158843449, DefaultDependencyCollector.transformTime=1702646}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Imported: < project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war
[DEBUG] (f) buildDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target
[DEBUG] (f) classpathElements = [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes]
[DEBUG] (f) compileSourceRoots = [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes
[DEBUG] (f) projectArtifact = com.example:my-war:war:1.0-SNAPSHOT
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 11
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 11
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] Start mojo execution span resources:testResources (default-testResources) @ my-war
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ my-war ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.example:my-war:1.0-SNAPSHOT @ /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.TERM=xterm-256color, java.specification.version=11, sun.cpu.isalist=, env.JAVA_MAIN_CLASS_48434=org.codehaus.plexus.classworlds.launcher.Launcher, sun.arch.data.model=64, java.vendor.url=https://adoptopenjdk.net/, env.COLORFGBG=7;0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X verify, jdk.debug=release, maven.version=3.8.2, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.LC_TERMINAL_VERSION=3.4.8, java.runtime.version=11.0.11+9, env.LSCOLORS=Gxfxcxdxbxegedabagacad, env.PATH=/usr/local/sbin:/Users/cyrilleleclerc/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin, env.__CFBundleIdentifier=com.googlecode.iterm2, file.encoding=UTF-8, java.vendor.version=AdoptOpenJDK-11.0.11+9, env.SHLVL=1, java.io.tmpdir=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, java.version=11.0.11, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, java.library.path=/Users/cyrilleleclerc/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor=AdoptOpenJDK, classworlds.conf=/usr/local/Cellar/maven/3.8.2/libexec/bin/m2.conf, sun.io.unicode.encoding=UnicodeBig, env.COMMAND_MODE=unix2003, user.timezone=, os.name=Mac OS X, java.vm.specification.version=11, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, maven.compiler.source=11, user.home=/Users/cyrilleleclerc, env.ZSH=/Users/cyrilleleclerc/.oh-my-zsh, env.COLORTERM=truecolor, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, env.ITERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.ITERM_PROFILE=Default, path.separator=:, os.version=11.5, java.vm.name=OpenJDK 64-Bit Server VM, env.SHELL=/bin/zsh, os.arch=x86_64, maven.multiModuleProjectDirectory=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.MAVEN_PROJECTBASEDIR=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.info=mixed mode, env.USER=cyrilleleclerc, java.class.version=55.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, sun.jnu.encoding=UTF-8, maven.build.version=Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f), maven.home=/usr/local/Cellar/maven/3.8.2/libexec, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, env.LC_TERMINAL=iTerm2, file.separator=/, env.LESS=-R, java.vm.compressedOopsMode=Zero based, line.separator=
, env.TERM_PROGRAM_VERSION=3.4.8, user.name=cyrilleleclerc, env.LOGNAME=cyrilleleclerc, env.XPC_FLAGS=0x0, env.__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0, env.TERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.GRAALVM_HOME=/Library/Java/JavaVirtualMachines/graalvm-ce-lts-java11-20.3.1/Contents/Home/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.UDnAeZVTgJ/Listeners, sun.os.patch.level=unknown, maven.compiler.target=11, env.TMPDIR=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, env.OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317, env.TERM_PROGRAM=iTerm.app, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, env.MAVEN_OPTS= --add-opens java.base/java.lang=ALL-UNNAMED, env.OLDPWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, gopherProxySet=false, env.PWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.LC_CTYPE=UTF-8, env.PAGER=less, java.class.path=/usr/local/Cellar/maven/3.8.2/libexec/boot/plexus-classworlds-2.6.0.jar, env.HOME=/Users/cyrilleleclerc, java.vm.vendor=AdoptOpenJDK, maven.conf=/usr/local/Cellar/maven/3.8.2/libexec/conf, sun.java.launcher=SUN_STANDARD, user.country=US, sun.cpu.endian=little, user.language=en, env.XPC_SERVICE_NAME=0, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.runtime.name=OpenJDK Runtime Environment, project.build.sourceEncoding=UTF-8, env.MAVEN_CMD_LINE_ARGS= -X verify, java.vendor.url.bug=https://github.com/AdoptOpenJDK/openjdk-support/issues, user.dir=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.version=11.0.11+9}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/test/resources
[DEBUG] no use filter components
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources}
[DEBUG] Start mojo execution span compiler:testCompile (default-testCompile) @ my-war
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ my-war ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war
[DEBUG] (f) buildDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target
[DEBUG] (f) classpathElements = [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/test-classes, /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes, /Users/cyrilleleclerc/.m2/repository/junit/junit/4.11/junit-4.11.jar, /Users/cyrilleleclerc/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar]
[DEBUG] (f) compileSourceRoots = [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/test-classes
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 11
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 11
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] Start mojo execution span surefire:test (default-test) @ my-war
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ my-war ---
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=200200, ConflictMarker.markTime=52473, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=124120, ConflictIdSorter.topsortTime=17265, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=492731, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=30440933, DefaultDependencyCollector.transformTime=903269}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile (version managed from default)
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile (version managed from default)
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile (version managed from default)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test (scope managed from default) (version managed from default)
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile (exclusions managed from default)
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Imported: < project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG] (s) basedir = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///Users/cyrilleleclerc/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
blocked: false
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {junit:junit=junit:junit:jar:4.11:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
blocked: false
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/test/java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war
[DEBUG] (s) project = MavenProject: com.example:my-war:1.0-SNAPSHOT @ /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] -- end configuration --
[INFO] No tests to run.
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test {execution: default-test}
[DEBUG] Start mojo execution span war:war (default-war) @ my-war
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ my-war ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=86234, ConflictMarker.markTime=42041, ConflictMarker.nodeCount=95, ConflictIdSorter.graphTime=60245, ConflictIdSorter.topsortTime=19777, ConflictIdSorter.conflictIdCount=30, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=517195, ConflictResolver.conflictItemCount=87, DefaultDependencyCollector.collectTime=21780771, DefaultDependencyCollector.transformTime=743515}
[DEBUG] org.apache.maven.plugins:maven-war-plugin:jar:2.2
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2
[DEBUG] Imported: < project>com.example:my-war:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2
[DEBUG] Included: org.apache.maven.plugins:maven-war-plugin:jar:2.2
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.3.1
[DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-war-plugin:2.2:war from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-war-plugin:2.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/Users/cyrilleleclerc/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar) to field java.util.Properties.defaults
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war-plugin:2.2:war' with basic configurator -->
[DEBUG] (s) archiveClasses = false
[DEBUG] (s) attachClasses = false
[DEBUG] (s) cacheFile = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/war/work/webapp-cache.xml
[DEBUG] (s) classesClassifier = classes
[DEBUG] (s) classesDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/classes
[DEBUG] (f) escapedBackslashesInFilePath = false
[DEBUG] (s) failOnMissingWebXml = true
[DEBUG] (f) filteringDeploymentDescriptors = false
[DEBUG] (s) outputDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target
[DEBUG] (s) primaryArtifact = true
[DEBUG] (s) project = MavenProject: com.example:my-war:1.0-SNAPSHOT @ /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@358ab600
[DEBUG] (s) useCache = false
[DEBUG] (s) warName = my-war-1.0-SNAPSHOT
[DEBUG] (s) warSourceDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/webapp
[DEBUG] (s) warSourceIncludes = **
[DEBUG] (s) webappDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/my-war-1.0-SNAPSHOT
[DEBUG] (s) workDirectory = /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/war/work
[DEBUG] -- end configuration --
[INFO] Packaging webapp
[INFO] Assembling webapp [my-war] in [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/my-war-1.0-SNAPSHOT]
[DEBUG] properties used {env.TERM=xterm-256color, java.specification.version=11, sun.cpu.isalist=, env.JAVA_MAIN_CLASS_48434=org.codehaus.plexus.classworlds.launcher.Launcher, sun.arch.data.model=64, java.vendor.url=https://adoptopenjdk.net/, env.COLORFGBG=7;0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X verify, jdk.debug=release, maven.version=3.8.2, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.LC_TERMINAL_VERSION=3.4.8, java.runtime.version=11.0.11+9, env.LSCOLORS=Gxfxcxdxbxegedabagacad, env.PATH=/usr/local/sbin:/Users/cyrilleleclerc/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin, env.__CFBundleIdentifier=com.googlecode.iterm2, file.encoding=UTF-8, java.vendor.version=AdoptOpenJDK-11.0.11+9, env.SHLVL=1, java.io.tmpdir=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, java.version=11.0.11, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, java.library.path=/Users/cyrilleleclerc/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor=AdoptOpenJDK, classworlds.conf=/usr/local/Cellar/maven/3.8.2/libexec/bin/m2.conf, sun.io.unicode.encoding=UnicodeBig, env.COMMAND_MODE=unix2003, user.timezone=, os.name=Mac OS X, java.vm.specification.version=11, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, maven.compiler.source=11, user.home=/Users/cyrilleleclerc, env.ZSH=/Users/cyrilleleclerc/.oh-my-zsh, env.COLORTERM=truecolor, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, env.ITERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.ITERM_PROFILE=Default, path.separator=:, os.version=11.5, java.vm.name=OpenJDK 64-Bit Server VM, env.SHELL=/bin/zsh, os.arch=x86_64, maven.multiModuleProjectDirectory=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.MAVEN_PROJECTBASEDIR=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.info=mixed mode, env.USER=cyrilleleclerc, java.class.version=55.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, sun.jnu.encoding=UTF-8, maven.build.version=Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f), maven.home=/usr/local/Cellar/maven/3.8.2/libexec, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home, env.LC_TERMINAL=iTerm2, file.separator=/, env.LESS=-R, java.vm.compressedOopsMode=Zero based, line.separator=
, env.TERM_PROGRAM_VERSION=3.4.8, user.name=cyrilleleclerc, env.LOGNAME=cyrilleleclerc, env.XPC_FLAGS=0x0, env.__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0, env.TERM_SESSION_ID=w0t1p1:86CBC3A7-4898-48C9-BA2E-4D584622BD91, env.GRAALVM_HOME=/Library/Java/JavaVirtualMachines/graalvm-ce-lts-java11-20.3.1/Contents/Home/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.UDnAeZVTgJ/Listeners, sun.os.patch.level=unknown, maven.compiler.target=11, env.TMPDIR=/var/folders/q5/nhxy61hj4vv96j390q28gr2r0000gn/T/, env.OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317, env.TERM_PROGRAM=iTerm.app, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, env.MAVEN_OPTS= --add-opens java.base/java.lang=ALL-UNNAMED, env.OLDPWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, gopherProxySet=false, env.PWD=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, env.LC_CTYPE=UTF-8, env.PAGER=less, java.class.path=/usr/local/Cellar/maven/3.8.2/libexec/boot/plexus-classworlds-2.6.0.jar, env.HOME=/Users/cyrilleleclerc, java.vm.vendor=AdoptOpenJDK, maven.conf=/usr/local/Cellar/maven/3.8.2/libexec/conf, sun.java.launcher=SUN_STANDARD, user.country=US, sun.cpu.endian=little, user.language=en, env.XPC_SERVICE_NAME=0, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.runtime.name=OpenJDK Runtime Environment, project.build.sourceEncoding=UTF-8, env.MAVEN_CMD_LINE_ARGS= -X verify, java.vendor.url.bug=https://github.com/AdoptOpenJDK/openjdk-support/issues, user.dir=/Users/cyrilleleclerc/git/cyrille-leclerc/my-war, java.vm.version=11.0.11+9}
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/cyrilleleclerc/git/cyrille-leclerc/my-war/src/main/webapp]
[DEBUG] + index.jsp has been copied.
[DEBUG] + WEB-INF/web.xml has been copied.
[DEBUG] Dump of the current build pathSet content -->
[DEBUG] index.jsp
[DEBUG] WEB-INF/web.xml
[DEBUG] -- end of dump --
[INFO] Webapp assembled in [13 msecs]
[DEBUG] Excluding [] from the generated webapp archive.
[DEBUG] Including [**] in the generated webapp archive.
[INFO] Building war: /Users/cyrilleleclerc/git/cyrille-leclerc/my-war/target/my-war-1.0-SNAPSHOT.war
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory WEB-INF/
[DEBUG] adding directory WEB-INF/classes/
[DEBUG] adding entry index.jsp
[DEBUG] adding entry WEB-INF/web.xml
[INFO] WEB-INF/web.xml already added, skipping
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/com.example/
[DEBUG] adding directory META-INF/maven/com.example/my-war/
[DEBUG] adding entry META-INF/maven/com.example/my-war/pom.xml
[DEBUG] adding entry META-INF/maven/com.example/my-war/pom.properties
[DEBUG] End succeeded mojo execution span org.apache.maven.plugins:maven-war-plugin:2.2:war {execution: default-war}
[DEBUG] End succeeded project span my-war:my-war
[DEBUG] Close openTelemetrySdkService...
[INFO] Shutdown OTLP exporter...
[DEBUG] -Dio.grpc.netty.shaded.io.netty.leakDetection.level: simple
[DEBUG] -Dio.grpc.netty.shaded.io.netty.leakDetection.targetRecords: 4
[DEBUG] -Dio.grpc.netty.shaded.io.netty.buffer.checkAccessible: true
[DEBUG] -Dio.grpc.netty.shaded.io.netty.buffer.checkBounds: true
[DEBUG] Loaded default ResourceLeakDetector: io.grpc.netty.shaded.io.netty.util.ResourceLeakDetector@4e9dab8b
[DEBUG] -Dio.netty.allocator.numHeapArenas: 16
[DEBUG] -Dio.netty.allocator.numDirectArenas: 16
[DEBUG] -Dio.netty.allocator.pageSize: 8192
[DEBUG] -Dio.netty.allocator.maxOrder: 11
[DEBUG] -Dio.netty.allocator.chunkSize: 16777216
[DEBUG] -Dio.netty.allocator.smallCacheSize: 256
[DEBUG] -Dio.netty.allocator.normalCacheSize: 64
[DEBUG] -Dio.netty.allocator.maxCachedBufferCapacity: 32768
[DEBUG] -Dio.netty.allocator.cacheTrimInterval: 8192
[DEBUG] -Dio.netty.allocator.cacheTrimIntervalMillis: 0
[DEBUG] -Dio.netty.allocator.useCacheForAllThreads: true
[DEBUG] -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
[DEBUG] -Dio.netty.processId: 48434 (auto-detected)
[DEBUG] -Djava.net.preferIPv4Stack: false
[DEBUG] -Djava.net.preferIPv6Addresses: false
[DEBUG] Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0)
[DEBUG] Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128
[DEBUG] -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected)
[DEBUG] -Dio.netty.allocator.type: pooled
[DEBUG] -Dio.netty.threadLocalDirectBufferSize: 0
[DEBUG] -Dio.netty.maxThreadLocalCharBufferSize: 16384
[DEBUG] -Dio.netty.recycler.maxCapacityPerThread: 4096
[DEBUG] -Dio.netty.recycler.maxSharedCapacityFactor: 2
[DEBUG] -Dio.netty.recycler.linkCapacity: 16
[DEBUG] -Dio.netty.recycler.ratio: 8
[DEBUG] -Dio.netty.recycler.delayedQueue.ratio: 8
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192}
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND SETTINGS: ack=false settings={MAX_FRAME_SIZE=16384}
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND SETTINGS: ack=true
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND SETTINGS: ack=true
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND HEADERS: streamId=3 headers=GrpcHttp2OutboundHeaders[:authority: localhost:4317, :path: /opentelemetry.proto.collector.trace.v1.TraceService/Export, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.39.0, grpc-accept-encoding: gzip, grpc-timeout: 9821078u] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND DATA: streamId=3 padding=0 endStream=true length=3246 bytes=0000000ca90aa6190a350a170a0c736572766963652e6e616d6512070a056d6176656e0a1a0a0f736572766963652e76657273696f6e12070a05332e382e3212...
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=3246
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND PING: ack=false bytes=145258749040133895
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND PING: ack=true bytes=145258749040133895
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND HEADERS: streamId=3 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc] padding=0 endStream=false
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND DATA: streamId=3 padding=0 endStream=false length=5 bytes=0000000000
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND PING: ack=false bytes=1234
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND HEADERS: streamId=3 headers=GrpcHttp2ResponseHeaders[grpc-status: 0, grpc-message: ] padding=0 endStream=true
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] INBOUND PING: ack=true bytes=1234
[INFO] OTLP exporter shut down in 253 ms
[INFO] Shutdown OTLP span exporter...
[INFO] OTLP span exporter shut down in 253 ms
[DEBUG] OpenTelemetrySdkService closed
[DEBUG] Maven session ended
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[DEBUG] [id: 0x88fb3872, L:/127.0.0.1:65478 - R:localhost/127.0.0.1:4317] OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
[INFO] Total time: 1.305 s
[INFO] Finished at: 2021-08-16T17:06:54+02:00
[INFO] ------------------------------------------------------------------------
[WARNING] Failed to mark a promise as failure because it has succeeded already: DefaultChannelPromise@35da7ac1(success)
java.lang.NoClassDefFoundError: io/grpc/netty/shaded/io/netty/channel/AbstractChannel$AbstractUnsafe$8
at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.deregister (AbstractChannel.java:810)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.fireChannelInactiveAndDeregister (AbstractChannel.java:770)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.close (AbstractChannel.java:753)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.close (AbstractChannel.java:608)
at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPipeline$HeadContext.close (DefaultChannelPipeline.java:1352)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeClose (AbstractChannelHandlerContext.java:622)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.close (AbstractChannelHandlerContext.java:606)
at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.doClose (Http2ConnectionHandler.java:978)
at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.operationComplete (Http2ConnectionHandler.java:963)
at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.operationComplete (Http2ConnectionHandler.java:934)
at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListener0 (DefaultPromise.java:577)
at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListenersNow (DefaultPromise.java:551)
at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListeners (DefaultPromise.java:490)
at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.addListener (DefaultPromise.java:183)
at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPromise.addListener (DefaultChannelPromise.java:95)
at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPromise.addListener (DefaultChannelPromise.java:30)
at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler.doGracefulShutdown (Http2ConnectionHandler.java:493)
at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler.close (Http2ConnectionHandler.java:477)
at io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler.close (NettyClientHandler.java:431)
at io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler.gracefulClose (NettyClientHandler.java:780)
at io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler.write (NettyClientHandler.java:345)
at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeWrite0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment