Skip to content

Instantly share code, notes, and snippets.

@tnmtechnologies
Created November 10, 2020 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnmtechnologies/41d678903c54165383148a8bd92dffaa to your computer and use it in GitHub Desktop.
Save tnmtechnologies/41d678903c54165383148a8bd92dffaa to your computer and use it in GitHub Desktop.
[quarkus/native] native build of namf-mt service
> mvn package -Pnative
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< com.bcom.newedge.3gpp.5gc:5gc-amf-mt-server >-------------
[INFO] Building 5gc-amf-mt-server 5.5.4-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ 5gc-amf-mt-server ---
[INFO] Required toolchain: jdk [ version='11' ]
[INFO] Found matching toolchain for type jdk: JDK[d:\babun-1.2.0\.babun\cygwin\home\mvsz7559\.sdkman\candidates\java\11.0.9.j9-adpt]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default-prepare-agent) @ 5gc-amf-mt-server ---
[INFO] argLine set to -javaagent:D:\\maven\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.3\\org.jacoco.agent-0.8.3-runtime.jar=destfile=d:\\bcom\\forge\\amf.git\\amf-mt-parent\\amf-mt-server\\target\\jacoco.exec
[INFO]
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ 5gc-amf-mt-server ---
[INFO] Highest basedir set to: d:\bcom\forge\amf.git
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (echo) @ 5gc-amf-mt-server ---
[INFO]
[INFO] --- git-commit-id-plugin:3.0.1:revision (get-the-git-infos) @ 5gc-amf-mt-server ---
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:unpack (yaml-unpack) @ 5gc-amf-mt-server ---
[INFO] Configured Artifact: com.bcom.newedge.3gpp.5gc:5gc-yaml-microprofile:ts:2.4.9:jar
[INFO] Unpacking D:\maven\.m2\repository\com\bcom\newedge\3gpp\5gc\5gc-yaml-microprofile\2.4.9\5gc-yaml-microprofile-2.4.9-ts.jar to d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\5gc-yaml-microprofile-2.4.9-ts.jar with includes "" and excludes ""
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-it-source) @ 5gc-amf-mt-server ---
[INFO] Test Source directory: d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\src\it\java added.
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-test-resource (add-it-resource) @ 5gc-amf-mt-server ---
[INFO]
[INFO] --- maven-replacer-plugin:1.4.0:replace (default) @ 5gc-amf-mt-server ---
[INFO] Replacement run on 1 file.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 5gc-amf-mt-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 5gc-amf-mt-server ---
[INFO] Toolchain in maven-compiler-plugin: JDK[d:\babun-1.2.0\.babun\cygwin\home\mvsz7559\.sdkman\candidates\java\11.0.9.j9-adpt]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 5gc-amf-mt-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\src\test\resources
[INFO] skip non existing resourceDirectory d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\src\it\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ 5gc-amf-mt-server ---
[INFO] Toolchain in maven-compiler-plugin: JDK[d:\babun-1.2.0\.babun\cygwin\home\mvsz7559\.sdkman\candidates\java\11.0.9.j9-adpt]
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ 5gc-amf-mt-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[d:\babun-1.2.0\.babun\cygwin\home\mvsz7559\.sdkman\candidates\java\11.0.9.j9-adpt]
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.bcom.newedge._3gpp._5gc.amf.mt.server.models.NFApiDataProducerTest
nov. 10, 2020 4:52:05 PM com.bcom.newedge._3gpp._5gc.amf.mt.server.models.NFApiDataProducer create
INFO: create()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in com.bcom.newedge._3gpp._5gc.amf.mt.server.models.NFApiDataProducerTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ 5gc-amf-mt-server ---
[INFO] Building jar: d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\5gc-amf-mt-server.jar
[INFO]
[INFO] --- git-commit-id-plugin:3.0.1:validateRevision (validate-the-git-infos) @ 5gc-amf-mt-server ---
[INFO]
[INFO] --- quarkus-maven-plugin:1.8.3.Final:native-image (default) @ 5gc-amf-mt-server ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotImplementedRuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.ConstraintViolationExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InconsistentQueryParamsExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.ProcessingExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.UnsupportedQueryParameterExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.RuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.BadRequestRuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InvalidQueryParamValueExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NullPointerExceptionMapper
[INFO] [io.quarkus.arc.processor.Beans] Ignoring bean defined via com.bcom.newedge._3gpp._5gc.amf.mt.server.service.RandomBeansUeContextsApiServiceImpl - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Uber JAR strategy is used for native image source JAR generation on Windows. This is done for the time being to work around a current GraalVM limitation on Windows concerning the maximum command length (see https://github.com/oracle/graal/issues/2387).
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building fat jar: d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\5gc-amf-mt-server-native-image-source-jar\5gc-amf-mt-server-runner.jar
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry javax/el/PrivateMessages.properties entry from jakarta.el:jakarta.el-api::jar:3.0.3(compile) will be ignored. Existing file was provided by org.glassfish:jakarta.el::jar:3.0.3(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_en.properties entry from org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile) will be ignored. Existing file was provided by org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_xx.properties entry from org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile) will be ignored. Existing file was provided by org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [jakarta.el:jakarta.el-api::jar:3.0.3(compile), org.glassfish:jakarta.el::jar:3.0.3(compile)] contain duplicate files, e.g. javax/el/StaticFieldELResolver.class
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [com.sun.activation:jakarta.activation::jar:1.2.1(compile), jakarta.activation:jakarta.activation-api::jar:1.2.1(compile)] contain duplicate files, e.g. javax/activation/ActivationDataFlavor.class
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile), org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)] contain duplicate files, e.g. org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_xx.properties
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\5gc-amf-mt-server-native-image-source-jar\5gc-amf-mt-server-runner.jar
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version 20.2.0 (Java Version 11.0.8)
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] C:\Users\mvsz7559\Liberkey\MyApps\graalvm\graalvm-ce-java11-20.2.0\bin\native-image.cmd -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=1 -J-Duser.language=en -J-Dfile.encoding=UTF-8 --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy\$BySpaceAndTime -H:+JNI -jar 5gc-amf-mt-server-runner.jar -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:-AddAllCharsets -H:EnableURLProtocols=http,https --enable-all-security-services -H:-UseServiceLoaderFeature -H:+StackTrace 5gc-amf-mt-server-runner
[5gc-amf-mt-server-runner:18216] classlist: 5,042.36 ms, 0.96 GB
[5gc-amf-mt-server-runner:18216] (cap): 3,810.51 ms, 0.96 GB
[5gc-amf-mt-server-runner:18216] setup: 5,914.08 ms, 0.94 GB
16:52:27,112 INFO [org.hib.val.int.uti.Version] HV000001: Hibernate Validator 5.5.4-SNAPSHOT
16:52:27,275 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for OnSubscribeSubscriber(MultiOnSubscribeInvokeUniOp, MultiSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,291 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for SubscribeOnUniSubscriber(UniCallSubscribeOn, UniSerializedSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,294 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for OnSubscribeSubscriber(MultiOnSubscribeInvokeOp, MultiSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,341 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for Itr(EntrySet, Iterator), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,387 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for AndSupervisor(UniAndCombination, UniSerializedSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,475 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for SignalSubscriber(MultiSignalConsumerOp, MultiSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,613 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for MultiOnTerminationInvokeUniProcessor(MultiOnTerminationInvokeUni, MultiSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,665 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for MultiOnTerminationInvokeProcessor(MultiOnTerminationInvoke, MultiSubscriber), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,696 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for Itr(Values, Iterator), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,718 WARN [org.hib.val.int.pro.jav.JavaBeanExecutable] HV000254: Missing parameter metadata for UniHandler(UniAndCombination, AndSupervisor, Uni), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
16:52:27,804 INFO [com.bco.new._3g._5g.nf.nrf.cli.jax.InlineResponse200MessageBodyReader] Inline200MessageBodyReader()
16:52:27,805 INFO [com.bco.new._3g._5g.nf.com.jso.RegisterJsonbConfigCustomizer] RegisterJsonbConfigCustomizer()
16:52:27,806 INFO [com.bco.new._3g._5g.nf.com.jso.RegisterJsonbConfigCustomizer] customize(jsonbConfig)
16:52:27,806 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,806 INFO [com.bco.new._3g._5g.nf.com.jso.AccessTypeJsonbAdapter] AccessTypeJsonbAdapter()
16:52:27,806 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,806 INFO [com.bco.new._3g._5g.nf.com.jso.NFTypeJsonbAdapter] NFTypeJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.EnumListJsonbAdapter] EnumListJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.NFTypesJsonbAdapter] NFTypesJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.NotificationEventTypeJsonbAdapter] NotificationEventTypeJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.EnumListJsonbAdapter] EnumListJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.NotificationEventTypesJsonbAdapter] NotificationEventTypesJsonbAdapter()
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,807 INFO [com.bco.new._3g._5g.nf.com.jso.PatchOperationJsonbAdapter] PatchOperationJsonbAdapter()
16:52:27,808 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,808 INFO [com.bco.new._3g._5g.nf.com.jso.ServiceNameJsonbAdapter] ServiceNameJsonbAdapter()
16:52:27,808 INFO [com.bco.new._3g._5g.nf.com.jso.EnumJsonbAdapter] EnumJsonbAdapter(values)
16:52:27,808 INFO [com.bco.new._3g._5g.nf.com.jso.UriSchemeJsonbAdapter] UriSchemeJsonbAdapter()
16:52:27,825 INFO [com.bco.new._3g._5g.nf.com.jax.par.con.EnumParamConverterProvider] EnumParamConverterProvider()
16:52:27,837 INFO [com.bco.new._3g._5g.amf.mt.ser.app.MTApplication] MTApplication()
16:52:27,847 INFO [org.jbo.res.res.i18n] RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.bcom.newedge._3gpp._5gc.amf.mt.server.app.MTApplication
16:52:27,848 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,848 INFO [com.bco.new._3g._5g.nf.com.ser.pro.NotImplementedRuntimeExceptionProblemDetailsServiceImpl] NotImplementedRuntimeExceptionProblemDetailsServiceImpl()
16:52:27,848 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,848 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NotImplementedRuntimeExceptionMapper] NotImplementedRuntimeExceptionMapper(ProblemDetailsService)
16:52:27,851 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,852 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractRuntimeExceptionProblemDetailsServiceImpl] AbstractRuntimeExceptionProblemDetailsServiceImpl()
16:52:27,852 INFO [com.bco.new._3g._5g.nf.com.ser.pro.RuntimeExceptionProblemDetailsServiceImpl] RuntimeExceptionProblemDetailsServiceImpl()
16:52:27,852 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,853 INFO [com.bco.new._3g._5g.nf.com.jax.exc.RuntimeExceptionMapper] RuntimeExceptionMapper(ProblemDetailsService)
16:52:27,853 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,853 INFO [com.bco.new._3g._5g.nf.com.ser.pro.ConstraintViolationExceptionProblemDetailsServiceImpl] ConstraintViolationExceptionProblemDetailsServiceImpl()
16:52:27,853 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,854 INFO [com.bco.new._3g._5g.nf.com.jax.exc.ConstraintViolationExceptionMapper] ConstraintViolationExceptionMapper(ProblemDetailsService)
16:52:27,856 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NFExceptionMapper] NFExceptionMapper()
16:52:27,856 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NotFoundExceptionMapper] NotFoundExceptionMapper()
16:52:27,856 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NFExceptionMapper] NFExceptionMapper()
16:52:27,856 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NotFoundNFInstanceExceptionMapper] NotFoundNFInstanceExceptionMapper()
16:52:27,857 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,857 INFO [com.bco.new._3g._5g.nf.com.ser.pro.BadRequestRuntimeExceptionProblemDetailsServiceImpl] BadRequestRuntimeExceptionProblemDetailsServiceImpl()
16:52:27,857 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,857 INFO [com.bco.new._3g._5g.nf.com.jax.exc.BadRequestRuntimeExceptionMapper] BadRequestRuntimeExceptionMapper(ProblemDetailsService)
16:52:27,857 INFO [com.bco.new._3g._5g.nf.nrf.cli.jax.InlineResponse200MessageBodyReader] Inline200MessageBodyReader()
16:52:27,858 INFO [com.bco.new._3g._5g.nf.nrf.cli.jax.InlineResponse200MessageBodyReader] Inline200MessageBodyReader()
16:52:27,858 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,858 INFO [com.bco.new._3g._5g.nf.com.ser.pro.InvalidQueryParamValueExceptionProblemDetailsServiceImpl] InvalidQueryParamValueExceptionProblemDetailsServiceImpl()
16:52:27,859 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,859 INFO [com.bco.new._3g._5g.nf.com.jax.exc.InvalidQueryParamValueExceptionMapper] InvalidQueryParamValueExceptionMapper(ProblemDetailsService)
16:52:27,859 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,859 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractRuntimeExceptionProblemDetailsServiceImpl] AbstractRuntimeExceptionProblemDetailsServiceImpl()
16:52:27,860 INFO [com.bco.new._3g._5g.nf.com.ser.pro.NullPointerExceptionProblemDetailsServiceImpl] NullPointerExceptionProblemDetailsServiceImpl()
16:52:27,860 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,860 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NullPointerExceptionMapper] NullPointerExceptionMapper(ProblemDetailsService)
16:52:27,860 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NFExceptionMapper] NFExceptionMapper()
16:52:27,861 INFO [com.bco.new._3g._5g.nf.com.jax.exc.InstanceAlreadyExistsExceptionMapper] InstanceAlreadyExistsExceptionMapper()
16:52:27,861 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,861 INFO [com.bco.new._3g._5g.nf.com.ser.pro.InconsistentQueryParamsExceptionProblemDetailsServiceImpl] InconsistentQueryParamsExceptionProblemDetailsServiceImpl()
16:52:27,861 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,861 INFO [com.bco.new._3g._5g.nf.com.jax.exc.InconsistentQueryParamsExceptionMapper] InconsistentQueryParamsExceptionMapper(ProblemDetailsService)
16:52:27,862 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,862 INFO [com.bco.new._3g._5g.nf.com.ser.pro.ProcessingExceptionProblemDetailsServiceImpl] ProcessingExceptionProblemDetailsServiceImpl()
16:52:27,862 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,862 INFO [com.bco.new._3g._5g.nf.com.jax.exc.ProcessingExceptionMapper] ProcessingExceptionMapper(ProblemDetailsService)
16:52:27,863 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NFExceptionMapper] NFExceptionMapper()
16:52:27,863 INFO [com.bco.new._3g._5g.nf.com.jax.exc.NotFoundSubscriptionIDExceptionMapper] NotFoundSubscriptionIDExceptionMapper()
16:52:27,863 INFO [com.bco.new._3g._5g.nf.com.jax.par.con.EnumParamConverterProvider] EnumParamConverterProvider()
16:52:27,863 INFO [com.bco.new._3g._5g.nf.com.ser.pro.AbstractProblemDetailsServiceImpl] AbstractProblemDetailsServiceImpl(status, title)
16:52:27,867 INFO [com.bco.new._3g._5g.nf.com.ser.pro.UnsupportedQueryParameterExceptionProblemDetailsServiceImpl] UnsupportedQueryParameterExceptionProblemDetailsServiceImpl()
16:52:27,867 INFO [com.bco.new._3g._5g.nf.com.jax.exc.AbstractNFExceptionMapper] AbstractNFExceptionMapper(problemDetailsService)
16:52:27,868 INFO [com.bco.new._3g._5g.nf.com.jax.exc.UnsupportedQueryParameterExceptionMapper] UnsupportedQueryParameterExceptionMapper(ProblemDetailsService)
16:52:27,879 INFO [com.bco.new._3g._5g.nf.com.jax.fil.log.LoggingFilter] LoggingFilter()
16:52:27,879 INFO [com.bco.new._3g._5g.nf.com.jax.fil.log.LoggingWriterInterceptor] LoggingWriterInterceptor()
16:52:40,470 INFO [org.jbo.threads] JBoss Threads version 3.1.1.Final
[5gc-amf-mt-server-runner:18216] (clinit): 656.38 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] (typeflow): 16,233.00 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] (objects): 25,569.93 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] (features): 1,508.29 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] analysis: 45,487.11 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] universe: 1,493.59 ms, 5.05 GB
[5gc-amf-mt-server-runner:18216] (parse): 4,184.30 ms, 6.61 GB
[5gc-amf-mt-server-runner:18216] (inline): 2,031.16 ms, 6.61 GB
[5gc-amf-mt-server-runner:18216] (compile): 16,337.98 ms, 7.66 GB
[5gc-amf-mt-server-runner:18216] compile: 25,249.65 ms, 7.66 GB
[5gc-amf-mt-server-runner:18216] image: 6,823.13 ms, 7.68 GB
[5gc-amf-mt-server-runner:18216] write: 858.27 ms, 7.68 GB
[5gc-amf-mt-server-runner:18216] [total]: 91,662.03 ms, 7.68 GB
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 100898ms
[INFO]
[INFO] --- quarkus-maven-plugin:1.8.3.Final:build (default) @ 5gc-amf-mt-server ---
[INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotImplementedRuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.ConstraintViolationExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InconsistentQueryParamsExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.ProcessingExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.UnsupportedQueryParameterExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.RuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.BadRequestRuntimeExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InvalidQueryParamValueExceptionMapper
[WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Classes annotated with @Provider should have a single, no-argument constructor, otherwise dependency injection won't work properly. Offending class is com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NullPointerExceptionMapper
[INFO] [io.quarkus.arc.processor.Beans] Ignoring bean defined via com.bcom.newedge._3gpp._5gc.amf.mt.server.service.RandomBeansUeContextsApiServiceImpl - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building fat jar: d:\bcom\forge\amf.git\amf-mt-parent\amf-mt-server\target\5gc-amf-mt-server-runner.jar
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry javax/el/PrivateMessages.properties entry from jakarta.el:jakarta.el-api::jar:3.0.3(compile) will be ignored. Existing file was provided by org.glassfish:jakarta.el::jar:3.0.3(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_en.properties entry from org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile) will be ignored. Existing file was provided by org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Duplicate entry org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_xx.properties entry from org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile) will be ignored. Existing file was provided by org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [jakarta.el:jakarta.el-api::jar:3.0.3(compile), org.glassfish:jakarta.el::jar:3.0.3(compile)] contain duplicate files, e.g. javax/el/StaticFieldELResolver.class
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [com.sun.activation:jakarta.activation::jar:1.2.1(compile), jakarta.activation:jakarta.activation-api::jar:1.2.1(compile)] contain duplicate files, e.g. javax/activation/ActivationDataFlavor.class
[WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.jboss.resteasy:resteasy-client::jar:4.5.6.Final(compile), org.jboss.resteasy:resteasy-client-api::jar:4.5.6.Final(compile)] contain duplicate files, e.g. org/jboss/resteasy/client/jaxrs/i18n/Messages.i18n_xx.properties
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5410ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:00 min
[INFO] Finished at: 2020-11-10T16:53:54+01:00
[INFO] ------------------------------------------------------------------------
>
@tnmtechnologies
Copy link
Author

tnmtechnologies commented Nov 10, 2020

graalvm-ce-java11-20.2.0
PC hardware Intel(R) Xeon(R) E-2286M CPU@2.40GHz 32GB RAM with SSD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment