Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created November 25, 2024 15:16
Show Gist options
  • Save cmoulliard/e3a32338ce82e07e606d15e5704cb118 to your computer and use it in GitHub Desktop.
Save cmoulliard/e3a32338ce82e07e606d15e5704cb118 to your computer and use it in GitHub Desktop.
❯ mvn clean compile exec:java
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< dev.snowdrop:build-me >------------------------
[INFO] Building Snowdrop :: Java Buildpack Client :: Samples :: Build me 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ build-me ---
[INFO] Deleting /Users/cmoullia/code/_temp/java-buildpack-client/samples/build-me/target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ build-me ---
[INFO] skip non existing resourceDirectory /Users/cmoullia/code/_temp/java-buildpack-client/samples/build-me/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ build-me ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 1 source file with javac [debug target 21] to target/classes
[INFO]
[INFO] --- exec:3.5.0:java (default-cli) @ build-me ---
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.DockerClientUtils - Using dockerhost unix:///var/folders/28/g86pgjxj0wl1nkd_85c2krjw0000gn/T/podman/podman-machine-default-api.sock
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd:
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd:
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.BuildpackBuild - Buildpack build requested with config:
- builder docker.io/paketocommunity/builder-ubi-base:latest
- logLevel debug
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.BuildpackBuild - Pulling Builder image
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[filters=com.github.dockerjava.core.util.FiltersBuilder@0,imageNameFilter=<null>,showAll=false]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Requested Images [docker.io/paketocommunity/builder-ubi-base:latest]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Already Known Image : docker.io/paketocommunity/builder-ubi-base:latest -> docker.io/paketocommunity/builder-ubi-base:latest
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Nothing to pull, all of [docker.io/paketocommunity/builder-ubi-base:latest] are known
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: docker.io/paketocommunity/builder-ubi-base:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.BuildpackBuild - Pulling Run Image(s)
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.BuildpackBuild - Creating Ephemeral Builder Image...
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.BuildContainerUtils - Creating Ephemeral image, from docker.io/paketocommunity/builder-ubi-base:latest with uid:gid 1002:1000
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@446fcaa[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={},domainName=<null>,entrypoint={},env=<null>,exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/paketocommunity/builder-ubi-base:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=0,volumes=Volumes(volumes=[]),workingDir=<null>]
[Thread-2] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CopyArchiveToContainerCmdImpl@48f8e65b[cp ,-a=false ,<null>, ,006082ca3f0d8914c3c78157350a539677b9211f8f2cfdf4f784d8775f791708,:,/]
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,<null>,<null>,006082ca3f0d8914c3c78157350a539677b9211f8f2cfdf4f784d8775f791708,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,true,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.BuildContainerUtils - Ephemeral Builder created with ID 3daeb46a38bb1c479f8773fb22aa3083edf613c06c6143e0fe73809a07a4c2f5 tagging with friendly name buildpack-ephemeralbuilder-xjyesfcc for build
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,3daeb46a38bb1c479f8773fb22aa3083edf613c06c6143e0fe73809a07a4c2f5,docker.io/buildpack-ephemeralbuilder-xjyesfcc,latest
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 006082ca3f0d8914c3c78157350a539677b9211f8f2cfdf4f784d8775f791708,true,<null>
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.BuildpackBuild - Initiating buildpack build with derived configuration:
- ephemeralBuilder docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
- activePlatformLevel 0.10
- build uid:gid 1002:1000
- withExtensions true
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecycleExecutor - Trusted Builder not requested, extensions are present? true
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-build-hgbvuhguvl
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-build-hgbvuhguvl
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-build-hgbvuhguvl
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-launch-azrtxolodp
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-launch-azrtxolodp
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-launch-azrtxolodp
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-app-zuzbtndrnz
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-app-zuzbtndrnz
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-app-zuzbtndrnz
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-output-gfdzcsfuyc
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-output-gfdzcsfuyc
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-output-gfdzcsfuyc
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-platform-fiwqxrvdan
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-platform-fiwqxrvdan
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-platform-fiwqxrvdan
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-kaniko-zeuesisoph
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,<null>,<null>,buildpack-kaniko-zeuesisoph
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-kaniko-zeuesisoph
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - There are 1 entries to add for the app dir
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - Adding application to volume buildpack-app-zuzbtndrnz
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@21a4c05f[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/analyzer,-version},domainName=<null>,entrypoint={},env={CNB_PLATFORM_API=0.10},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-app-zuzbtndrnz:/workspace:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - Adding content to volume buildpack-app-zuzbtndrnz under prefix /workspace/ using image docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest with volume bound at /workspace temp container id cfb1dd6ba80a444dd034e730fe1535e959dcb077cc63bdc61357e53491943317
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - Starting container to ensure volume binds take effect correctly.
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: cfb1dd6ba80a444dd034e730fe1535e959dcb077cc63bdc61357e53491943317
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - - Attaching log relay for volume copy container
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - Adding to container cfb1dd6ba80a444dd034e730fe1535e959dcb077cc63bdc61357e53491943317 pathInContainer /workspace/
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - Copying archive to container at /workspace
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding mvnw.cmd to tar
[Thread-4] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CopyArchiveToContainerCmdImpl@5ea4c77b[cp ,-a=false ,<null>, ,cfb1dd6ba80a444dd034e730fe1535e959dcb077cc63bdc61357e53491943317,:,/workspace]
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding pom.xml to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding README.md to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .dockerignore to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding id-debug.sh to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .gitignore to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/wrapper/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/wrapper/MavenWrapperDownloader.java to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/wrapper/maven-wrapper.properties to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/wrapper/maven-wrapper.jar to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding .mvn/wrapper/.gitignore to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding mvnw to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding pack.java to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/java/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/java/dev/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/java/dev/snowdrop/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/java/dev/snowdrop/GreetingResourceIT.java to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/test/java/dev/snowdrop/GreetingResourceTest.java to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/docker/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/docker/Dockerfile.native to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/docker/Dockerfile.native-micro to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/docker/Dockerfile.legacy-jar to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/docker/Dockerfile.jvm to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/resources/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/resources/META-INF/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/resources/META-INF/resources/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/resources/META-INF/resources/index.html to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/resources/application.properties to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/java/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/java/dev/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/java/dev/snowdrop/ to tar
[Thread-3] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding src/main/java/dev/snowdrop/GreetingResource.java to tar
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: cfb1dd6ba80a444dd034e730fe1535e959dcb077cc63bdc61357e53491943317,true,<null>
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - Adding platform entries to platform volume buildpack-platform-fiwqxrvdan
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@b3a2fae[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/analyzer,-version},domainName=<null>,entrypoint={},env={CNB_PLATFORM_API=0.10},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-platform-fiwqxrvdan:/workspace:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - Adding content to volume buildpack-platform-fiwqxrvdan under prefix /workspace/ using image docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest with volume bound at /workspace temp container id 9d605f17c0b198e1543f0b360ea01d43fe0e5c29cb34dfb712242a70a0d0a7fd
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - Starting container to ensure volume binds take effect correctly.
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9d605f17c0b198e1543f0b360ea01d43fe0e5c29cb34dfb712242a70a0d0a7fd
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.VolumeUtils - - Attaching log relay for volume copy container
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - Adding to container 9d605f17c0b198e1543f0b360ea01d43fe0e5c29cb34dfb712242a70a0d0a7fd pathInContainer /workspace/
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - Copying archive to container at /workspace
[Thread-5] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding env/ to tar
[Thread-6] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CopyArchiveToContainerCmdImpl@6e94acfa[cp ,-a=false ,<null>, ,9d605f17c0b198e1543f0b360ea01d43fe0e5c29cb34dfb712242a70a0d0a7fd,:,/workspace]
[Thread-5] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding env/BP_JVM_VERSION to tar
[Thread-5] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding env/CNB_REGISTRY_AUTH to tar
[Thread-5] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding env/CNB_PLATFORM_API to tar
[Thread-5] DEBUG dev.snowdrop.buildpack.docker.ContainerUtils - adding env/CNB_EXPERIMENTAL_MODE to tar
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9d605f17c0b198e1543f0b360ea01d43fe0e5c29cb34dfb712242a70a0d0a7fd,true,<null>
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@2f0332ce[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/analyzer,-uid,1002,-gid,1000,-run-image,docker.io/paketocommunity/run-ubi-base:latest,-log-level,debug,-analyzed,/layers/analyzed.toml,quay.io/snowdrop/my-quarkus-app:latest},domainName=<null>,entrypoint={},env={BP_JVM_VERSION=21,CNB_REGISTRY_AUTH={"quay.io":"Basic c25vd2Ryb3ArZ2l0aHViOjdYUzkwMFJGSjRLU0NDRFU4R0QxSjNIQ09XS0tFNFE2VTBaWjFWTDFaUkNOSEJGMkU1QjhNRDM3R1FaSE1PRk0="},CNB_PLATFORM_API=0.10,CNB_EXPERIMENTAL_MODE=warn},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-build-hgbvuhguvl:/cache-dir:rw, buildpack-launch-azrtxolodp:/launch-cache-dir:rw, buildpack-app-zuzbtndrnz:/workspace:rw, buildpack-platform-fiwqxrvdan:/platform:rw, buildpack-output-gfdzcsfuyc:/layers:rw, buildpack-kaniko-zeuesisoph:/kaniko:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=[label=disable], storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-build-hgbvuhguvl at /cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-launch-azrtxolodp at /launch-cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-kaniko-zeuesisoph at /kaniko
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-app-zuzbtndrnz at /workspace
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-platform-fiwqxrvdan at /platform
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-output-gfdzcsfuyc at /layers
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - container id 5b47e11d40eac5ff0e7dd8404255b24116344913f60c71adbd5fcc3d65d68443
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - image reference docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Analyzer - Analyze container id 5b47e11d40eac5ff0e7dd8404255b24116344913f60c71adbd5fcc3d65d68443 will be run with uid 1002
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.phases.Analyzer - - container args [/cnb/lifecycle/analyzer, -uid, 1002, -gid, 1000, -run-image, docker.io/paketocommunity/run-ubi-base:latest, -log-level, debug, -analyzed, /layers/analyzed.toml, quay.io/snowdrop/my-quarkus-app:latest]
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Analyzer - - launching analyze container
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 5b47e11d40eac5ff0e7dd8404255b24116344913f60c71adbd5fcc3d65d68443
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Analyzer - - attaching log relay
2024-11-25T16:10:05+01:00 Starting analyzer...
2024-11-25T16:10:05+01:00 Parsing inputs...
2024-11-25T16:10:05+01:00 Ensuring privileges...
2024-11-25T16:10:05+01:00 Executing command...
2024-11-25T16:10:14+01:00 Timer: Analyzer started at 2024-11-25T15:10:14Z
2024-11-25T16:10:18+01:00 Found image with identifier "quay.io/snowdrop/my-quarkus-app@sha256:b2ba23df2db32881f4c1b0296c29a5cd09bf0cfcb3be39582e02d41c894418bf"
2024-11-25T16:10:36+01:00 Restoring data for SBOM from previous image
2024-11-25T16:10:36+01:00 Retrieving previous image SBOM layer for "sha256:7102caafd9aa3aa3672f98c186da1a34e9ea70b39bfab2f58b10f6cdd87d5b38"
2024-11-25T16:10:38+01:00 Found image with identifier "index.docker.io/paketocommunity/run-ubi-base@sha256:1ae884fcc78e1313d462cdd654bfd1ba16faeba74a7395e7c280802afdb3c5b2"
2024-11-25T16:10:38+01:00 Timer: Analyzer ran for 23.918456402s and ended at 2024-11-25T15:10:38Z
2024-11-25T16:10:38+01:00 Run image info in analyzed metadata is:
2024-11-25T16:10:38+01:00 {"Reference":"index.docker.io/paketocommunity/run-ubi-base@sha256:1ae884fcc78e1313d462cdd654bfd1ba16faeba74a7395e7c280802afdb3c5b2","Image":"","Extend":false}
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Analyzer - Analyze container complete, with exit code 0
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 5b47e11d40eac5ff0e7dd8404255b24116344913f60c71adbd5fcc3d65d68443,true,<null>
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@50c0d32[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/detector,-app,/workspace,-analyzed,/layers/analyzed.toml,-layers,/layers,-platform,/platform,-log-level,debug,-generated,/layers/generated},domainName=<null>,entrypoint={},env={BP_JVM_VERSION=21,CNB_REGISTRY_AUTH={"quay.io":"Basic c25vd2Ryb3ArZ2l0aHViOjdYUzkwMFJGSjRLU0NDRFU4R0QxSjNIQ09XS0tFNFE2VTBaWjFWTDFaUkNOSEJGMkU1QjhNRDM3R1FaSE1PRk0="},CNB_PLATFORM_API=0.10,CNB_EXPERIMENTAL_MODE=warn},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-build-hgbvuhguvl:/cache-dir:rw, buildpack-launch-azrtxolodp:/launch-cache-dir:rw, buildpack-app-zuzbtndrnz:/workspace:rw, buildpack-platform-fiwqxrvdan:/platform:rw, buildpack-output-gfdzcsfuyc:/layers:rw, buildpack-kaniko-zeuesisoph:/kaniko:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=[label=disable], storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-build-hgbvuhguvl at /cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-launch-azrtxolodp at /launch-cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-kaniko-zeuesisoph at /kaniko
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-app-zuzbtndrnz at /workspace
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-platform-fiwqxrvdan at /platform
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-output-gfdzcsfuyc at /layers
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - container id 9470ddcb39d105807da547d40d8bb4aeca1718b7975a4e1e96910708c9c71200
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - image reference docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Detector - Detect container id 9470ddcb39d105807da547d40d8bb4aeca1718b7975a4e1e96910708c9c71200 will be run with uid 1002
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.phases.Detector - - container args [/cnb/lifecycle/detector, -app, /workspace, -analyzed, /layers/analyzed.toml, -layers, /layers, -platform, /platform, -log-level, debug, -generated, /layers/generated]
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Detector - - launching detect container
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9470ddcb39d105807da547d40d8bb4aeca1718b7975a4e1e96910708c9c71200
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Detector - - attaching log relay
2024-11-25T16:10:38+01:00 Starting detector...
2024-11-25T16:10:38+01:00 Parsing inputs...
2024-11-25T16:10:38+01:00 Ensuring privileges...
2024-11-25T16:10:38+01:00 Executing command...
2024-11-25T16:10:38+01:00 Warning: Platform requested experimental feature 'Dockerfiles'
2024-11-25T16:10:38+01:00 Timer: Detector started at 2024-11-25T15:10:38Z
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:38+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/quarkus@0.4.1 ========
2024-11-25T16:10:39+01:00
2024-11-25T16:10:39+01:00 Paketo Buildpack for Quarkus 0.4.1
2024-11-25T16:10:39+01:00 https://github.com/paketo-buildpacks/quarkus
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_MAVEN_POM_FILE pom.xml the location of the main pom.xml file, relative to the application root
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/leiningen@4.10.1 ========
2024-11-25T16:10:39+01:00 SKIPPED: project.clj could not be found in /workspace/project.clj
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/clojure-tools@2.14.0 ========
2024-11-25T16:10:39+01:00 SKIPPED: no 'deps.edn' file found in the application path
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/gradle@7.15.0 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_EXCLUDE_FILES colon separated list of glob patterns, matched source files are removed
2024-11-25T16:10:39+01:00 $BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS the additionnal arguments (appended to BP_GRADLE_BUILD_ARGUMENTS) to pass to Gradle
2024-11-25T16:10:39+01:00 $BP_GRADLE_BUILD_ARGUMENTS --no-daemon -Dorg.gradle.welcome=never assemble the arguments to pass to Gradle
2024-11-25T16:10:39+01:00 $BP_GRADLE_BUILD_FILE the location of the main build config file, relative to the application root
2024-11-25T16:10:39+01:00 $BP_GRADLE_BUILT_ARTIFACT build/libs/*.[jw]ar the built application artifact explicitly. Supersedes $BP_GRADLE_BUILT_MODULE
2024-11-25T16:10:39+01:00 $BP_GRADLE_BUILT_MODULE the module to find application artifact in
2024-11-25T16:10:39+01:00 $BP_GRADLE_INIT_SCRIPT_PATH the path to a Gradle init script file
2024-11-25T16:10:39+01:00 $BP_INCLUDE_FILES colon separated list of glob patterns, matched source files are included
2024-11-25T16:10:39+01:00 $BP_JAVA_INSTALL_NODE false whether to install Yarn/Node binaries based on the presence of a package.json or yarn.lock file
2024-11-25T16:10:39+01:00 $BP_NODE_PROJECT_PATH configure a project subdirectory to look for `package.json` and `yarn.lock` files
2024-11-25T16:10:39+01:00 SKIPPED: No plans could be resolved
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/sbt@6.17.2 ========
2024-11-25T16:10:39+01:00 SKIPPED: build.sbt could not be found in /workspace/build.sbt
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/executable-jar@6.11.3 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_EXECUTABLE_JAR_LOCATION a glob specifying which jar files should be used
2024-11-25T16:10:39+01:00 $BP_LIVE_RELOAD_ENABLED false enable live process reload in the image
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/apache-tomcat@8.3.2 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_JAVA_APP_SERVER the application server to use
2024-11-25T16:10:39+01:00 $BP_TOMCAT_CONTEXT_PATH the application context path
2024-11-25T16:10:39+01:00 $BP_TOMCAT_ENV_PROPERTY_SOURCE_DISABLED false Disable Tomcat's EnvironmentPropertySource
2024-11-25T16:10:39+01:00 $BP_TOMCAT_EXT_CONF_SHA256 the SHA256 hash of the external Tomcat configuration archive
2024-11-25T16:10:39+01:00 $BP_TOMCAT_EXT_CONF_STRIP 0 the number of directory components to strip from the external Tomcat configuration archive
2024-11-25T16:10:39+01:00 $BP_TOMCAT_EXT_CONF_URI the download location of the external Tomcat configuration
2024-11-25T16:10:39+01:00 $BP_TOMCAT_EXT_CONF_VERSION the version of the external Tomcat configuration
2024-11-25T16:10:39+01:00 $BP_TOMCAT_VERSION 9.* the Tomcat version
2024-11-25T16:10:39+01:00 Launch Configuration:
2024-11-25T16:10:39+01:00 $BPL_TOMCAT_ACCESS_LOGGING_ENABLED the Tomcat access logging state
2024-11-25T16:10:39+01:00 PASSED: a WEB-INF directory was not found, this is normal when building from source
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/apache-tomee@1.10.4 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_JAVA_APP_SERVER the application server to use
2024-11-25T16:10:39+01:00 $BP_TOMEE_CONTEXT_PATH the application context path
2024-11-25T16:10:39+01:00 $BP_TOMEE_DISTRIBUTION microprofile the Tomee distribution
2024-11-25T16:10:39+01:00 $BP_TOMEE_ENV_PROPERTY_SOURCE_DISABLED false Disable Tomcat's EnvironmentPropertySource
2024-11-25T16:10:39+01:00 $BP_TOMEE_EXT_CONF_SHA256 the SHA256 hash of the external Tomee configuration archive
2024-11-25T16:10:39+01:00 $BP_TOMEE_EXT_CONF_STRIP 0 the number of directory components to strip from the external Tomee configuration archive
2024-11-25T16:10:39+01:00 $BP_TOMEE_EXT_CONF_URI the download location of the external Tomee configuration
2024-11-25T16:10:39+01:00 $BP_TOMEE_EXT_CONF_VERSION the version of the external Tomee configuration
2024-11-25T16:10:39+01:00 $BP_TOMEE_VERSION 8.* the Tomee version
2024-11-25T16:10:39+01:00 Launch Configuration:
2024-11-25T16:10:39+01:00 $BPL_TOMEE_ACCESS_LOGGING_ENABLED the Tomee access logging state
2024-11-25T16:10:39+01:00 PASSED: a WEB-INF directory was not found, this is normal when building from source
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/procfile@5.10.1 ========
2024-11-25T16:10:39+01:00 SKIPPED: No procfile found from environment, source path, or binding.
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/jattach@1.8.4 ========
2024-11-25T16:10:39+01:00 SKIPPED: BP_JATTACH_ENABLED was not set to true
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/azure-application-insights@5.22.3 ========
2024-11-25T16:10:39+01:00 SKIPPED: no binding of type ApplicationInsights found
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/google-stackdriver@9.3.0 ========
2024-11-25T16:10:39+01:00 SKIPPED: no bindings of type 'StackdriverProfiler' found
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/datadog@5.25.1 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_DATADOG_ENABLED false whether to contribute the Datadog trace agent
2024-11-25T16:10:39+01:00 Launch Configuration:
2024-11-25T16:10:39+01:00 $BPL_DATADOG_DISABLED false whether to disable the Datadog trace agent (non native-image Java applications only!)
2024-11-25T16:10:39+01:00 SKIPPED: variable 'BP_DATADOG_ENABLED' not set to true
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/java-memory-assistant@1.6.4 ========
2024-11-25T16:10:39+01:00 SKIPPED: BP_JMA_ENABLED was not set to true
2024-11-25T16:10:39+01:00 ======== Output: paketo-buildpacks/image-labels@4.7.3 ========
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_IMAGE_LABELS arbitrary image labels
2024-11-25T16:10:39+01:00 $BP_OCI_AUTHORS the org.opencontainers.image.authors image label
2024-11-25T16:10:39+01:00 $BP_OCI_CREATED the org.opencontainers.image.created image label
2024-11-25T16:10:39+01:00 $BP_OCI_DESCRIPTION the org.opencontainers.image.description image label
2024-11-25T16:10:39+01:00 $BP_OCI_DOCUMENTATION the org.opencontainers.image.documentation image label
2024-11-25T16:10:39+01:00 $BP_OCI_LICENSES the org.opencontainers.image.licenses image label
2024-11-25T16:10:39+01:00 $BP_OCI_REF_NAME the org.opencontainers.image.ref.name image label
2024-11-25T16:10:39+01:00 $BP_OCI_REVISION the org.opencontainers.image.revision image label
2024-11-25T16:10:39+01:00 $BP_OCI_SOURCE the org.opencontainers.image.source image label
2024-11-25T16:10:39+01:00 $BP_OCI_TITLE the org.opencontainers.image.title image label
2024-11-25T16:10:39+01:00 $BP_OCI_URL the org.opencontainers.image.url image label
2024-11-25T16:10:39+01:00 $BP_OCI_VENDOR the org.opencontainers.image.vendor image label
2024-11-25T16:10:39+01:00 $BP_OCI_VERSION the org.opencontainers.image.version image label
2024-11-25T16:10:39+01:00 SKIPPED: No supported environment variables were set
2024-11-25T16:10:39+01:00 ======== Results ========
2024-11-25T16:10:39+01:00 pass: paketo-community/ubi-java-extension@0.2.0
2024-11-25T16:10:39+01:00 pass: paketo-community/ubi-nodejs-extension@1.0.5
2024-11-25T16:10:39+01:00 pass: paketo-community/ubi-java-buildpack@0.1.1
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/quarkus@0.4.1
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/ca-certificates@3.8.6
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/bellsoft-liberica@11.0.0
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/yarn@1.3.18
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/node-engine@5.0.2
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/syft@2.4.0
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/leiningen@4.10.1
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/clojure-tools@2.14.0
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/gradle@7.15.0
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/maven@6.19.0
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/sbt@6.17.2
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/watchexec@3.3.0
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/executable-jar@6.11.3
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/apache-tomcat@8.3.2
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/apache-tomee@1.10.4
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/liberty@4.3.2
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/dist-zip@5.8.5
2024-11-25T16:10:39+01:00 pass: paketo-buildpacks/spring-boot@5.31.2
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/procfile@5.10.1
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/jattach@1.8.4
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/azure-application-insights@5.22.3
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/google-stackdriver@9.3.0
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/datadog@5.25.1
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/java-memory-assistant@1.6.4
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/encrypt-at-rest@4.8.1
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/environment-variables@4.7.3
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/image-labels@4.7.3
2024-11-25T16:10:39+01:00 Resolving plan... (try #1)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #2)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #3)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #4)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #5)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #6)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #7)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #8)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #9)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #10)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #11)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #12)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #13)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #14)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #15)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #16)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #17)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #18)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #19)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #20)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #21)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #22)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #23)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #24)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #25)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #26)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #27)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #28)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #29)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #30)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #31)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #32)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #33)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #34)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #35)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #36)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #37)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #38)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #39)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #40)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #41)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #42)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #43)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #44)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #45)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #46)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #47)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #48)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #49)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #50)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #51)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/y
arn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #52)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #53)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #54)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #55)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #56)
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #57)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #58)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #59)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #60)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #61)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #62)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #63)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #64)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #65)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #66)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #67)
2024-11-25T16:10:39+01:00 skip: pake
to-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #68)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #69)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #70)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #71)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #72)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #73)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #74)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #75)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #76)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #77)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #78)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #79)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #80)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #81)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #82)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #83)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #84)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #85)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #86)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #87)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #88)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #89)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (try #90)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/ca-certificates@3.8.6 provides unused ca-certificates
2024-11-25T16:10:39+01:00 Resolving plan... (tr
y #91)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #92)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #93)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #94)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #95)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #96)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #97)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #98)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #99)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #100)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #101)
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #102)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/bellsoft-liberica@11.0.0 provides unused native-image-builder
2024-11-25T16:10:39+01:00 Resolving plan... (try #103)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T
16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #104)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #105)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/maven@6.19.0 requires maven
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 Resolving plan... (try #106)
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/executable-jar@6.11.3 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomcat@8.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/apache-tomee@1.10.4 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/liberty@4.3.2 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/dist-zip@5.8.5 requires jvm-application-package
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 fail: paketo-buildpacks/maven@6.19.0 provides unused maven
2024-11-25T16:10:39+01:00 Resolving plan... (try #107)
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused node
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/yarn@1.3.18 provides unused yarn
2024-11-25T16:10:39+01:00 skip: paketo-community/ubi-nodejs-extension@1.0.5 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/node-engine@5.0.2 provides unused npm
2024-11-25T16:10:39+01:00 skip: paketo-buildpacks/watchexec@3.3.0 provides unused watchexec
2024-11-25T16:10:39+01:00 13 of 30 buildpacks participating
2024-11-25T16:10:39+01:00 paketo-community/ubi-java-extension 0.2.0
2024-11-25T16:10:39+01:00 paketo-community/ubi-java-buildpack 0.1.1
2024-11-25T16:10:39+01:00 paketo-buildpacks/quarkus 0.4.1
2024-11-25T16:10:39+01:00 paketo-buildpacks/ca-certificates 3.8.6
2024-11-25T16:10:39+01:00 paketo-buildpacks/bellsoft-liberica 11.0.0
2024-11-25T16:10:39+01:00 paketo-buildpacks/syft 2.4.0
2024-11-25T16:10:39+01:00 paketo-buildpacks/maven 6.19.0
2024-11-25T16:10:39+01:00 paketo-buildpacks/executable-jar 6.11.3
2024-11-25T16:10:39+01:00 paketo-buildpacks/apache-tomcat 8.3.2
2024-11-25T16:10:39+01:00 paketo-buildpacks/apache-tomee 1.10.4
2024-11-25T16:10:39+01:00 paketo-buildpacks/liberty 4.3.2
2024-11-25T16:10:39+01:00 paketo-buildpacks/dist-zip 5.8.5
2024-11-25T16:10:39+01:00 paketo-buildpacks/spring-boot 5.31.2
2024-11-25T16:10:39+01:00 Timer: Detector ran for 370.856482ms and ended at 2024-11-25T15:10:39Z
2024-11-25T16:10:39+01:00 Timer: Generator started at 2024-11-25T15:10:39Z
2024-11-25T16:10:39+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:10:39+01:00 Running generate for extension paketo-community/ubi-java-extension@0.2.0
2024-11-25T16:10:39+01:00 Looking up extension
2024-11-25T16:10:39+01:00 Finding plan
2024-11-25T16:10:39+01:00 Invoking command
2024-11-25T16:10:39+01:00 Creating plan directory
2024-11-25T16:10:39+01:00 Preparing paths
2024-11-25T16:10:39+01:00 Running generate command
2024-11-25T16:10:39+01:00
2024-11-25T16:10:39+01:00 Paketo UBI Java Extension 0.2.0
2024-11-25T16:10:39+01:00
2024-11-25T16:10:39+01:00 Build Configuration:
2024-11-25T16:10:39+01:00 $BP_JVM_VERSION 21 the Java version
2024-11-25T16:10:39+01:00 Using Java version 21 from BP_JVM_VERSION
2024-11-25T16:10:39+01:00 Using UBI Java package java-21-openjdk-devel
2024-11-25T16:10:39+01:00 Using UBI Java run image paketocommunity/run-java-21-ubi-base
2024-11-25T16:10:39+01:00 Reading output files
2024-11-25T16:10:39+01:00 Found run.Dockerfile for processing
2024-11-25T16:10:39+01:00 Found build.Dockerfile for processing
2024-11-25T16:10:39+01:00 Found '0' Build Contexts for processing
2024-11-25T16:10:39+01:00 Finished running generate for extension paketo-community/ubi-java-extension@0.2.0
2024-11-25T16:10:39+01:00 Checking run image
2024-11-25T16:10:39+01:00 Found a run.Dockerfile from extension 'paketo-community/ubi-java-extension' setting run image to 'paketocommunity/run-java-21-ubi-base'
2024-11-25T16:10:39+01:00 Warning: new runtime base image 'paketocommunity/run-java-21-ubi-base' not found in run metadata
2024-11-25T16:10:39+01:00 Updating analyzed metadata with new run image 'paketocommunity/run-java-21-ubi-base'
2024-11-25T16:10:39+01:00 Copying Dockerfiles
2024-11-25T16:10:39+01:00 Copying /tmp/cnb-extensions-generated.3538813217/paketo-community_ubi-java-extension/run.Dockerfile to /layers/generated/run/paketo-community_ubi-java-extension/Dockerfile
2024-11-25T16:10:39+01:00 Copying /tmp/cnb-extensions-generated.3538813217/paketo-community_ubi-java-extension/build.Dockerfile to /layers/generated/build/paketo-community_ubi-java-extension/Dockerfile
2024-11-25T16:10:39+01:00 Timer: Generator ran for 56.001359ms and ended at 2024-11-25T15:10:39Z
2024-11-25T16:10:39+01:00 Run image info in analyzed metadata is:
2024-11-25T16:10:39+01:00 {"Reference":"paketocommunity/run-java-21-ubi-base","Image":"paketocommunity/run-java-21-ubi-base","Extend":false}
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Detector - Detect container complete, with exit code 0
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9470ddcb39d105807da547d40d8bb4aeca1718b7975a4e1e96910708c9c71200,.,/layers/analyzed.toml
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9470ddcb39d105807da547d40d8bb4aeca1718b7975a4e1e96910708c9c71200,true,<null>
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[filters=com.github.dockerjava.core.util.FiltersBuilder@0,imageNameFilter=<null>,showAll=false]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Requested Images [docker.io/paketocommunity/run-java-21-ubi-base:latest]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Already Known Image : docker.io/paketocommunity/run-java-21-ubi-base:latest -> docker.io/paketocommunity/run-java-21-ubi-base:latest
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.docker.ImageUtils - Nothing to pull, all of [docker.io/paketocommunity/run-java-21-ubi-base:latest] are known
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@6e96531[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/restorer,-uid,1002,-gid,1000,-layers,/layers,-cache-dir,/cache-dir,-log-level,debug,-build-image,docker.io/paketocommunity/builder-ubi-base:latest},domainName=<null>,entrypoint={},env={BP_JVM_VERSION=21,CNB_REGISTRY_AUTH={"quay.io":"Basic c25vd2Ryb3ArZ2l0aHViOjdYUzkwMFJGSjRLU0NDRFU4R0QxSjNIQ09XS0tFNFE2VTBaWjFWTDFaUkNOSEJGMkU1QjhNRDM3R1FaSE1PRk0="},CNB_PLATFORM_API=0.10,CNB_EXPERIMENTAL_MODE=warn},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-build-hgbvuhguvl:/cache-dir:rw, buildpack-launch-azrtxolodp:/launch-cache-dir:rw, buildpack-app-zuzbtndrnz:/workspace:rw, buildpack-platform-fiwqxrvdan:/platform:rw, buildpack-output-gfdzcsfuyc:/layers:rw, buildpack-kaniko-zeuesisoph:/kaniko:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=[label=disable], storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-build-hgbvuhguvl at /cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-launch-azrtxolodp at /launch-cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-kaniko-zeuesisoph at /kaniko
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-app-zuzbtndrnz at /workspace
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-platform-fiwqxrvdan at /platform
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-output-gfdzcsfuyc at /layers
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - container id f725c20e5bb9314633e9f7a084c352039f716d61d654899acfa8c7db71087f86
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - image reference docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Restorer - Restorer container id f725c20e5bb9314633e9f7a084c352039f716d61d654899acfa8c7db71087f86 will be run with uid 1002
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.phases.Restorer - - container args [/cnb/lifecycle/restorer, -uid, 1002, -gid, 1000, -layers, /layers, -cache-dir, /cache-dir, -log-level, debug, -build-image, docker.io/paketocommunity/builder-ubi-base:latest]
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Restorer - - launching restorer container
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: f725c20e5bb9314633e9f7a084c352039f716d61d654899acfa8c7db71087f86
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Restorer - - attaching log relay
2024-11-25T16:10:39+01:00 Starting restorer...
2024-11-25T16:10:39+01:00 Parsing inputs...
2024-11-25T16:10:39+01:00 Ensuring privileges...
2024-11-25T16:10:39+01:00 Executing command...
2024-11-25T16:10:40+01:00 Pulling builder image metadata for docker.io/paketocommunity/builder-ubi-base:latest...
2024-11-25T16:10:41+01:00 Saving image metadata to /kaniko/cache/base/sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373...
2024-11-25T16:10:48+01:00 Adding build image info to analyzed metadata:
2024-11-25T16:10:48+01:00 {"Reference":"index.docker.io/paketocommunity/builder-ubi-base@sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373"}
2024-11-25T16:10:48+01:00 Updating run image info in analyzed metadata...
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Restorer - Restorer container complete, with exit code 0
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: f725c20e5bb9314633e9f7a084c352039f716d61d654899acfa8c7db71087f86,true,<null>
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@59891339[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/extender,-uid,1002,-gid,1000,-app,/workspace,-layers,/layers,-platform,/platform,-log-level,debug},domainName=<null>,entrypoint={},env={BP_JVM_VERSION=21,CNB_REGISTRY_AUTH={"quay.io":"Basic c25vd2Ryb3ArZ2l0aHViOjdYUzkwMFJGSjRLU0NDRFU4R0QxSjNIQ09XS0tFNFE2VTBaWjFWTDFaUkNOSEJGMkU1QjhNRDM3R1FaSE1PRk0="},CNB_PLATFORM_API=0.10,CNB_EXPERIMENTAL_MODE=warn},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-build-hgbvuhguvl:/cache-dir:rw, buildpack-launch-azrtxolodp:/launch-cache-dir:rw, buildpack-app-zuzbtndrnz:/workspace:rw, buildpack-platform-fiwqxrvdan:/platform:rw, buildpack-output-gfdzcsfuyc:/layers:rw, buildpack-kaniko-zeuesisoph:/kaniko:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=[label=disable], storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=0,volumes=Volumes(volumes=[]),workingDir=<null>]
2024-11-25T16:10:49+01:00 Run image info in analyzed metadata was:
2024-11-25T16:10:49+01:00 {"Reference":"paketocommunity/run-java-21-ubi-base","Image":"paketocommunity/run-java-21-ubi-base","Extend":false}
2024-11-25T16:10:49+01:00 Run image info in analyzed metadata is:
2024-11-25T16:10:49+01:00 {"Reference":"index.docker.io/paketocommunity/run-java-21-ubi-base@sha256:f37d13ce01a82765c080c6188b96c9dfb5592513561a1ebf19b465cf1f880750","Image":"paketocommunity/run-java-21-ubi-base","Extend":false}
2024-11-25T16:10:49+01:00 Run image info in analyzed metadata is:
2024-11-25T16:10:49+01:00 {"Reference":"index.docker.io/paketocommunity/run-java-21-ubi-base@sha256:f37d13ce01a82765c080c6188b96c9dfb5592513561a1ebf19b465cf1f880750","Image":"paketocommunity/run-java-21-ubi-base","Extend":false}
2024-11-25T16:10:49+01:00 Timer: Restorer started at 2024-11-25T15:10:49Z
2024-11-25T16:10:49+01:00 Restoring Layer Metadata
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-community_ubi-java-buildpack
2024-11-25T16:10:49+01:00 Restoring metadata for "paketo-community/ubi-java-buildpack:java-security-properties" from app image
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-build-hgbvuhguvl at /cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-launch-azrtxolodp at /launch-cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-kaniko-zeuesisoph at /kaniko
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-app-zuzbtndrnz at /workspace
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-platform-fiwqxrvdan at /platform
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-output-gfdzcsfuyc at /layers
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - container id c2e2a756149237f32a61ad14fc2cb42fd3db79bc0093cc70c0bd056703d17a76
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - image reference docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Extender - Extender container id c2e2a756149237f32a61ad14fc2cb42fd3db79bc0093cc70c0bd056703d17a76 will be run with uid 0
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.phases.Extender - - container args [/cnb/lifecycle/extender, -uid, 1002, -gid, 1000, -app, /workspace, -layers, /layers, -platform, /platform, -log-level, debug]
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Extender - - launching extender container
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: c2e2a756149237f32a61ad14fc2cb42fd3db79bc0093cc70c0bd056703d17a76
2024-11-25T16:10:49+01:00 Writing layer metadata for "paketo-community/ubi-java-buildpack:java-security-properties"
2024-11-25T16:10:49+01:00 Restoring metadata for "paketo-community/ubi-java-buildpack:ajre" from app image
2024-11-25T16:10:49+01:00 Writing layer metadata for "paketo-community/ubi-java-buildpack:ajre"
2024-11-25T16:10:49+01:00 Restoring metadata for "paketo-community/ubi-java-buildpack:helper" from app image
2024-11-25T16:10:49+01:00 Writing layer metadata for "paketo-community/ubi-java-buildpack:helper"
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_quarkus
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_ca-certificates
2024-11-25T16:10:49+01:00 Restoring metadata for "paketo-buildpacks/ca-certificates:helper" from app image
2024-11-25T16:10:49+01:00 Writing layer metadata for "paketo-buildpacks/ca-certificates:helper"
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_bellsoft-liberica
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_syft
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_maven
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_executable-jar
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomcat
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomee
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_liberty
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_dist-zip
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_spring-boot
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-community_ubi-java-buildpack
2024-11-25T16:10:49+01:00 Reading buildpack directory item: ajre.toml
2024-11-25T16:10:49+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:10:49+01:00 Reading buildpack directory item: java-security-properties.toml
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_quarkus
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_ca-certificates
2024-11-25T16:10:49+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_bellsoft-liberica
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_syft
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_maven
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_executable-jar
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomcat
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomee
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_liberty
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_dist-zip
2024-11-25T16:10:49+01:00 Reading Buildpack Layers directory /layers
2024-11-25T16:10:49+01:00 Reading buildpack directory: /layers/paketo-buildpacks_spring-boot
2024-11-25T16:10:49+01:00 Timer: Restorer ran for 8.165718ms and ended at 2024-11-25T15:10:49Z
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Extender - - attaching log relay
2024-11-25T16:10:49+01:00 Starting extender...
2024-11-25T16:10:49+01:00 Parsing inputs...
2024-11-25T16:10:49+01:00 Ensuring privileges...
2024-11-25T16:10:49+01:00 Executing command...
2024-11-25T16:10:49+01:00 Timer: Extender started at 2024-11-25T15:10:49Z
2024-11-25T16:10:49+01:00 Extending base image for build: index.docker.io/paketocommunity/builder-ubi-base@sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373
2024-11-25T16:10:49+01:00 Found build Dockerfile for extension 'paketo-community/ubi-java-extension'
2024-11-25T16:10:49+01:00 Original image has digest: sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373
2024-11-25T16:10:49+01:00 Applying Dockerfile at /layers/generated/build/paketo-community_ubi-java-extension/Dockerfile to 'base@sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373'...
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Using dockerignore file: /workspace/.dockerignore"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Built cross stage deps: map[]"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Executing 0 build triggers"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Building stage 'base@sha256:a72fdb50a720d41ca3688a8aaaf592663318a1c2f59189bca2650bb78f175373' [idx: '0', base-idx: '-1']"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Cmd: USER"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Checking for cached layer oci:/kaniko/cache/layers/cached:9bd05a140738c45cc64ca49c88aac90011a7f8b1a9c8ca43d3e939faf2daf342..."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="No cached layer found for cmd RUN echo ${build_id}"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Cmd: USER"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Unpacking rootfs as cmd RUN echo ${build_id} requires it."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Skipping unpacking as no commands require it."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="USER root"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Cmd: USER"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="No files changed in this command, skipping snapshotting."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="ARG build_id=0"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="No files changed in this command, skipping snapshotting."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="RUN echo ${build_id}"
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Initializing snapshotter ..."
2024-11-25T16:10:49+01:00 time="2024-11-25T15:10:49Z" level=info msg="Taking snapshot of full filesystem..."
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Cmd: /bin/sh"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Args: [-c echo ${build_id}]"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Util.Lookup returned: &{Uid:0 Gid:0 Username:root Name:root HomeDir:/root}"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Performing slow lookup of group ids for root"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Running: [/bin/sh -c echo ${build_id}]"
2024-11-25T16:10:50+01:00 7ff3cff9-9f6a-44ee-b7cc-ba428cfcc179
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Taking snapshot of full filesystem..."
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="No files were changed, appending empty layer to config. No layer added to image."
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y openssl-devel java-21-openjdk-devel nss_wrapper which && microdnf clean all"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Cmd: /bin/sh"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Args: [-c microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y openssl-devel java-21-openjdk-devel nss_wrapper which && microdnf clean all]"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Util.Lookup returned: &{Uid:0 Gid:0 Username:root Name:root HomeDir:/root}"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Performing slow lookup of group ids for root"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Running: [/bin/sh -c microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y openssl-devel java-21-openjdk-devel nss_wrapper which && microdnf clean all]"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Pushing layer oci:/kaniko/cache/layers/cached:9bd05a140738c45cc64ca49c88aac90011a7f8b1a9c8ca43d3e939faf2daf342 to cache now"
2024-11-25T16:10:50+01:00 time="2024-11-25T15:10:50Z" level=info msg="Skipping push to container registry due to --no-push flag"
2024-11-25T16:10:50+01:00
2024-11-25T16:10:50+01:00 (microdnf:14): librhsm-WARNING **: 15:10:50.694: Found 0 entitlement certificates
2024-11-25T16:10:50+01:00
2024-11-25T16:10:50+01:00 (microdnf:14): librhsm-WARNING **: 15:10:50.706: Found 0 entitlement certificates
2024-11-25T16:10:50+01:00 Downloading metadata...
2024-11-25T16:10:51+01:00 Downloading metadata...
2024-11-25T16:10:52+01:00 Downloading metadata...
2024-11-25T16:10:53+01:00 Package Repository Size
2024-11-25T16:10:53+01:00 Installing:
2024-11-25T16:10:53+01:00 alsa-lib-1.2.10-2.el8.x86_64 ubi-8-appstream-rpms 513.3 kB
2024-11-25T16:10:53+01:00 avahi-libs-0.7-27.el8_10.1.x86_64 ubi-8-baseos-rpms 63.8 kB
2024-11-25T16:10:53+01:00 cmake-filesystem-3.26.5-2.el8.x86_64 ubi-8-appstream-rpms 46.1 kB
2024-11-25T16:10:53+01:00 copy-jdk-configs-4.0-2.el8.noarch ubi-8-appstream-rpms 31.3 kB
2024-11-25T16:10:53+01:00 crypto-policies-scripts-20230731-1.git3177e06.el8.noarch ubi-8-baseos-rpms 86.2 kB
2024-11-25T16:10:53+01:00 cups-libs-1:2.2.6-61.el8_10.x86_64 ubi-8-baseos-rpms 447.4 kB
2024-11-25T16:10:53+01:00 dbus-libs-1:1.12.8-26.el8.x86_64 ubi-8-baseos-rpms 189.5 kB
2024-11-25T16:10:53+01:00 dejavu-fonts-common-2.35-7.el8.noarch ubi-8-baseos-rpms 76.1 kB
2024-11-25T16:10:53+01:00 dejavu-sans-fonts-2.35-7.el8.noarch ubi-8-baseos-rpms 1.6 MB
2024-11-25T16:10:53+01:00 expat-2.2.5-16.el8_10.x86_64 ubi-8-baseos-rpms 117.3 kB
2024-11-25T16:10:53+01:00 findutils-1:4.6.0-23.el8_10.x86_64 ubi-8-baseos-rpms 540.2 kB
2024-11-25T16:10:53+01:00 fontconfig-2.13.1-4.el8.x86_64 ubi-8-baseos-rpms 280.8 kB
2024-11-25T16:10:53+01:00 fontpackages-filesystem-1.44-22.el8.noarch ubi-8-baseos-rpms 16.3 kB
2024-11-25T16:10:53+01:00 freetype-2.9.1-9.el8.x86_64 ubi-8-baseos-rpms 403.3 kB
2024-11-25T16:10:53+01:00 gdbm-1:1.18-2.el8.x86_64 ubi-8-baseos-rpms 132.8 kB
2024-11-25T16:10:53+01:00 gdbm-libs-1:1.18-2.el8.x86_64 ubi-8-baseos-rpms 61.8 kB
2024-11-25T16:10:53+01:00 groff-base-1.22.3-18.el8.x86_64 ubi-8-baseos-rpms 1.1 MB
2024-11-25T16:10:53+01:00 java-21-openjdk-1:21.0.5.0.10-3.el8.x86_64 ubi-8-appstream-rpms 433.0 kB
2024-11-25T16:10:53+01:00 java-21-openjdk-devel-1:21.0.5.0.10-3.el8.x86_64 ubi-8-appstream-rpms 5.4 MB
2024-11-25T16:10:53+01:00 java-21-openjdk-headless-1:21.0.5.0.10-3.el8.x86_64 ubi-8-appstream-rpms 50.4 MB
2024-11-25T16:10:53+01:00 javapackages-filesystem-5.3.0-1.module+el8+2447+6f56d9a6.noarch ubi-8-appstream-rpms 31.1 kB
2024-11-25T16:10:53+01:00 keyutils-libs-devel-1.5.10-9.el8.x86_64 ubi-8-baseos-rpms 49.2 kB
2024-11-25T16:10:53+01:00 krb5-devel-1.18.2-30.el8_10.x86_64 ubi-8-baseos-rpms 576.2 kB
2024-11-25T16:10:53+01:00 libX11-1.6.8-9.el8_10.x86_64 ubi-8-appstream-rpms 626.9 kB
2024-11-25T16:10:53+01:00 libX11-common-1.6.8-9.el8_10.noarch ubi-8-appstream-rpms 162.3 kB
2024-11-25T16:10:53+01:00 libXau-1.0.9-3.el8.x86_64 ubi-8-appstream-rpms 38.3 kB
2024-11-25T16:10:53+01:00 libXcomposite-0.4.4-14.el8.x86_64 ubi-8-appstream-rpms 29.2 kB
2024-11-25T16:10:53+01:00 libXext-1.3.4-1.el8.x86_64 ubi-8-appstream-rpms 46.5 kB
2024-11-25T16:10:53+01:00 libXi-1.7.10-1.el8.x86_64 ubi-8-appstream-rpms 49.9 kB
2024-11-25T16:10:53+01:00 libXrender-0.9.10-7.el8.x86_64 ubi-8-appstream-rpms 33.6 kB
2024-11-25T16:10:53+01:00 libXtst-1.2.3-7.el8.x86_64 ubi-8-appstream-rpms 22.2 kB
2024-11-25T16:10:53+01:00 libcom_err-devel-1.45.6-5.el8.x86_64 ubi-8-baseos-rpms 39.7 kB
2024-11-25T16:10:53+01:00 libfontenc-1.1.3-8.el8.x86_64 ubi-8-appstream-rpms 37.6 kB
2024-11-25T16:10:53+01:00 libkadm5-1.18.2-30.el8_10.x86_64 ubi-8-baseos-rpms 193.2 kB
2024-11-25T16:10:53+01:00 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 ubi-8-baseos-rpms 59.1 kB
2024-11-25T16:10:53+01:00 libpkgconf-1.4.2-1.el8.x86_64 ubi-8-baseos-rpms 35.6 kB
2024-11-25T16:10:53+01:00 libpng-2:1.6.34-5.el8.x86_64 ubi-8-baseos-rpms 129.0 kB
2024-11-25T16:10:53+01:00 libselinux-devel-2.9-8.el8.x86_64 ubi-8-baseos-rpms 205.0 kB
2024-11-25T16:10:53+01:00 libsepol-devel-2.9-3.el8.x86_64 ubi-8-baseos-rpms 89.0 kB
2024-11-25T16:10:53+01:00 libtirpc-1.1.4-12.el8_10.x86_64 ubi-8-baseos-rpms 116.8 kB
2024-11-25T16:10:53+01:00 libverto-devel-0.3.2-2.el8.x86_64 ubi-8-baseos-rpms 18.5 kB
2024-11-25T16:10:53+01:00 libxcb-1.13.1-1.el8.x86_64 ubi-8-appstream-rpms 234.4 kB
2024-11-25T16:10:53+01:00 lksctp-tools-1.0.18-3.el8.x86_64 ubi-8-baseos-rpms 101.9 kB
2024-11-25T16:10:53+01:00 lua-5.3.4-12.el8.x86_64 ubi-8-appstream-rpms 197.0 kB
2024-11-25T16:10:53+01:00 ncurses-6.1-10.20180224.el8.x86_64 ubi-8-baseos-rpms 396.4 kB
2024-11-25T16:10:53+01:00 nspr-4.35.0-1.el8_8.x86_64 ubi-8-appstream-rpms 146.5 kB
2024-11-25T16:10:53+01:00 nss-3.101.0-7.el8_8.x86_64 ubi-8-appstream-rpms 783.4 kB
2024-11-25T16:10:53+01:00 nss-softokn-3.101.0-7.el8_8.x86_64 ubi-8-appstream-rpms 543.5 kB
2024-11-25T16:10:53+01:00 nss-softokn-freebl-3.101.0-7.el8_8.x86_64 ubi-8-appstream-rpms 401.2 kB
2024-11-25T16:10:53+01:00 nss-sysinit-3.101.0-7.el8_8.x86_64 ubi-8-appstream-rpms 78.0 kB
2024-11-25T16:10:53+01:00 nss-util-3.101.0-7.el8_8.x86_64 ubi-8-appstream-rpms 145.6 kB
2024-11-25T16:10:53+01:00 nss_wrapper-1.1.13-1.el8.x86_64 ubi-8-appstream-rpms 18.3 kB
2024-11-25T16:10:53+01:00 nss_wrapper-libs-1.1.13-1.el8.x86_64 ubi-8-appstream-rpms 41.1 kB
2024-11-25T16:10:53+01:00 openssl-1:1.1.1k-14.el8_6.x86_64 ubi-8-baseos-rpms 728.1 kB
2024-11-25T16:10:53+01:00 openssl-devel-1:1.1.1k-14.el8_6.x86_64 ubi-8-baseos-rpms 2.4 MB
2024-11-25T16:10:53+01:00 pcre2-devel-10.32-3.el8_6.x86_64 ubi-8-baseos-rpms 619.4 kB
2024-11-25T16:10:53+01:00 pcre2-utf16-10.32-3.el8_6.x86_64 ubi-8-baseos-rpms 234.5 kB
2024-11-25T16:10:53+01:00 pcre2-utf32-10.32-3.el8_6.x86_64 ubi-8-baseos-rpms 225.8 kB
2024-11-25T16:10:53+01:00 perl-Carp-1.42-396.el8.noarch ubi-8-baseos-rpms 30.9 kB
2024-11-25T16:10:53+01:00 perl-Data-Dumper-2.167-399.el8.x86_64 ubi-8-baseos-rpms 59.4 kB
2024-11-25T16:10:53+01:00 perl-Digest-1.17-395.el8.noarch ubi-8-appstream-rpms 27.6 kB
2024-11-25T16:10:53+01:00 perl-Digest-MD5-2.55-396.el8.x86_64 ubi-8-appstream-rpms 37.9 kB
2024-11-25T16:10:53+01:00 perl-Encode-4:2.97-3.el8.x86_64 ubi-8-baseos-rpms 1.5 MB
2024-11-25T16:10:53+01:00 perl-Errno-1.28-422.el8.x86_64 ubi-8-baseos-rpms 78.4 kB
2024-11-25T16:10:53+01:00 perl-Exporter-5.72-396.el8.noarch ubi-8-baseos-rpms 34.8 kB
2024-11-25T16:10:53+01:00 perl-File-Path-2.15-2.el8.noarch ubi-8-baseos-rpms 39.0 kB
2024-11-25T16:10:53+01:00 perl-File-Temp-0.230.600-1.el8.noarch ubi-8-baseos-rpms 64.1 kB
2024-11-25T16:10:53+01:00 perl-Getopt-Long-1:2.50-4.el8.noarch ubi-8-baseos-rpms 64.5 kB
2024-11-25T16:10:53+01:00 perl-HTTP-Tiny-0.074-3.el8.noarch ubi-8-baseos-rpms 60.1 kB
2024-11-25T16:10:53+01:00 perl-IO-1.38-422.el8.x86_64 ubi-8-baseos-rpms 145.8 kB
2024-11-25T16:10:53+01:00 perl-IO-Socket-IP-0.39-5.el8.noarch ubi-8-appstream-rpms 48.0 kB
2024-11-25T16:10:53+01:00 perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch ubi-8-appstream-rpms 304.8 kB
2024-11-25T16:10:53+01:00 perl-MIME-Base64-3.15-396.el8.x86_64 ubi-8-baseos-rpms 31.4 kB
2024-11-25T16:10:53+01:00 perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch ubi-8-appstream-rpms 15.8 kB
2024-11-25T16:10:53+01:00 perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64 ubi-8-appstream-rpms 388.3 kB
2024-11-25T16:10:53+01:00 perl-PathTools-3.74-1.el8.x86_64 ubi-8-baseos-rpms 92.2 kB
2024-11-25T16:10:53+01:00 perl-Pod-Escapes-1:1.07-395.el8.noarch ubi-8-baseos-rpms 21.0 kB
2024-11-25T16:10:53+01:00 perl-Pod-Perldoc-3.28-396.el8.noarch ubi-8-baseos-rpms 90.2 kB
2024-11-25T16:10:53+01:00 perl-Pod-Simple-1:3.35-395.el8.noarch ubi-8-baseos-rpms 218.3 kB
2024-11-25T16:10:53+01:00 perl-Pod-Usage-4:1.69-395.el8.noarch ubi-8-baseos-rpms 35.3 kB
2024-11-25T16:10:53+01:00 perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 ubi-8-baseos-rpms 69.4 kB
2024-11-25T16:10:53+01:00 perl-Socket-4:2.027-3.el8.x86_64 ubi-8-baseos-rpms 60.2 kB
2024-11-25T16:10:53+01:00 perl-Storable-1:3.11-3.el8.x86_64 ubi-8-baseos-rpms 100.7 kB
2024-11-25T16:10:53+01:00 perl-Term-ANSIColor-4.06-396.el8.noarch ubi-8-baseos-rpms 47.1 kB
2024-11-25T16:10:53+01:00 perl-Term-Cap-1.17-395.el8.noarch ubi-8-baseos-rpms 23.4 kB
2024-11-25T16:10:53+01:00 perl-Text-ParseWords-3.30-395.el8.noarch ubi-8-baseos-rpms 18.4 kB
2024-11-25T16:10:53+01:00 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch ubi-8-baseos-rpms 24.7 kB
2024-11-25T16:10:53+01:00 perl-Time-Local-1:1.280-1.el8.noarch ubi-8-baseos-rpms 34.3 kB
2024-11-25T16:10:53+01:00 perl-URI-1.73-3.el8.noarch ubi-8-appstream-rpms 118.9 kB
2024-11-25T16:10:53+01:00 perl-Unicode-Normalize-1.25-396.el8.x86_64 ubi-8-baseos-rpms 83.8 kB
2024-11-25T16:10:53+01:00 perl-constant-1.33-396.el8.noarch ubi-8-baseos-rpms 26.0 kB
2024-11-25T16:10:53+01:00 perl-interpreter-4:5.26.3-422.el8.x86_64 ubi-8-baseos-rpms 6.6 MB
2024-11-25T16:10:53+01:00 perl-libnet-3.11-3.el8.noarch ubi-8-appstream-rpms 123.8 kB
2024-11-25T16:10:53+01:00 perl-libs-4:5.26.3-422.el8.x86_64 ubi-8-baseos-rpms 1.6 MB
2024-11-25T16:10:53+01:00 perl-macros-4:5.26.3-422.el8.x86_64 ubi-8-baseos-rpms 74.3 kB
2024-11-25T16:10:53+01:00 perl-parent-1:0.237-1.el8.noarch ubi-8-baseos-rpms 20.5 kB
2024-11-25T16:10:53+01:00 perl-podlators-4.11-1.el8.noarch ubi-8-baseos-rpms 120.8 kB
2024-11-25T16:10:53+01:00 perl-threads-1:2.21-2.el8.x86_64 ubi-8-baseos-rpms 62.7 kB
2024-11-25T16:10:53+01:00 perl-threads-shared-1.58-2.el8.x86_64 ubi-8-baseos-rpms 48.8 kB
2024-11-25T16:10:53+01:00 pkgconf-1.4.2-1.el8.x86_64 ubi-8-baseos-rpms 39.0 kB
2024-11-25T16:10:53+01:00 pkgconf-m4-1.4.2-1.el8.noarch ubi-8-baseos-rpms 17.5 kB
2024-11-25T16:10:53+01:00 pkgconf-pkg-config-1.4.2-1.el8.x86_64 ubi-8-baseos-rpms 15.6 kB
2024-11-25T16:10:53+01:00 platform-python-3.6.8-67.el8_10.x86_64 ubi-8-baseos-rpms 90.4 kB
2024-11-25T16:10:53+01:00 platform-python-setuptools-39.2.0-8.el8_10.noarch ubi-8-baseos-rpms 647.5 kB
2024-11-25T16:10:53+01:00 python3-libs-3.6.8-67.el8_10.x86_64 ubi-8-baseos-rpms 8.3 MB
2024-11-25T16:10:53+01:00 python3-pip-wheel-9.0.3-24.el8.noarch ubi-8-baseos-rpms 887.0 kB
2024-11-25T16:10:53+01:00 python3-setuptools-wheel-39.2.0-8.el8_10.noarch ubi-8-baseos-rpms 296.0 kB
2024-11-25T16:10:53+01:00 ttmkfdir-3.0.9-54.el8.x86_64 ubi-8-appstream-rpms 63.0 kB
2024-11-25T16:10:53+01:00 tzdata-java-2024b-4.el8.noarch ubi-8-appstream-rpms 190.4 kB
2024-11-25T16:10:53+01:00 which-2.21-20.el8.x86_64 ubi-8-baseos-rpms 51.0 kB
2024-11-25T16:10:53+01:00 xorg-x11-font-utils-1:7.5-41.el8.x86_64 ubi-8-appstream-rpms 106.1 kB
2024-11-25T16:10:53+01:00 xorg-x11-fonts-Type1-7.5-19.el8.noarch ubi-8-appstream-rpms 534.4 kB
2024-11-25T16:10:53+01:00 zlib-devel-1.2.11-25.el8.x86_64 ubi-8-baseos-rpms 60.0 kB
2024-11-25T16:10:53+01:00 Transaction Summary:
2024-11-25T16:10:53+01:00 Installing: 113 packages
2024-11-25T16:10:53+01:00 Reinstalling: 0 packages
2024-11-25T16:10:53+01:00 Upgrading: 0 packages
2024-11-25T16:10:53+01:00 Obsoleting: 0 packages
2024-11-25T16:10:53+01:00 Removing: 0 packages
2024-11-25T16:10:53+01:00 Downgrading: 0 packages
2024-11-25T16:10:53+01:00 Enabling module streams:
2024-11-25T16:10:53+01:00 javapackages-runtime:201801
2024-11-25T16:10:53+01:00 perl-IO-Socket-SSL:2.066
2024-11-25T16:10:53+01:00 perl-libwww-perl:6.34
2024-11-25T16:10:53+01:00
2024-11-25T16:10:53+01:00
2024-11-25T16:10:53+01:00 Downloading packages...
2024-11-25T16:11:02+01:00 Running transaction test...
2024-11-25T16:11:03+01:00 Installing: nspr;4.35.0-1.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:03+01:00 Installing: nss-util;3.101.0-7.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:03+01:00 Installing: gdbm-libs;1:1.18-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:03+01:00 Installing: python3-setuptools-wheel;39.2.0-8.el8_10;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:03+01:00 Installing: python3-pip-wheel;9.0.3-24.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:03+01:00 Installing: libtirpc;1.1.4-12.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: fontpackages-filesystem;1.44-22.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: expat;2.2.5-16.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: dejavu-fonts-common;2.35-7.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: dejavu-sans-fonts;2.35-7.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: libnsl2;1.2.0-2.20180605git4a062cf.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: gdbm;1:1.18-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: platform-python-setuptools;39.2.0-8.el8_10;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: platform-python;3.6.8-67.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:04+01:00 Installing: python3-libs;3.6.8-67.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: crypto-policies-scripts;20230731-1.git3177e06.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: nss-softokn-freebl;3.101.0-7.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: nss-softokn;3.101.0-7.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: nss-sysinit;3.101.0-7.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: nss;3.101.0-7.el8_8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: tzdata-java;2024b-4.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libX11-common;1.6.8-9.el8_10;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: nss_wrapper-libs;1.1.13-1.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: cmake-filesystem;3.26.5-2.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: alsa-lib;1.2.10-2.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: lua;5.3.4-12.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libfontenc;1.1.3-8.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXau;1.0.9-3.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libxcb;1.13.1-1.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libX11;1.6.8-9.el8_10;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXext;1.3.4-1.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXi;1.7.10-1.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXtst;1.2.3-7.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXcomposite;0.4.4-14.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: libXrender;0.9.10-7.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: javapackages-filesystem;5.3.0-1.module+el8+2447+6f56d9a6;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:05+01:00 Installing: pkgconf-m4;1.4.2-1.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: pcre2-utf32;10.32-3.el8_6;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: pcre2-utf16;10.32-3.el8_6;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: openssl;1:1.1.1k-14.el8_6;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: ncurses;6.1-10.20180224.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: lksctp-tools;1.0.18-3.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: libpng;2:1.6.34-5.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: freetype;2.9.1-9.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:05+01:00 Installing: fontconfig;2.13.1-4.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: ttmkfdir;3.0.9-54.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:06+01:00 Installing: libpkgconf;1.4.2-1.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: pkgconf;1.4.2-1.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: pkgconf-pkg-config;1.4.2-1.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: libcom_err-devel;1.45.6-5.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: libsepol-devel;2.9-3.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: libverto-devel;0.3.2-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: pcre2-devel;10.32-3.el8_6;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: libselinux-devel;2.9-8.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: zlib-devel;1.2.11-25.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:06+01:00 Installing: xorg-x11-font-utils;1:7.5-41.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:06+01:00 Installing: xorg-x11-fonts-Type1;7.5-19.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: libkadm5;1.18.2-30.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: keyutils-libs-devel;1.5.10-9.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: krb5-devel;1.18.2-30.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: groff-base;1.22.3-18.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Digest;1.17-395.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Digest-MD5;2.55-396.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Data-Dumper;2.167-399.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-libnet;3.11-3.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-URI;1.73-3.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Pod-Escapes;1:1.07-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Time-Local;1:1.280-1.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-IO-Socket-IP;0.39-5.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Mozilla-CA;20160104-7.module+el8.3.0+6498+9eecfe51;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Net-SSLeay;1.88-2.module+el8.6.0+13392+f0897f98;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-IO-Socket-SSL;2.066-4.module+el8.3.0+6446+594cad75;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Term-ANSIColor;4.06-396.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Term-Cap;1.17-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-File-Temp;0.230.600-1.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Pod-Simple;1:3.35-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-HTTP-Tiny;0.074-3.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-podlators;4.11-1.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Pod-Perldoc;3.28-396.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Text-ParseWords;3.30-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Pod-Usage;4:1.69-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-MIME-Base64;3.15-396.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Storable;1:3.11-3.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Getopt-Long;1:2.50-4.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Errno;1.28-422.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Socket;4:2.027-3.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Encode;4:2.97-3.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Carp;1.42-396.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Exporter;5.72-396.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-libs;4:5.26.3-422.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Scalar-List-Utils;3:1.49-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-parent;1:0.237-1.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-macros;4:5.26.3-422.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Text-Tabs+Wrap;2013.0523-395.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-Unicode-Normalize;1.25-396.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-File-Path;2.15-2.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-IO;1.38-422.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-PathTools;3.74-1.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-constant;1.33-396.el8;noarch;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-threads;1:2.21-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-threads-shared;1.58-2.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:07+01:00 Installing: perl-interpreter;4:5.26.3-422.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:08+01:00 Installing: findutils;1:4.6.0-23.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:08+01:00 Installing: copy-jdk-configs;4.0-2.el8;noarch;ubi-8-appstream-rpms
2024-11-25T16:11:08+01:00 Installing: dbus-libs;1:1.12.8-26.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:08+01:00 Installing: avahi-libs;0.7-27.el8_10.1;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:08+01:00 Installing: cups-libs;1:2.2.6-61.el8_10;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:08+01:00 Installing: java-21-openjdk-headless;1:21.0.5.0.10-3.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:12+01:00 Installing: java-21-openjdk;1:21.0.5.0.10-3.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:12+01:00 Installing: java-21-openjdk-devel;1:21.0.5.0.10-3.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:13+01:00 Installing: nss_wrapper;1.1.13-1.el8;x86_64;ubi-8-appstream-rpms
2024-11-25T16:11:13+01:00 Installing: openssl-devel;1:1.1.1k-14.el8_6;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:13+01:00 Installing: which;2.21-20.el8;x86_64;ubi-8-baseos-rpms
2024-11-25T16:11:13+01:00 Complete.
2024-11-25T16:11:14+01:00
2024-11-25T16:11:14+01:00 (microdnf:13): librhsm-WARNING **: 15:11:14.115: Found 0 entitlement certificates
2024-11-25T16:11:14+01:00
2024-11-25T16:11:14+01:00 (microdnf:13): librhsm-WARNING **: 15:11:14.126: Found 0 entitlement certificates
2024-11-25T16:11:14+01:00 Complete.
2024-11-25T16:11:14+01:00 time="2024-11-25T15:11:14Z" level=info msg="Taking snapshot of full filesystem..."
2024-11-25T16:11:19+01:00 time="2024-11-25T15:11:19Z" level=info msg="Pushing layer oci:/kaniko/cache/layers/cached:4e8e95938ef9432bd88047610085ac54d8f27199c0c7aa1bd078146415879234 to cache now"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="RUN echo \"21\" > /bpi.paketo.ubi.java.version"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Cmd: /bin/sh"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Args: [-c echo \"21\" > /bpi.paketo.ubi.java.version]"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Util.Lookup returned: &{Uid:0 Gid:0 Username:root Name:root HomeDir:/root}"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Performing slow lookup of group ids for root"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Running: [/bin/sh -c echo \"21\" > /bpi.paketo.ubi.java.version]"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Taking snapshot of full filesystem..."
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Pushing layer oci:/kaniko/cache/layers/cached:30a1c212a02ef3c48e3340b13da9394845005e0af3c4eb2254d7f7d263927ed2 to cache now"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="RUN echo \"active-processor-count,java-opts,jvm-heap,link-local-dns,memory-calculator,security-providers-configurer,jmx,jfr,security-providers-classpath-9,debug-9,nmt\" > /bpi.paketo.ubi.java.helpers"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Cmd: /bin/sh"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Args: [-c echo \"active-processor-count,java-opts,jvm-heap,link-local-dns,memory-calculator,security-providers-configurer,jmx,jfr,security-providers-classpath-9,debug-9,nmt\" > /bpi.paketo.ubi.java.helpers]"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Util.Lookup returned: &{Uid:0 Gid:0 Username:root Name:root HomeDir:/root}"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Performing slow lookup of group ids for root"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Running: [/bin/sh -c echo \"active-processor-count,java-opts,jvm-heap,link-local-dns,memory-calculator,security-providers-configurer,jmx,jfr,security-providers-classpath-9,debug-9,nmt\" > /bpi.paketo.ubi.java.helpers]"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Skipping push to container registry due to --no-push flag"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Taking snapshot of full filesystem..."
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Pushing layer oci:/kaniko/cache/layers/cached:39211dd9410205ae978d3e6a7535f458b8fe277ec401f9dffc0a40481f67b360 to cache now"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="USER 1000:1000"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Cmd: USER"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="Skipping push to container registry due to --no-push flag"
2024-11-25T16:11:20+01:00 time="2024-11-25T15:11:20Z" level=info msg="No files changed in this command, skipping snapshotting."
2024-11-25T16:11:23+01:00 time="2024-11-25T15:11:23Z" level=info msg="Skipping push to container registry due to --no-push flag"
2024-11-25T16:11:23+01:00 Intermediate image has digest: sha256:dbe8345f93b11aa7b189793b7dec26c7fe1f397878878f3b467a99626f51f2c6
2024-11-25T16:11:23+01:00 Warning: The original user ID was 1002 but the final extension left the user ID set to 1000.
2024-11-25T16:11:23+01:00 Timer: Extender ran for 33.496042816s and ended at 2024-11-25T15:11:23Z
2024-11-25T16:11:23+01:00 Timer: Builder started at 2024-11-25T15:11:23Z
2024-11-25T16:11:23+01:00 target distro name/version labels not found, reading /etc/os-release file
2024-11-25T16:11:23+01:00 Running build for buildpack paketo-community/ubi-java-buildpack@0.1.1
2024-11-25T16:11:23+01:00 Looking up buildpack
2024-11-25T16:11:23+01:00 Finding plan
2024-11-25T16:11:23+01:00 Creating plan directory
2024-11-25T16:11:23+01:00 Preparing paths
2024-11-25T16:11:23+01:00 Running build command
2024-11-25T16:11:23+01:00
2024-11-25T16:11:23+01:00 Paketo UBI Java Helper Buildpack 0.1.1
2024-11-25T16:11:23+01:00
2024-11-25T16:11:23+01:00 Helper buildpack configuring using 'active-processor-count,java-opts,jvm-heap,link-local-dns,memory-calculator,security-providers-configurer,jmx,jfr,security-providers-classpath-9,debug-9,nmt' and java security properties for version 21
2024-11-25T16:11:23+01:00 Initiating layer creation
2024-11-25T16:11:23+01:00 Configuration for JRE: Reusing cached layer
2024-11-25T16:11:23+01:00 Launch Helper: Reusing cached layer
2024-11-25T16:11:23+01:00 Java Security Properties: Reusing cached layer
2024-11-25T16:11:23+01:00 Processing layers
2024-11-25T16:11:23+01:00 Updating environment
2024-11-25T16:11:23+01:00 Reading output files
2024-11-25T16:11:23+01:00 Updating buildpack processes
2024-11-25T16:11:23+01:00 Updating process list
2024-11-25T16:11:23+01:00 Finished running build for buildpack paketo-community/ubi-java-buildpack@0.1.1
2024-11-25T16:11:23+01:00 Running build for buildpack paketo-buildpacks/quarkus@0.4.1
2024-11-25T16:11:23+01:00 Looking up buildpack
2024-11-25T16:11:23+01:00 Finding plan
2024-11-25T16:11:23+01:00 Creating plan directory
2024-11-25T16:11:23+01:00 Preparing paths
2024-11-25T16:11:23+01:00 Running build command
2024-11-25T16:11:23+01:00
2024-11-25T16:11:23+01:00 Paketo Buildpack for Quarkus 0.4.1
2024-11-25T16:11:23+01:00 https://github.com/paketo-buildpacks/quarkus
2024-11-25T16:11:23+01:00 Build Configuration:
2024-11-25T16:11:23+01:00 $BP_MAVEN_POM_FILE pom.xml the location of the main pom.xml file, relative to the application root
2024-11-25T16:11:23+01:00 Writing env.build/BP_MAVEN_BUILD_ARGUMENTS.default
2024-11-25T16:11:23+01:00 Writing env.build/BP_MAVEN_BUILT_ARTIFACT.default
2024-11-25T16:11:23+01:00 4 application slices
2024-11-25T16:11:23+01:00 Processing layers
2024-11-25T16:11:23+01:00 Updating environment
2024-11-25T16:11:23+01:00 Reading output files
2024-11-25T16:11:23+01:00 Updating buildpack processes
2024-11-25T16:11:23+01:00 Updating process list
2024-11-25T16:11:23+01:00 Finished running build for buildpack paketo-buildpacks/quarkus@0.4.1
2024-11-25T16:11:23+01:00 Running build for buildpack paketo-buildpacks/ca-certificates@3.8.6
2024-11-25T16:11:23+01:00 Looking up buildpack
2024-11-25T16:11:23+01:00 Finding plan
2024-11-25T16:11:23+01:00 Creating plan directory
2024-11-25T16:11:23+01:00 Preparing paths
2024-11-25T16:11:23+01:00 Running build command
2024-11-25T16:11:23+01:00
2024-11-25T16:11:23+01:00 Paketo Buildpack for CA Certificates 3.8.6
2024-11-25T16:11:23+01:00 https://github.com/paketo-buildpacks/ca-certificates
2024-11-25T16:11:23+01:00 Build Configuration:
2024-11-25T16:11:23+01:00 $BP_EMBED_CERTS false Embed certificates into the image
2024-11-25T16:11:23+01:00 $BP_ENABLE_RUNTIME_CERT_BINDING true Deprecated: Enable/disable certificate helper layer to add certs at runtime
2024-11-25T16:11:23+01:00 $BP_RUNTIME_CERT_BINDING_DISABLED false Disable certificate helper layer to add certs at runtime
2024-11-25T16:11:23+01:00 Launch Helper: Reusing cached layer
2024-11-25T16:11:23+01:00 Processing layers
2024-11-25T16:11:23+01:00 Updating environment
2024-11-25T16:11:23+01:00 Reading output files
2024-11-25T16:11:23+01:00 Updating buildpack processes
2024-11-25T16:11:23+01:00 Updating process list
2024-11-25T16:11:23+01:00 Finished running build for buildpack paketo-buildpacks/ca-certificates@3.8.6
2024-11-25T16:11:23+01:00 Running build for buildpack paketo-buildpacks/bellsoft-liberica@11.0.0
2024-11-25T16:11:23+01:00 Looking up buildpack
2024-11-25T16:11:23+01:00 Finding plan
2024-11-25T16:11:23+01:00 Creating plan directory
2024-11-25T16:11:23+01:00 Preparing paths
2024-11-25T16:11:23+01:00 Running build command
2024-11-25T16:11:23+01:00 Processing layers
2024-11-25T16:11:23+01:00 Updating environment
2024-11-25T16:11:23+01:00 Reading output files
2024-11-25T16:11:23+01:00 Updating buildpack processes
2024-11-25T16:11:23+01:00 Updating process list
2024-11-25T16:11:23+01:00 Finished running build for buildpack paketo-buildpacks/bellsoft-liberica@11.0.0
2024-11-25T16:11:23+01:00 Running build for buildpack paketo-buildpacks/syft@2.4.0
2024-11-25T16:11:23+01:00 Looking up buildpack
2024-11-25T16:11:23+01:00 Finding plan
2024-11-25T16:11:23+01:00 Creating plan directory
2024-11-25T16:11:23+01:00 Preparing paths
2024-11-25T16:11:23+01:00 Running build command
2024-11-25T16:11:23+01:00
2024-11-25T16:11:23+01:00 Paketo Buildpack for Syft 2.4.0
2024-11-25T16:11:23+01:00 https://github.com/paketo-buildpacks/syft
2024-11-25T16:11:23+01:00 Downloading from https://github.com/anchore/syft/releases/download/v1.15.0/syft_1.15.0_linux_amd64.tar.gz
2024-11-25T16:11:25+01:00 Verifying checksum
2024-11-25T16:11:25+01:00 Writing env.build/SYFT_CHECK_FOR_APP_UPDATE.default
2024-11-25T16:11:25+01:00 Processing layers
2024-11-25T16:11:25+01:00 Updating environment
2024-11-25T16:11:25+01:00 Reading output files
2024-11-25T16:11:25+01:00 Updating buildpack processes
2024-11-25T16:11:25+01:00 Updating process list
2024-11-25T16:11:25+01:00 Finished running build for buildpack paketo-buildpacks/syft@2.4.0
2024-11-25T16:11:25+01:00 Running build for buildpack paketo-buildpacks/maven@6.19.0
2024-11-25T16:11:25+01:00 Looking up buildpack
2024-11-25T16:11:25+01:00 Finding plan
2024-11-25T16:11:25+01:00 Creating plan directory
2024-11-25T16:11:25+01:00 Preparing paths
2024-11-25T16:11:25+01:00 Running build command
2024-11-25T16:11:25+01:00
2024-11-25T16:11:25+01:00 Paketo Buildpack for Maven 6.19.0
2024-11-25T16:11:25+01:00 https://github.com/paketo-buildpacks/maven
2024-11-25T16:11:25+01:00 Build Configuration:
2024-11-25T16:11:25+01:00 $BP_EXCLUDE_FILES colon separated list of glob patterns, matched source files are removed
2024-11-25T16:11:25+01:00 $BP_INCLUDE_FILES colon separated list of glob patterns, matched source files are included
2024-11-25T16:11:25+01:00 $BP_JAVA_INSTALL_NODE false whether to install Yarn/Node binaries based on the presence of a package.json or yarn.lock file
2024-11-25T16:11:25+01:00 $BP_MAVEN_ACTIVE_PROFILES the active profiles (comma separated: such as: p1,!p2,?p3) to pass to Maven
2024-11-25T16:11:25+01:00 $BP_MAVEN_ADDITIONAL_BUILD_ARGUMENTS the additionnal arguments (appended to BP_MAVEN_BUILD_ARGUMENTS) to pass to Maven
2024-11-25T16:11:25+01:00 $BP_MAVEN_BUILD_ARGUMENTS package -DskipTests=true -Dmaven.javadoc.skip=true -Dquarkus.package.type=fast-jar the arguments to pass to Maven
2024-11-25T16:11:25+01:00 $BP_MAVEN_BUILT_ARTIFACT target/quarkus-app/lib/ target/quarkus-app/*.jar target/quarkus-app/app/ target/quarkus-app/quarkus/ the built application artifact explicitly. Supersedes $BP_MAVEN_BUILT_MODULE
2024-11-25T16:11:25+01:00 $BP_MAVEN_BUILT_MODULE the module to find application artifact in
2024-11-25T16:11:25+01:00 $BP_MAVEN_DAEMON_ENABLED false use maven daemon
2024-11-25T16:11:25+01:00 $BP_MAVEN_POM_FILE pom.xml the location of the main pom.xml file, relative to the application root
2024-11-25T16:11:25+01:00 $BP_MAVEN_SETTINGS_PATH the path to a Maven settings file
2024-11-25T16:11:25+01:00 $BP_MAVEN_VERSION 3 the Maven version
2024-11-25T16:11:25+01:00 $BP_NODE_PROJECT_PATH configure a project subdirectory to look for `package.json` and `yarn.lock` files
2024-11-25T16:11:26+01:00 Creating cache directory /home/cnb/.m2
2024-11-25T16:11:26+01:00 Compiled Application: Contributing to layer
2024-11-25T16:11:26+01:00 Executing mvnw --batch-mode package -DskipTests=true -Dmaven.javadoc.skip=true -Dquarkus.package.type=fast-jar
2024-11-25T16:11:26+01:00 Warning: JAVA_HOME environment variable is not set.
2024-11-25T16:11:30+01:00 [INFO] Scanning for projects...
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-maven-plugin/3.8.3/quarkus-maven-plugin-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-maven-plugin/3.8.3/quarkus-maven-plugin-3.8.3.pom (10 kB at 83 kB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom (433 kB at 8.3 MB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-core/3.8.3/quarkus-bootstrap-core-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-core/3.8.3/quarkus-bootstrap-core-3.8.3.pom (4.0 kB at 248 kB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-parent/3.8.3/quarkus-bootstrap-parent-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-parent/3.8.3/quarkus-bootstrap-parent-3.8.3.pom (18 kB at 1.5 MB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-parent/3.8.3/quarkus-parent-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-parent/3.8.3/quarkus-parent-3.8.3.pom (46 kB at 3.8 MB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-bom/3.8.3/quarkus-bootstrap-bom-3.8.3.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-bom/3.8.3/quarkus-bootstrap-bom-3.8.3.pom (22 kB at 2.2 MB/s)
2024-11-25T16:11:30+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.1.2/smallrye-common-bom-2.1.2.pom
2024-11-25T16:11:30+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.1.2/smallrye-common-bom-2.1.2.pom (4.3 kB at 434 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-bom-test/3.8.3/quarkus-bootstrap-bom-test-3.8.3.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-bom-test/3.8.3/quarkus-bootstrap-bom-test-3.8.3.pom (3.0 kB at 333 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-app-model/3.8.3/quarkus-bootstrap-app-model-3.8.3.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-app-model/3.8.3/quarkus-bootstrap-app-model-3.8.3.pom (3.6 kB at 324 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.pom (13 kB at 1.2 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/39/jboss-parent-39.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 4.2 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.pom (19 kB at 1.5 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom (6.0 kB at 661 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 563 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom (3.5 kB at 322 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/18/jboss-parent-18.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/18/jboss-parent-18.pom (31 kB at 2.1 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-io/2.1.2/smallrye-common-io-2.1.2.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-io/2.1.2/smallrye-common-io-2.1.2.pom (2.1 kB at 207 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-parent/2.1.2/smallrye-common-parent-2.1.2.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-parent/2.1.2/smallrye-common-parent-2.1.2.pom (8.5 kB at 946 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom (6.0 kB at 669 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom (29 kB at 2.6 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 332 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.3/quarkus-bootstrap-maven-resolver-3.8.3.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.3/quarkus-bootstrap-maven-resolver-3.8.3.pom (6.9 kB at 689 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.pom (6.3 kB at 575 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-parent/1.4.0/smallrye-beanbag-parent-1.4.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-parent/1.4.0/smallrye-beanbag-parent-1.4.0.pom (16 kB at 1.5 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/42/smallrye-parent-42.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/42/smallrye-parent-42.pom (6.0 kB at 603 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 3.3 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.3.0/smallrye-common-bom-2.3.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.3.0/smallrye-common-bom-2.3.0.pom (4.7 kB at 394 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 514 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.pom (1.4 kB at 152 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.pom (964 B at 96 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.2/smallrye-common-constraint-2.1.2.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.2/smallrye-common-constraint-2.1.2.pom (2.1 kB at 215 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 51 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 1.3 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 4.8 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 2.1 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 628 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 2.8 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 5.2 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 2.3 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 736 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.4 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.7 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.4 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 414 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 996 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (2.3 kB at 258 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (29 kB at 2.9 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 3.8 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 877 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.3 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 171 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (2.7 kB at 247 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (3.5 kB at 294 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 332 kB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.5 MB/s)
2024-11-25T16:11:31+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
2024-11-25T16:11:31+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 1.7 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 1.5 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (2.1 kB at 147 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (4.5 kB at 409 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (1.8 kB at 204 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 273 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 404 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.3 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 442 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom (6.5 kB at 653 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.5 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 210 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 2.4 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.0 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 2.3 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 792 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 704 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 173 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 358 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 153 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.7 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.6 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.pom (15 kB at 1.3 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom (5.7 kB at 515 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom (76 kB at 5.4 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.2.0/smallrye-common-bom-2.2.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.2.0/smallrye-common-bom-2.2.0.pom (4.3 kB at 434 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-cpu/2.1.2/smallrye-common-cpu-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-cpu/2.1.2/smallrye-common-cpu-2.1.2.pom (1.6 kB at 117 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.2/smallrye-common-expression-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.2/smallrye-common-expression-2.1.2.pom (2.4 kB at 244 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.2/smallrye-common-function-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.2/smallrye-common-function-2.1.2.pom (2.0 kB at 199 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.1.2/smallrye-common-net-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.1.2/smallrye-common-net-2.1.2.pom (2.7 kB at 305 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-os/2.1.2/smallrye-common-os-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-os/2.1.2/smallrye-common-os-2.1.2.pom (1.9 kB at 174 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-ref/2.1.2/smallrye-common-ref-2.1.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-ref/2.1.2/smallrye-common-ref-2.1.2.pom (2.0 kB at 198 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom (19 kB at 1.7 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 1.6 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom (4.4 kB at 491 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom (22 kB at 2.4 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom (8.1 kB at 806 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom (6.4 kB at 716 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 704 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom (1.6 kB at 179 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom (17 kB at 1.4 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.pom (6.6 kB at 659 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (7.5 kB at 837 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (2.9 kB at 368 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 879 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 729 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 637 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.6 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.7 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 985 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 307 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 45 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom (13 kB at 1.4 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom (19 kB at 2.1 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 302 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.3 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 730 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 83 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 601 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 1.6 MB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 532 kB/s)
2024-11-25T16:11:32+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
2024-11-25T16:11:32+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 1.7 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.3 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-deployment/3.8.3/quarkus-core-deployment-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-deployment/3.8.3/quarkus-core-deployment-3.8.3.pom (11 kB at 315 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-parent/3.8.3/quarkus-core-parent-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-parent/3.8.3/quarkus-core-parent-3.8.3.pom (957 B at 106 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-build-parent/3.8.3/quarkus-build-parent-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-build-parent/3.8.3/quarkus-build-parent-3.8.3.pom (62 kB at 4.4 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project/3.8.3/quarkus-project-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project/3.8.3/quarkus-project-3.8.3.pom (14 kB at 1.4 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom (438 kB at 9.1 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/readline/2.4/readline-2.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/readline/2.4/readline-2.4.pom (4.6 kB at 422 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/readline-all/2.4/readline-all-2.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/readline-all/2.4/readline-all-2.4.pom (4.5 kB at 500 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/19/jboss-parent-19.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 2.6 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom (14 kB at 1.3 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom (15 kB at 912 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/aesh/2.7/aesh-2.7.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/aesh/2.7/aesh-2.7.pom (5.0 kB at 450 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/aesh-all/2.7/aesh-all-2.7.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/aesh-all/2.7/aesh-all-2.7.pom (4.0 kB at 400 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.pom (6.1 kB at 679 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/40/jboss-parent-40.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/40/jboss-parent-40.pom (76 kB at 5.1 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.pom (11 kB at 1.2 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 263 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.1 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 326 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 324 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 328 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom (7.0 kB at 871 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom (7.2 kB at 795 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 279 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-development-mode-spi/3.8.3/quarkus-development-mode-spi-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-development-mode-spi/3.8.3/quarkus-development-mode-spi-3.8.3.pom (752 B at 84 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-class-change-agent/3.8.3/quarkus-class-change-agent-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-class-change-agent/3.8.3/quarkus-class-change-agent-3.8.3.pom (1.8 kB at 220 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-utilities/3.8.3/quarkus-devtools-utilities-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-utilities/3.8.3/quarkus-devtools-utilities-3.8.3.pom (577 B at 72 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-tools-parent/3.8.3/quarkus-tools-parent-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-tools-parent/3.8.3/quarkus-tools-parent-3.8.3.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 725 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 2.4 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom (3.1 kB at 345 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core/3.8.3/quarkus-core-3.8.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core/3.8.3/quarkus-core-3.8.3.pom (20 kB at 2.0 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 1.3 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.6 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom (12 kB at 1.2 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom (2.3 kB at 261 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.5 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom (3.6 kB at 397 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom (12 kB at 1.3 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom (12 kB at 1.4 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 658 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.pom (4.2 kB at 524 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-parent/3.5.4/smallrye-config-parent-3.5.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-parent/3.5.4/smallrye-config-parent-3.5.4.pom (5.5 kB at 685 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom (4.5 kB at 559 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom (3.3 kB at 410 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom (6.0 kB at 669 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom (28 kB at 2.8 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.pom (4.2 kB at 520 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom (1.7 kB at 188 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom (4.2 kB at 471 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom (50 kB at 3.9 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-annotation/2.1.2/smallrye-common-annotation-2.1.2.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-annotation/2.1.2/smallrye-common-annotation-2.1.2.pom (2.1 kB at 189 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-classloader/2.1.2/smallrye-common-classloader-2.1.2.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-classloader/2.1.2/smallrye-common-classloader-2.1.2.pom (2.4 kB at 158 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.pom (1.1 kB at 113 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom (1.8 kB at 205 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom (5.6 kB at 697 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/34/jboss-parent-34.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 5.0 MB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.pom (7.3 kB at 918 kB/s)
2024-11-25T16:11:33+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom
2024-11-25T16:11:33+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 4.7 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-runner/3.8.3/quarkus-bootstrap-runner-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-runner/3.8.3/quarkus-bootstrap-runner-3.8.3.pom (3.4 kB at 430 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom (3.2 kB at 360 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-builder/3.8.3/quarkus-builder-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-builder/3.8.3/quarkus-builder-3.8.3.pom (2.4 kB at 263 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.pom (1.4 kB at 127 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/word/23.1.2/word-23.1.2.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/word/23.1.2/word-23.1.2.pom (1.2 kB at 134 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom (3.0 kB at 303 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom (3.2 kB at 401 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 254 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom (2.8 kB at 283 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 191 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom (3.2 kB at 458 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom (3.2 kB at 318 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom (3.0 kB at 430 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom (3.2 kB at 400 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project-core-extension-codestarts/3.8.3/quarkus-project-core-extension-codestarts-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project-core-extension-codestarts/3.8.3/quarkus-project-core-extension-codestarts-3.8.3.pom (3.5 kB at 296 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-all/3.8.3/quarkus-devtools-all-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-all/3.8.3/quarkus-devtools-all-3.8.3.pom (991 B at 124 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-common/3.8.3/quarkus-devtools-common-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-common/3.8.3/quarkus-devtools-common-3.8.3.pom (4.8 kB at 535 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-registry-client/3.8.3/quarkus-devtools-registry-client-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-registry-client/3.8.3/quarkus-devtools-registry-client-3.8.3.pom (2.1 kB at 215 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-message-writer/3.8.3/quarkus-devtools-message-writer-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-message-writer/3.8.3/quarkus-devtools-message-writer-3.8.3.pom (770 B at 86 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 2.1 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom (11 kB at 1.3 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom (7.1 kB at 784 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom (9.9 kB at 903 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.pom (2.6 kB at 292 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.1/jackson-dataformats-text-2.16.1.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.1/jackson-dataformats-text-2.16.1.pom (3.5 kB at 386 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 1.8 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 268 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 2.2 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (2.7 kB at 270 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 34 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (4.3 kB at 309 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (3.2 kB at 358 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.pom (5.6 kB at 513 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.pom (4.5 kB at 566 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 212 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 2.4 MB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom (1.8 kB at 178 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom (3.1 kB at 385 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom (6.1 kB at 766 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom (2.5 kB at 164 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-base-codestarts/3.8.3/quarkus-devtools-base-codestarts-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-base-codestarts/3.8.3/quarkus-devtools-base-codestarts-3.8.3.pom (904 B at 100 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-codestarts/3.8.3/quarkus-devtools-codestarts-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-codestarts/3.8.3/quarkus-devtools-codestarts-3.8.3.pom (2.2 kB at 240 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-core/3.8.3/qute-core-3.8.3.pom
2024-11-25T16:11:34+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-core/3.8.3/qute-core-3.8.3.pom (1.2 kB at 130 kB/s)
2024-11-25T16:11:34+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-parent/3.8.3/qute-parent-3.8.3.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-parent/3.8.3/qute-parent-3.8.3.pom (14 kB at 1.6 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom (8.2 kB at 1.0 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-project/2.5.8/mutiny-project-2.5.8.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-project/2.5.8/mutiny-project-2.5.8.pom (25 kB at 2.3 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/maven-model-helper/25/maven-model-helper-25.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/maven-model-helper/25/maven-model-helper-25.pom (9.7 kB at 1.1 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 460 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 2.5 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 4.9 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 2.2 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.2/smallrye-common-version-2.1.2.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.2/smallrye-common-version-2.1.2.pom (2.9 kB at 321 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.pom (2.6 kB at 322 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom (3.1 kB at 443 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-analytics-common/3.8.3/quarkus-analytics-common-3.8.3.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-analytics-common/3.8.3/quarkus-analytics-common-3.8.3.pom (3.3 kB at 413 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom (4.9 kB at 613 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom (3.3 kB at 417 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 1.5 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (3.1 kB at 348 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (11 kB at 1.3 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 2.3 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 3.3 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.7 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-maven-plugin/3.8.3/quarkus-maven-plugin-3.8.3.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-maven-plugin/3.8.3/quarkus-maven-plugin-3.8.3.jar (429 kB at 9.3 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-core/3.8.3/quarkus-bootstrap-core-3.8.3.jar
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-app-model/3.8.3/quarkus-bootstrap-app-model-3.8.3.jar
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-io/2.1.2/smallrye-common-io-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.3/quarkus-bootstrap-maven-resolver-3.8.3.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-core/3.8.3/quarkus-bootstrap-core-3.8.3.jar (124 kB at 1.2 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar (17 kB at 126 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar (25 kB at 158 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar (37 kB at 201 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.2/smallrye-common-constraint-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.2/smallrye-common-constraint-2.1.2.jar (13 kB at 67 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 1.5 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-io/2.1.2/smallrye-common-io-2.1.2.jar (4.5 kB at 16 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar (17 kB at 60 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar (59 kB at 163 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.3/quarkus-bootstrap-maven-resolver-3.8.3.jar (143 kB at 391 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 2.1 MB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-app-model/3.8.3/quarkus-bootstrap-app-model-3.8.3.jar (185 kB at 497 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar (14 kB at 37 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (28 kB at 71 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (198 kB at 468 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar (45 kB at 103 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 756 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 195 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 200 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 19 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 26 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 61 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 29 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-cpu/2.1.2/smallrye-common-cpu-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar (22 kB at 48 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.2/smallrye-common-expression-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-cpu/2.1.2/smallrye-common-cpu-2.1.2.jar (11 kB at 25 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.2/smallrye-common-function-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar (218 kB at 463 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.1.2/smallrye-common-net-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 51 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-ref/2.1.2/smallrye-common-ref-2.1.2.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.2/smallrye-common-expression-2.1.2.jar (21 kB at 46 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.2/smallrye-common-function-2.1.2.jar (53 kB at 111 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-ref/2.1.2/smallrye-common-ref-2.1.2.jar (16 kB at 34 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.1.2/smallrye-common-net-2.1.2.jar (34 kB at 70 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar (59 kB at 121 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 126 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 8.7 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar
2024-11-25T16:11:35+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar (108 kB at 203 kB/s)
2024-11-25T16:11:35+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 8.2 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 271 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 45 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 85 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 89 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 1.1 MB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (42 kB at 58 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-deployment/3.8.3/quarkus-core-deployment-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 279 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/readline/2.4/readline-2.4.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (74 kB at 99 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar (811 kB at 983 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aesh/aesh/2.7/aesh-2.7.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar (221 kB at 263 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/readline/2.4/readline-2.4.jar (328 kB at 360 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aesh/aesh/2.7/aesh-2.7.jar (358 kB at 344 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 632 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar (299 kB at 282 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 31 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 83 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar (178 kB at 161 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 107 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 62 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-development-mode-spi/3.8.3/quarkus-development-mode-spi-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 44 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-class-change-agent/3.8.3/quarkus-class-change-agent-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-class-change-agent/3.8.3/quarkus-class-change-agent-3.8.3.jar (3.2 kB at 2.7 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-utilities/3.8.3/quarkus-devtools-utilities-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 kB at 272 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-development-mode-spi/3.8.3/quarkus-development-mode-spi-3.8.3.jar (46 kB at 37 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core/3.8.3/quarkus-core-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-utilities/3.8.3/quarkus-devtools-utilities-3.8.3.jar (5.4 kB at 4.4 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 21 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 8.4 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.jar (35 kB at 27 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 2.3 MB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar (18 kB at 13 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-annotation/2.1.2/smallrye-common-annotation-2.1.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 310 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-classloader/2.1.2/smallrye-common-classloader-2.1.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-annotation/2.1.2/smallrye-common-annotation-2.1.2.jar (7.6 kB at 5.5 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-classloader/2.1.2/smallrye-common-classloader-2.1.2.jar (9.5 kB at 6.8 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar (326 kB at 233 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar (12 kB at 8.9 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-runner/3.8.3/quarkus-bootstrap-runner-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core/3.8.3/quarkus-core-3.8.3.jar (299 kB at 213 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 15 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-builder/3.8.3/quarkus-builder-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar (9.3 kB at 6.6 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-core-deployment/3.8.3/quarkus-core-deployment-3.8.3.jar (1.4 MB at 1.0 MB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar (124 kB at 87 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-runner/3.8.3/quarkus-bootstrap-runner-3.8.3.jar (49 kB at 35 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-builder/3.8.3/quarkus-builder-3.8.3.jar (66 kB at 46 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar (22 kB at 16 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 9.9 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar (217 kB at 148 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 125 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 4.6 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 4.3 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 72 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project-core-extension-codestarts/3.8.3/quarkus-project-core-extension-codestarts-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 137 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-common/3.8.3/quarkus-devtools-common-3.8.3.jar
2024-11-25T16:11:36+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar (211 kB at 137 kB/s)
2024-11-25T16:11:36+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-registry-client/3.8.3/quarkus-devtools-registry-client-3.8.3.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-project-core-extension-codestarts/3.8.3/quarkus-project-core-extension-codestarts-3.8.3.jar (260 kB at 164 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-base-codestarts/3.8.3/quarkus-devtools-base-codestarts-3.8.3.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 153 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-codestarts/3.8.3/quarkus-devtools-codestarts-3.8.3.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-registry-client/3.8.3/quarkus-devtools-registry-client-3.8.3.jar (224 kB at 138 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-core/3.8.3/qute-core-3.8.3.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-common/3.8.3/quarkus-devtools-common-3.8.3.jar (402 kB at 244 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-codestarts/3.8.3/quarkus-devtools-codestarts-3.8.3.jar (86 kB at 52 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-base-codestarts/3.8.3/quarkus-devtools-base-codestarts-3.8.3.jar (400 kB at 231 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/qute/qute-core/3.8.3/qute-core-3.8.3.jar (332 kB at 191 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.2/smallrye-common-version-2.1.2.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.2/smallrye-common-version-2.1.2.jar (30 kB at 17 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-os/2.1.2/smallrye-common-os-2.1.2.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-os/2.1.2/smallrye-common-os-2.1.2.jar (9.1 kB at 5.1 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 325 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar (28 kB at 16 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar (55 kB at 30 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 261 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar (875 kB at 452 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar (36 kB at 18 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 170 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (47 kB at 24 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 166 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar (38 kB at 19 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar
2024-11-25T16:11:37+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar (52 kB at 26 kB/s)
2024-11-25T16:11:37+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 424 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 77 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar (318 kB at 125 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (702 kB at 276 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 62 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 29 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 8.7 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-analytics-common/3.8.3/quarkus-analytics-common-3.8.3.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 50 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar (25 kB at 8.4 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 1.4 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-message-writer/3.8.3/quarkus-devtools-message-writer-3.8.3.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 820 B/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devtools-message-writer/3.8.3/quarkus-devtools-message-writer-3.8.3.jar (6.6 kB at 2.2 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-analytics-common/3.8.3/quarkus-analytics-common-3.8.3.jar (52 kB at 17 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 16 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 42 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar (124 kB at 40 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 25 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (13 kB at 4.2 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar (14 kB at 4.4 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 83 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 175 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar (1.6 MB at 478 kB/s)
2024-11-25T16:11:38+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar (1.7 MB at 504 kB/s)
2024-11-25T16:11:39+01:00 [INFO]
2024-11-25T16:11:39+01:00 [INFO] ---------------------< dev.snowdrop:quarkus-hello >---------------------
2024-11-25T16:11:39+01:00 [INFO] Building Snowdrop :: Java Buildpack Client :: Samples :: Hello Quarkus 1.0
2024-11-25T16:11:39+01:00 [INFO] from pom.xml
2024-11-25T16:11:39+01:00 [INFO] --------------------------------[ jar ]---------------------------------
2024-11-25T16:11:39+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom (10 kB at 102 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom (22 kB at 1.2 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar (55 kB at 3.2 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 906 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 1.0 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 3.1 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.pom (9.7 kB at 1.1 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 817 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.jar (76 kB at 4.7 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.5.0/exec-maven-plugin-1.5.0.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.5.0/exec-maven-plugin-1.5.0.pom (12 kB at 1.2 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 2.8 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.5.0/exec-maven-plugin-1.5.0.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.5.0/exec-maven-plugin-1.5.0.jar (53 kB at 4.1 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom (5.3 kB at 591 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar (45 kB at 3.2 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 676 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 1.1 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.8 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 2.3 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.3 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes/3.8.3/quarkus-kubernetes-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes/3.8.3/quarkus-kubernetes-3.8.3.pom (1.9 kB at 236 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-vanilla-parent/3.8.3/quarkus-kubernetes-vanilla-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-vanilla-parent/3.8.3/quarkus-kubernetes-vanilla-parent-3.8.3.pom (759 B at 95 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-parent/3.8.3/quarkus-kubernetes-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-parent/3.8.3/quarkus-kubernetes-parent-3.8.3.pom (833 B at 104 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-extensions-parent/3.8.3/quarkus-extensions-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-extensions-parent/3.8.3/quarkus-extensions-parent-3.8.3.pom (10 kB at 1.3 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal/3.8.3/quarkus-kubernetes-client-internal-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal/3.8.3/quarkus-kubernetes-client-internal-3.8.3.pom (2.4 kB at 239 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-parent/3.8.3/quarkus-kubernetes-client-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-parent/3.8.3/quarkus-kubernetes-client-parent-3.8.3.pom (871 B at 97 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc/3.8.3/quarkus-arc-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc/3.8.3/quarkus-arc-3.8.3.pom (1.8 kB at 160 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-parent/3.8.3/quarkus-arc-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-parent/3.8.3/quarkus-arc-parent-3.8.3.pom (769 B at 96 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc/3.8.3/arc-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc/3.8.3/arc-3.8.3.pom (2.1 kB at 261 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-parent/3.8.3/arc-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-parent/3.8.3/arc-parent-3.8.3.pom (17 kB at 1.7 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 1.7 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-ide-launcher/3.8.3/quarkus-ide-launcher-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-ide-launcher/3.8.3/quarkus-ide-launcher-3.8.3.pom (4.5 kB at 561 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom (6.4 kB at 803 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.3/microprofile-context-propagation-parent-1.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.3/microprofile-context-propagation-parent-1.3.pom (37 kB at 3.4 MB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image/3.8.3/quarkus-container-image-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image/3.8.3/quarkus-container-image-3.8.3.pom (2.1 kB at 257 kB/s)
2024-11-25T16:11:40+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-parent/3.8.3/quarkus-container-image-parent-3.8.3.pom
2024-11-25T16:11:40+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-parent/3.8.3/quarkus-container-image-parent-3.8.3.pom (1.0 kB at 126 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny/3.8.3/quarkus-mutiny-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny/3.8.3/quarkus-mutiny-3.8.3.pom (2.6 kB at 26 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-parent/3.8.3/quarkus-mutiny-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-parent/3.8.3/quarkus-mutiny-parent-3.8.3.pom (733 B at 37 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation/3.8.3/quarkus-smallrye-context-propagation-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation/3.8.3/quarkus-smallrye-context-propagation-3.8.3.pom (2.3 kB at 231 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-parent/3.8.3/quarkus-smallrye-context-propagation-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-parent/3.8.3/quarkus-smallrye-context-propagation-parent-3.8.3.pom (807 B at 101 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom (1.6 kB at 198 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom (7.7 kB at 860 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom (967 B at 107 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom (1.1 kB at 161 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.pom (2.5 kB at 319 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive/3.8.3/quarkus-resteasy-reactive-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive/3.8.3/quarkus-resteasy-reactive-3.8.3.pom (3.2 kB at 401 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-parent/3.8.3/quarkus-resteasy-reactive-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-parent/3.8.3/quarkus-resteasy-reactive-parent-3.8.3.pom (814 B at 116 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.8.3/quarkus-resteasy-reactive-parent-aggregator-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.8.3/quarkus-resteasy-reactive-parent-aggregator-3.8.3.pom (1.8 kB at 229 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common/3.8.3/quarkus-resteasy-reactive-common-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common/3.8.3/quarkus-resteasy-reactive-common-3.8.3.pom (2.2 kB at 249 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-parent/3.8.3/quarkus-resteasy-reactive-common-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-parent/3.8.3/quarkus-resteasy-reactive-common-parent-3.8.3.pom (830 B at 104 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.3/resteasy-reactive-common-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.3/resteasy-reactive-common-3.8.3.pom (2.3 kB at 232 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.8.3/resteasy-reactive-common-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.8.3/resteasy-reactive-common-parent-3.8.3.pom (763 B at 85 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.8.3/resteasy-reactive-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.8.3/resteasy-reactive-parent-3.8.3.pom (30 kB at 2.7 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 628 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/stork/stork-bom/2.4.0/stork-bom-2.4.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/stork/stork-bom/2.4.0/stork-bom-2.4.0.pom (6.0 kB at 672 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.3/resteasy-reactive-common-types-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.3/resteasy-reactive-common-types-3.8.3.pom (789 B at 88 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 354 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom (1.1 kB at 144 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom (1.1 kB at 132 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom (10 kB at 1.1 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom (67 kB at 4.8 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx/3.8.3/quarkus-vertx-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx/3.8.3/quarkus-vertx-3.8.3.pom (4.5 kB at 563 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-parent/3.8.3/quarkus-vertx-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-parent/3.8.3/quarkus-vertx-parent-3.8.3.pom (780 B at 87 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty/3.8.3/quarkus-netty-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty/3.8.3/quarkus-netty-3.8.3.pom (3.5 kB at 388 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-parent/3.8.3/quarkus-netty-parent-3.8.3.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-parent/3.8.3/quarkus-netty-parent-3.8.3.pom (733 B at 92 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.pom (5.5 kB at 608 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.107.Final/netty-parent-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.107.Final/netty-parent-4.1.107.Final.pom (85 kB at 5.0 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.pom (12 kB at 1.2 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.pom (1.6 kB at 198 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.pom (2.2 kB at 240 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.pom (1.6 kB at 198 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.107.Final/netty-codec-http-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.107.Final/netty-codec-http-4.1.107.Final.pom (4.4 kB at 546 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.pom (4.6 kB at 578 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.pom (33 kB at 2.8 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.107.Final/netty-codec-http2-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.107.Final/netty-codec-http2-4.1.107.Final.pom (5.2 kB at 645 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.pom (9.1 kB at 910 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j-parent/1.16.0/brotli4j-parent-1.16.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j-parent/1.16.0/brotli4j-parent-1.16.0.pom (7.6 kB at 846 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.pom (2.0 kB at 223 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.pom (4.7 kB at 523 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/natives/1.16.0/natives-1.16.0.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/natives/1.16.0/natives-1.16.0.pom (6.1 kB at 613 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.107.Final/netty-codec-haproxy-4.1.107.Final.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.107.Final/netty-codec-haproxy-4.1.107.Final.pom (2.4 kB at 264 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-vertx-context/2.1.2/smallrye-common-vertx-context-2.1.2.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-vertx-context/2.1.2/smallrye-common-vertx-context-2.1.2.pom (2.9 kB at 321 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/4.5.4/vertx-core-4.5.4.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/4.5.4/vertx-core-4.5.4.pom (33 kB at 3.0 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-parent/19/vertx-parent-19.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-parent/19/vertx-parent-19.pom (15 kB at 1.5 MB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 603 kB/s)
2024-11-25T16:11:41+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-dependencies/4.5.4/vertx-dependencies-4.5.4.pom
2024-11-25T16:11:41+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-dependencies/4.5.4/vertx-dependencies-4.5.4.pom (35 kB at 3.2 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom (14 kB at 1.5 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.107.Final/netty-handler-proxy-4.1.107.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.107.Final/netty-handler-proxy-4.1.107.Final.pom (3.6 kB at 444 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.107.Final/netty-codec-socks-4.1.107.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.107.Final/netty-codec-socks-4.1.107.Final.pom (2.5 kB at 317 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.pom (3.7 kB at 414 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.pom (2.7 kB at 300 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads/3.8.3/quarkus-virtual-threads-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads/3.8.3/quarkus-virtual-threads-3.8.3.pom (2.6 kB at 288 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-parent/3.8.3/quarkus-virtual-threads-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-parent/3.8.3/quarkus-virtual-threads-parent-3.8.3.pom (752 B at 94 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.3/quarkus-vertx-latebound-mdc-provider-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.3/quarkus-vertx-latebound-mdc-provider-3.8.3.pom (849 B at 106 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.10.0/smallrye-mutiny-vertx-core-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.10.0/smallrye-mutiny-vertx-core-3.10.0.pom (8.1 kB at 812 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-clients/3.10.0/vertx-mutiny-clients-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-clients/3.10.0/vertx-mutiny-clients-3.10.0.pom (4.7 kB at 424 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/3.10.0/smallrye-mutiny-vertx-bindings-projects-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/3.10.0/smallrye-mutiny-vertx-bindings-projects-3.10.0.pom (16 kB at 1.6 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.19.6/testcontainers-bom-1.19.6.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.19.6/testcontainers-bom-1.19.6.pom (9.8 kB at 1.2 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.10.0/smallrye-mutiny-vertx-runtime-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.10.0/smallrye-mutiny-vertx-runtime-3.10.0.pom (1.4 kB at 151 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-generator/3.10.0/vertx-mutiny-generator-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-generator/3.10.0/vertx-mutiny-generator-3.10.0.pom (6.6 kB at 737 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/4.5.4/vertx-codegen-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/4.5.4/vertx-codegen-4.5.4.pom (14 kB at 1.5 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom (2.0 kB at 220 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom (1.6 kB at 204 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp/3.8.3/quarkus-jsonp-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp/3.8.3/quarkus-jsonp-3.8.3.pom (2.5 kB at 351 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-parent/3.8.3/quarkus-jsonp-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-parent/3.8.3/quarkus-jsonp-parent-3.8.3.pom (732 B at 92 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.3/resteasy-reactive-vertx-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.3/resteasy-reactive-vertx-3.8.3.pom (4.0 kB at 450 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/3.8.3/resteasy-reactive-server-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/3.8.3/resteasy-reactive-server-parent-3.8.3.pom (827 B at 92 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web/4.5.4/vertx-web-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web/4.5.4/vertx-web-4.5.4.pom (5.1 kB at 639 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-parent/4.5.4/vertx-web-parent-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-parent/4.5.4/vertx-web-parent-4.5.4.pom (2.9 kB at 368 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom (8.5 kB at 944 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-ext/38/vertx-ext-38.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-ext/38/vertx-ext-38.pom (1.5 kB at 186 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-common/4.5.4/vertx-web-common-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-common/4.5.4/vertx-web-common-4.5.4.pom (488 B at 54 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-common/4.5.4/vertx-auth-common-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-common/4.5.4/vertx-auth-common-4.5.4.pom (1.9 kB at 214 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-parent/4.5.4/vertx-auth-parent-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-parent/4.5.4/vertx-auth-parent-4.5.4.pom (2.7 kB at 383 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-bridge-common/4.5.4/vertx-bridge-common-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-bridge-common/4.5.4/vertx-bridge-common-4.5.4.pom (3.6 kB at 451 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.3/resteasy-reactive-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.3/resteasy-reactive-3.8.3.pom (2.0 kB at 250 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom (13 kB at 1.3 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom (9.2 kB at 1.0 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http/3.8.3/quarkus-vertx-http-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http/3.8.3/quarkus-vertx-http-3.8.3.pom (4.4 kB at 551 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-parent/3.8.3/quarkus-vertx-http-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-parent/3.8.3/quarkus-vertx-http-parent-3.8.3.pom (990 B at 124 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-runtime-spi/3.8.3/quarkus-security-runtime-spi-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-runtime-spi/3.8.3/quarkus-security-runtime-spi-3.8.3.pom (1.5 kB at 187 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-parent/3.8.3/quarkus-security-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-parent/3.8.3/quarkus-security-parent-3.8.3.pom (839 B at 105 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.pom (6.2 kB at 684 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials/3.8.3/quarkus-credentials-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials/3.8.3/quarkus-credentials-3.8.3.pom (741 B at 93 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials-parent/3.8.3/quarkus-credentials-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials-parent/3.8.3/quarkus-credentials-parent-3.8.3.pom (744 B at 83 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.10.0/smallrye-mutiny-vertx-web-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.10.0/smallrye-mutiny-vertx-web-3.10.0.pom (7.3 kB at 916 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.10.0/smallrye-mutiny-vertx-web-common-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.10.0/smallrye-mutiny-vertx-web-common-3.10.0.pom (5.0 kB at 622 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.10.0/smallrye-mutiny-vertx-auth-common-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.10.0/smallrye-mutiny-vertx-auth-common-3.10.0.pom (5.0 kB at 622 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.10.0/smallrye-mutiny-vertx-bridge-common-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.10.0/smallrye-mutiny-vertx-bridge-common-3.10.0.pom (5.0 kB at 623 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.10.0/smallrye-mutiny-vertx-uri-template-3.10.0.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.10.0/smallrye-mutiny-vertx-uri-template-3.10.0.pom (5.2 kB at 648 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-uri-template/4.5.4/vertx-uri-template-4.5.4.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-uri-template/4.5.4/vertx-uri-template-4.5.4.pom (3.2 kB at 405 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack/3.8.3/quarkus-container-image-buildpack-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack/3.8.3/quarkus-container-image-buildpack-3.8.3.pom (2.0 kB at 255 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-parent/3.8.3/quarkus-container-image-buildpack-parent-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-parent/3.8.3/quarkus-container-image-buildpack-parent-3.8.3.pom (739 B at 92 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5/3.8.3/quarkus-junit5-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5/3.8.3/quarkus-junit5-3.8.3.pom (2.4 kB at 305 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-framework/3.8.3/quarkus-test-framework-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-framework/3.8.3/quarkus-test-framework-3.8.3.pom (1.9 kB at 237 kB/s)
2024-11-25T16:11:42+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-common/3.8.3/quarkus-test-common-3.8.3.pom
2024-11-25T16:11:42+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-common/3.8.3/quarkus-test-common-3.8.3.pom (1.9 kB at 17 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.pom (3.7 kB at 186 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.3/quarkus-bootstrap-gradle-resolver-3.8.3.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.3/quarkus-bootstrap-gradle-resolver-3.8.3.pom (4.5 kB at 561 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5-properties/3.8.3/quarkus-junit5-properties-3.8.3.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5-properties/3.8.3/quarkus-junit5-properties-3.8.3.pom (940 B at 85 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom (25 kB at 1.6 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom (44 kB at 3.1 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 2.2 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 48 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured/5.4.0/rest-assured-5.4.0.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured/5.4.0/rest-assured-5.4.0.pom (7.6 kB at 947 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-parent/5.4.0/rest-assured-parent-5.4.0.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-parent/5.4.0/rest-assured-parent-5.4.0.pom (22 kB at 2.2 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 510 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.16/groovy-4.0.16.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.16/groovy-4.0.16.pom (24 kB at 2.4 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.16/groovy-bom-4.0.16.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.16/groovy-bom-4.0.16.pom (27 kB at 2.5 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.16/groovy-xml-4.0.16.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.16/groovy-xml-4.0.16.pom (23 kB at 2.5 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom (5.1 kB at 642 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 161 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom (1.2 kB at 153 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/json-path/5.4.0/json-path-5.4.0.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/json-path/5.4.0/json-path-5.4.0.pom (4.9 kB at 612 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.16/groovy-json-4.0.16.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.16/groovy-json-4.0.16.pom (23 kB at 2.3 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-common/5.4.0/rest-assured-common-5.4.0.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-common/5.4.0/rest-assured-common-5.4.0.pom (3.2 kB at 399 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/xml-path/5.4.0/xml-path-5.4.0.pom
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/xml-path/5.4.0/xml-path-5.4.0.pom (4.3 kB at 540 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes/3.8.3/quarkus-kubernetes-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes/3.8.3/quarkus-kubernetes-3.8.3.jar (7.3 kB at 728 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal/3.8.3/quarkus-kubernetes-client-internal-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image/3.8.3/quarkus-container-image-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny/3.8.3/quarkus-mutiny-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation/3.8.3/quarkus-smallrye-context-propagation-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny/3.8.3/quarkus-mutiny-3.8.3.jar (8.9 kB at 145 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal/3.8.3/quarkus-kubernetes-client-internal-3.8.3.jar (15 kB at 239 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image/3.8.3/quarkus-container-image-3.8.3.jar (5.2 kB at 83 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar (92 kB at 1.5 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive/3.8.3/quarkus-resteasy-reactive-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation/3.8.3/quarkus-smallrye-context-propagation-3.8.3.jar (11 kB at 186 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common/3.8.3/quarkus-resteasy-reactive-common-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar (8.6 kB at 119 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.3/resteasy-reactive-common-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar (21 kB at 286 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.3/resteasy-reactive-common-types-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar (8.8 kB at 116 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common/3.8.3/quarkus-resteasy-reactive-common-3.8.3.jar (13 kB at 176 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.3/resteasy-reactive-common-types-3.8.3.jar (3.3 kB at 40 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx/3.8.3/quarkus-vertx-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar (12 kB at 137 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty/3.8.3/quarkus-netty-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar (14 kB at 157 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive/3.8.3/quarkus-resteasy-reactive-3.8.3.jar (122 kB at 1.3 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty/3.8.3/quarkus-netty-3.8.3.jar (62 kB at 565 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar (46 kB at 362 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx/3.8.3/quarkus-vertx-3.8.3.jar (119 kB at 929 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.107.Final/netty-codec-haproxy-4.1.107.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar (3.4 kB at 25 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.3/quarkus-vertx-latebound-mdc-provider-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.3/quarkus-vertx-latebound-mdc-provider-3.8.3.jar (6.1 kB at 41 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.107.Final/netty-codec-haproxy-4.1.107.Final.jar (38 kB at 241 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.3/resteasy-reactive-vertx-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.3/resteasy-reactive-common-3.8.3.jar (314 kB at 2.0 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web/4.5.4/vertx-web-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar (6.7 kB at 40 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-common/4.5.4/vertx-web-common-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.3/resteasy-reactive-vertx-3.8.3.jar (61 kB at 315 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-common/4.5.4/vertx-auth-common-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-common/4.5.4/vertx-web-common-4.5.4.jar (24 kB at 122 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.jar (346 kB at 1.8 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-bridge-common/4.5.4/vertx-bridge-common-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.10.0/smallrye-mutiny-vertx-core-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-bridge-common/4.5.4/vertx-bridge-common-4.5.4.jar (11 kB at 52 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.10.0/smallrye-mutiny-vertx-runtime-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.10.0/smallrye-mutiny-vertx-runtime-3.10.0.jar (28 kB at 111 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-generator/3.10.0/vertx-mutiny-generator-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-auth-common/4.5.4/vertx-auth-common-4.5.4.jar (134 kB at 524 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/4.5.4/vertx-codegen-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web/4.5.4/vertx-web-4.5.4.jar (360 kB at 1.3 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.3/resteasy-reactive-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.jar (427 kB at 1.5 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/vertx-mutiny-generator/3.10.0/vertx-mutiny-generator-3.10.0.jar (93 kB at 313 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.10.0/smallrye-mutiny-vertx-core-3.10.0.jar (327 kB at 1.1 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-codegen/4.5.4/vertx-codegen-4.5.4.jar (206 kB at 599 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http/3.8.3/quarkus-vertx-http-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 189 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-runtime-spi/3.8.3/quarkus-security-runtime-spi-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar (155 kB at 426 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials/3.8.3/quarkus-credentials-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 354 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-vertx-context/2.1.2/smallrye-common-vertx-context-2.1.2.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-runtime-spi/3.8.3/quarkus-security-runtime-spi-3.8.3.jar (21 kB at 56 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-credentials/3.8.3/quarkus-credentials-3.8.3.jar (3.9 kB at 10 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.10.0/smallrye-mutiny-vertx-web-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-vertx-context/2.1.2/smallrye-common-vertx-context-2.1.2.jar (6.4 kB at 17 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.10.0/smallrye-mutiny-vertx-web-common-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.jar (21 kB at 54 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.10.0/smallrye-mutiny-vertx-auth-common-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.10.0/smallrye-mutiny-vertx-web-common-3.10.0.jar (18 kB at 46 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.10.0/smallrye-mutiny-vertx-bridge-common-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.10.0/smallrye-mutiny-vertx-auth-common-3.10.0.jar (39 kB at 94 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.10.0/smallrye-mutiny-vertx-uri-template-3.10.0.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.10.0/smallrye-mutiny-vertx-bridge-common-3.10.0.jar (6.6 kB at 15 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-uri-template/4.5.4/vertx-uri-template-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.10.0/smallrye-mutiny-vertx-web-3.10.0.jar (142 kB at 325 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp/3.8.3/quarkus-jsonp-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.10.0/smallrye-mutiny-vertx-uri-template-3.10.0.jar (8.0 kB at 18 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads/3.8.3/quarkus-virtual-threads-3.8.3.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.3/resteasy-reactive-3.8.3.jar (525 kB at 1.2 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/4.5.4/vertx-core-4.5.4.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-uri-template/4.5.4/vertx-uri-template-4.5.4.jar (36 kB at 79 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp/3.8.3/quarkus-jsonp-3.8.3.jar (2.8 kB at 6.2 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads/3.8.3/quarkus-virtual-threads-3.8.3.jar (20 kB at 44 kB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.jar
2024-11-25T16:11:43+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http/3.8.3/quarkus-vertx-http-3.8.3.jar (612 kB at 1.2 MB/s)
2024-11-25T16:11:43+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.jar (308 kB at 515 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.jar (497 kB at 794 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.107.Final/netty-handler-proxy-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.jar (44 kB at 69 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.107.Final/netty-codec-socks-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.107.Final/netty-handler-proxy-4.1.107.Final.jar (26 kB at 39 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.107.Final/netty-codec-http-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.jar (563 kB at 822 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.107.Final/netty-codec-http2-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.107.Final/netty-codec-socks-4.1.107.Final.jar (121 kB at 171 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.jar (38 kB at 51 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.107.Final/netty-codec-http2-4.1.107.Final.jar (489 kB at 577 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.jar (661 kB at 778 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack/3.8.3/quarkus-container-image-buildpack-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.jar (177 kB at 207 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc/3.8.3/quarkus-arc-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack/3.8.3/quarkus-container-image-buildpack-3.8.3.jar (3.0 kB at 3.5 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc/3.8.3/arc-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.jar (67 kB at 76 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 32 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-ide-launcher/3.8.3/quarkus-ide-launcher-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc/3.8.3/quarkus-arc-3.8.3.jar (78 kB at 86 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.107.Final/netty-codec-http-4.1.107.Final.jar (666 kB at 712 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5/3.8.3/quarkus-junit5-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.jar (16 kB at 17 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-common/3.8.3/quarkus-test-common-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-core/4.5.4/vertx-core-4.5.4.jar (1.6 MB at 1.7 MB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc/3.8.3/arc-3.8.3.jar (256 kB at 259 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.jar (56 kB at 55 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-test-common/3.8.3/quarkus-test-common-3.8.3.jar (114 kB at 111 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 54 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5/3.8.3/quarkus-junit5-3.8.3.jar (180 kB at 175 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar (41 kB at 39 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar (9.4 kB at 9.0 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.3/quarkus-bootstrap-gradle-resolver-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.jar (40 kB at 38 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5-properties/3.8.3/quarkus-junit5-properties-3.8.3.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.jar (33 kB at 31 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar (11 kB at 11 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit5-properties/3.8.3/quarkus-junit5-properties-3.8.3.jar (2.4 kB at 2.2 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 27 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured/5.4.0/rest-assured-5.4.0.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 6.6 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.16/groovy-4.0.16.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar (645 kB at 497 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.16/groovy-xml-4.0.16.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.16/groovy-xml-4.0.16.jar (213 kB at 151 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 29 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 82 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar
2024-11-25T16:11:44+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured/5.4.0/rest-assured-5.4.0.jar (747 kB at 491 kB/s)
2024-11-25T16:11:44+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/json-path/5.4.0/json-path-5.4.0.jar
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar (91 kB at 58 kB/s)
2024-11-25T16:11:45+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.16/groovy-json-4.0.16.jar
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/json-path/5.4.0/json-path-5.4.0.jar (60 kB at 38 kB/s)
2024-11-25T16:11:45+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-common/5.4.0/rest-assured-common-5.4.0.jar
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-common/5.4.0/rest-assured-common-5.4.0.jar (52 kB at 32 kB/s)
2024-11-25T16:11:45+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/xml-path/5.4.0/xml-path-5.4.0.jar
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.16/groovy-json-4.0.16.jar (130 kB at 79 kB/s)
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/xml-path/5.4.0/xml-path-5.4.0.jar (81 kB at 48 kB/s)
2024-11-25T16:11:45+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.3/quarkus-bootstrap-gradle-resolver-3.8.3.jar (2.8 MB at 1.4 MB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.16/groovy-4.0.16.jar (7.6 MB at 2.5 MB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-ide-launcher/3.8.3/quarkus-ide-launcher-3.8.3.jar (14 MB at 4.3 MB/s)
2024-11-25T16:11:46+01:00 [INFO]
2024-11-25T16:11:46+01:00 [INFO] --- resources:3.3.1:resources (default-resources) @ quarkus-hello ---
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 549 kB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 358 kB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 343 kB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.8 MB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 458 kB/s)
2024-11-25T16:11:46+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
2024-11-25T16:11:46+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.0 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 1.0 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 890 kB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 2.2 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 53 kB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.5 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 637 kB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 4.2 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
2024-11-25T16:11:47+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 1.5 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 292 kB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 6.2 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 3.0 MB/s)
2024-11-25T16:11:47+01:00 [INFO] Copying 2 resources from src/main/resources to target/classes
2024-11-25T16:11:47+01:00 [INFO]
2024-11-25T16:11:47+01:00 [INFO] --- quarkus:3.8.3:generate-code (default) @ quarkus-hello ---
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-kotlin/3.8.3/quarkus-resteasy-reactive-kotlin-3.8.3.jar
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-kotlin/3.8.3/quarkus-resteasy-reactive-kotlin-3.8.3.jar (32 kB at 1.9 MB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-deployment/3.8.3/quarkus-kubernetes-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-deployment/3.8.3/quarkus-kubernetes-deployment-3.8.3.pom (5.0 kB at 180 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-deployment/3.8.3/quarkus-container-image-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-deployment/3.8.3/quarkus-container-image-deployment-3.8.3.pom (2.3 kB at 128 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-deployment/3.8.3/quarkus-mutiny-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-deployment/3.8.3/quarkus-mutiny-deployment-3.8.3.pom (2.0 kB at 180 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-deployment/3.8.3/quarkus-arc-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-deployment/3.8.3/quarkus-arc-deployment-3.8.3.pom (2.7 kB at 298 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.3/quarkus-smallrye-context-propagation-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.3/quarkus-smallrye-context-propagation-spi-3.8.3.pom (1.0 kB at 104 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.3/quarkus-vertx-http-dev-ui-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.3/quarkus-vertx-http-dev-ui-spi-3.8.3.pom (804 B at 89 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-processor/3.8.3/arc-processor-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-processor/3.8.3/arc-processor-3.8.3.pom (1.9 kB at 238 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-test-supplement/3.8.3/quarkus-arc-test-supplement-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-test-supplement/3.8.3/quarkus-arc-test-supplement-3.8.3.pom (635 B at 79 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.3/quarkus-smallrye-context-propagation-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.3/quarkus-smallrye-context-propagation-deployment-3.8.3.pom (2.0 kB at 256 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-spi/3.8.3/quarkus-container-image-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-spi/3.8.3/quarkus-container-image-spi-3.8.3.pom (863 B at 96 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-util/3.8.3/quarkus-container-image-util-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-util/3.8.3/quarkus-container-image-util-3.8.3.pom (634 B at 70 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-spi/3.8.3/quarkus-kubernetes-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-spi/3.8.3/quarkus-kubernetes-spi-3.8.3.pom (1.2 kB at 150 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.3/quarkus-vertx-http-deployment-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.3/quarkus-vertx-http-deployment-spi-3.8.3.pom (956 B at 8.9 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.3/quarkus-kubernetes-client-internal-deployment-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.3/quarkus-kubernetes-client-internal-deployment-3.8.3.pom (2.7 kB at 100 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-spi/3.8.3/quarkus-kubernetes-client-spi-3.8.3.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-spi/3.8.3/quarkus-kubernetes-client-spi-3.8.3.pom (2.5 kB at 313 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.pom (9.4 kB at 1.0 MB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-project/6.10.0/kubernetes-client-project-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-project/6.10.0/kubernetes-client-project-6.10.0.pom (58 kB at 4.1 MB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.pom (11 kB at 1.3 MB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.pom (8.9 kB at 992 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-generator/6.10.0/kubernetes-model-generator-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-generator/6.10.0/kubernetes-model-generator-6.10.0.pom (9.1 kB at 698 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.pom
2024-11-25T16:11:48+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.pom (3.5 kB at 314 kB/s)
2024-11-25T16:11:48+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.pom (2.5 kB at 254 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.pom (2.5 kB at 315 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.pom (2.4 kB at 263 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.pom (3.6 kB at 453 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.pom (2.4 kB at 295 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.pom (2.4 kB at 265 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.pom (2.5 kB at 253 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.pom (2.4 kB at 263 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.pom (2.5 kB at 316 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.pom (3.1 kB at 382 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.pom (2.4 kB at 264 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.pom (2.4 kB at 263 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.pom (2.4 kB at 264 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.pom (2.6 kB at 259 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.pom (2.5 kB at 315 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.pom (2.5 kB at 314 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.pom (2.5 kB at 314 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.pom (2.4 kB at 341 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.pom (2.5 kB at 316 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.pom (2.4 kB at 338 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.pom (23 kB at 2.6 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom (14 kB at 1.5 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.pom (6.8 kB at 759 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-client/4.5.4/vertx-web-client-4.5.4.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-client/4.5.4/vertx-web-client-4.5.4.pom (2.9 kB at 362 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-deployment/3.8.3/quarkus-devservices-deployment-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-deployment/3.8.3/quarkus-devservices-deployment-3.8.3.pom (1.7 kB at 207 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-parent/3.8.3/quarkus-devservices-parent-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-parent/3.8.3/quarkus-devservices-parent-3.8.3.pom (1.2 kB at 146 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-common/3.8.3/quarkus-devservices-common-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-common/3.8.3/quarkus-devservices-common-3.8.3.pom (2.0 kB at 250 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.pom (2.4 kB at 344 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-parent/3.3.5/docker-java-parent-3.3.5.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-parent/3.3.5/docker-java-parent-3.3.5.pom (12 kB at 1.5 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.pom (2.6 kB at 327 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom (6.2 kB at 691 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.pom (1.3 kB at 189 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.pom (4.1 kB at 454 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.pom (1.6 kB at 235 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 226 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit4-mock/3.8.3/quarkus-junit4-mock-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit4-mock/3.8.3/quarkus-junit4-mock-3.8.3.pom (713 B at 89 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-common/3.8.3/quarkus-datasource-common-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-common/3.8.3/quarkus-datasource-common-3.8.3.pom (1.1 kB at 138 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-parent/3.8.3/quarkus-datasource-parent-3.8.3.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-parent/3.8.3/quarkus-datasource-parent-3.8.3.pom (813 B at 102 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/kubernetes-annotations/4.1.2/kubernetes-annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/kubernetes-annotations/4.1.2/kubernetes-annotations-4.1.2.pom (7.7 kB at 860 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/annotations/4.1.2/annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/annotations/4.1.2/annotations-4.1.2.pom (1.7 kB at 219 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-project/4.1.2/dekorate-project-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-project/4.1.2/dekorate-project-4.1.2.pom (20 kB at 2.0 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-bom/6.9.2/kubernetes-client-bom-6.9.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-bom/6.9.2/kubernetes-client-bom-6.9.2.pom (28 kB at 2.8 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 1.9 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 957 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.6 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-core/4.1.2/dekorate-core-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-core/4.1.2/dekorate-core-4.1.2.pom (8.4 kB at 938 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.16.1/jackson-dataformat-properties-2.16.1.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.16.1/jackson-dataformat-properties-2.16.1.pom (2.7 kB at 302 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/option-annotations/4.1.2/option-annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/option-annotations/4.1.2/option-annotations-4.1.2.pom (4.9 kB at 539 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/docker-annotations/4.1.2/docker-annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/docker-annotations/4.1.2/docker-annotations-4.1.2.pom (5.9 kB at 742 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/openshift-annotations/4.1.2/openshift-annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/openshift-annotations/4.1.2/openshift-annotations-4.1.2.pom (7.8 kB at 871 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/s2i-annotations/4.1.2/s2i-annotations-4.1.2.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/s2i-annotations/4.1.2/s2i-annotations-4.1.2.pom (6.4 kB at 803 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client/6.10.0/openshift-client-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client/6.10.0/openshift-client-6.10.0.pom (8.2 kB at 1.0 MB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client-api/6.10.0/openshift-client-api-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client-api/6.10.0/openshift-client-api-6.10.0.pom (8.7 kB at 970 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model/6.10.0/openshift-model-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model/6.10.0/openshift-model-6.10.0.pom (3.1 kB at 386 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-config/6.10.0/openshift-model-config-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-config/6.10.0/openshift-model-config-6.10.0.pom (2.6 kB at 331 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-clusterautoscaling/6.10.0/openshift-model-clusterautoscaling-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-clusterautoscaling/6.10.0/openshift-model-clusterautoscaling-6.10.0.pom (2.5 kB at 316 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operator/6.10.0/openshift-model-operator-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operator/6.10.0/openshift-model-operator-6.10.0.pom (2.8 kB at 344 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operatorhub/6.10.0/openshift-model-operatorhub-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operatorhub/6.10.0/openshift-model-operatorhub-6.10.0.pom (3.4 kB at 481 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machine/6.10.0/openshift-model-machine-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machine/6.10.0/openshift-model-machine-6.10.0.pom (2.5 kB at 316 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-whereabouts/6.10.0/openshift-model-whereabouts-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-whereabouts/6.10.0/openshift-model-whereabouts-6.10.0.pom (2.5 kB at 313 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-monitoring/6.10.0/openshift-model-monitoring-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-monitoring/6.10.0/openshift-model-monitoring-6.10.0.pom (2.4 kB at 340 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-storageversionmigrator/6.10.0/openshift-model-storageversionmigrator-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-storageversionmigrator/6.10.0/openshift-model-storageversionmigrator-6.10.0.pom (2.5 kB at 318 kB/s)
2024-11-25T16:11:49+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-tuned/6.10.0/openshift-model-tuned-6.10.0.pom
2024-11-25T16:11:49+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-tuned/6.10.0/openshift-model-tuned-6.10.0.pom (2.5 kB at 312 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-console/6.10.0/openshift-model-console-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-console/6.10.0/openshift-model-console-6.10.0.pom (2.5 kB at 24 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machineconfig/6.10.0/openshift-model-machineconfig-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machineconfig/6.10.0/openshift-model-machineconfig-6.10.0.pom (2.5 kB at 66 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-miscellaneous/6.10.0/openshift-model-miscellaneous-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-miscellaneous/6.10.0/openshift-model-miscellaneous-6.10.0.pom (2.8 kB at 348 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-hive/6.10.0/openshift-model-hive-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-hive/6.10.0/openshift-model-hive-6.10.0.pom (2.9 kB at 319 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-installer/6.10.0/openshift-model-installer-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-installer/6.10.0/openshift-model-installer-6.10.0.pom (3.1 kB at 393 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.pom (11 kB at 1.4 MB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.pom (1.1 kB at 134 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/knative-annotations/4.1.2/knative-annotations-4.1.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/knative-annotations/4.1.2/knative-annotations-4.1.2.pom (7.5 kB at 936 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-client/6.10.0/knative-client-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-client/6.10.0/knative-client-6.10.0.pom (3.4 kB at 483 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-extension-pom/6.10.0/knative-extension-pom-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-extension-pom/6.10.0/knative-extension-pom-6.10.0.pom (1.4 kB at 160 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-extensions/6.10.0/kubernetes-extensions-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-extensions/6.10.0/kubernetes-extensions-6.10.0.pom (2.5 kB at 278 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-model/6.10.0/knative-model-6.10.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-model/6.10.0/knative-model-6.10.0.pom (4.4 kB at 484 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/prometheus-annotations/4.1.2/prometheus-annotations-4.1.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/prometheus-annotations/4.1.2/prometheus-annotations-4.1.2.pom (6.5 kB at 806 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.3/quarkus-resteasy-reactive-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.3/quarkus-resteasy-reactive-deployment-3.8.3.pom (5.4 kB at 536 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.3/resteasy-reactive-processor-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.3/resteasy-reactive-processor-3.8.3.pom (2.8 kB at 307 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.3/resteasy-reactive-common-processor-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.3/resteasy-reactive-common-processor-3.8.3.pom (2.1 kB at 257 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment/3.8.3/quarkus-vertx-http-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment/3.8.3/quarkus-vertx-http-deployment-3.8.3.pom (5.3 kB at 588 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-deployment/3.8.3/quarkus-vertx-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-deployment/3.8.3/quarkus-vertx-deployment-3.8.3.pom (2.9 kB at 327 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-deployment/3.8.3/quarkus-netty-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-deployment/3.8.3/quarkus-netty-deployment-3.8.3.pom (1.6 kB at 179 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-deployment/3.8.3/quarkus-virtual-threads-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-deployment/3.8.3/quarkus-virtual-threads-deployment-3.8.3.pom (1.7 kB at 191 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.3/quarkus-vertx-http-dev-ui-resources-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.3/quarkus-vertx-http-dev-ui-resources-3.8.3.pom (4.0 kB at 505 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom (2.7 kB at 338 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom (3.2 kB at 461 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom (2.6 kB at 324 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom (1.7 kB at 242 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.pom (3.2 kB at 399 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.pom (1.5 kB at 184 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit/3.1.2/lit-3.1.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit/3.1.2/lit-3.1.2.pom (2.8 kB at 348 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.pom (2.4 kB at 296 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.pom (2.3 kB at 284 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.pom (3.4 kB at 423 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.pom (2.8 kB at 352 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.pom (1.3 kB at 180 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom (2.5 kB at 274 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom (1.7 kB at 212 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom (1.2 kB at 139 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/echarts/5.4.3/echarts-5.4.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/echarts/5.4.3/echarts-5.4.3.pom (2.5 kB at 318 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom (2.0 kB at 254 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/zrender/5.4.4/zrender-5.4.4.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/zrender/5.4.4/zrender-5.4.4.pom (3.0 kB at 334 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom (1.3 kB at 159 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.pom (1.3 kB at 159 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/mvnpm/importmap/1.0.10/importmap-1.0.10.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/mvnpm/importmap/1.0.10/importmap-1.0.10.pom (5.6 kB at 628 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 1.8 MB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 343 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 1.5 MB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.3/quarkus-resteasy-reactive-server-spi-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.3/quarkus-resteasy-reactive-server-spi-deployment-3.8.3.pom (1.0 kB at 100 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.3/quarkus-resteasy-reactive-spi-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.3/quarkus-resteasy-reactive-spi-deployment-3.8.3.pom (934 B at 117 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.3/quarkus-jaxrs-spi-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.3/quarkus-jaxrs-spi-deployment-3.8.3.pom (773 B at 97 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-parent/3.8.3/quarkus-jaxrs-spi-parent-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-parent/3.8.3/quarkus-jaxrs-spi-parent-3.8.3.pom (717 B at 90 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-spi/3.8.3/quarkus-security-spi-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-spi/3.8.3/quarkus-security-spi-3.8.3.pom (1.5 kB at 186 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-deployment/3.8.3/quarkus-jsonp-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-deployment/3.8.3/quarkus-jsonp-deployment-3.8.3.pom (1.5 kB at 186 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.3/quarkus-resteasy-reactive-common-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.3/quarkus-resteasy-reactive-common-deployment-3.8.3.pom (3.8 kB at 538 kB/s)
2024-11-25T16:11:50+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-deployment/3.8.3/quarkus-container-image-buildpack-deployment-3.8.3.pom
2024-11-25T16:11:50+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-deployment/3.8.3/quarkus-container-image-buildpack-deployment-3.8.3.pom (1.9 kB at 193 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client/0.0.6/buildpack-client-0.0.6.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client/0.0.6/buildpack-client-0.0.6.pom (2.4 kB at 298 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client-project/0.0.6/buildpack-client-project-0.0.6.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client-project/0.0.6/buildpack-client-project-0.0.6.pom (9.5 kB at 1.1 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-core/3.3.5/docker-java-core-3.3.5.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-core/3.3.5/docker-java-core-3.3.5.pom (2.9 kB at 419 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.pom (1.8 kB at 229 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.24.0/error_prone_parent-2.24.0.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.24.0/error_prone_parent-2.24.0.pom (13 kB at 1.6 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 365 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.pom (1.6 kB at 205 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 127 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.pom (1.3 kB at 147 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-httpclient5/3.3.5/docker-java-transport-httpclient5-3.3.5.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-httpclient5/3.3.5/docker-java-transport-httpclient5-3.3.5.pom (2.2 kB at 280 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.0.3/httpclient5-5.0.3.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.0.3/httpclient5-5.0.3.pom (6.5 kB at 925 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.0.3/httpclient5-parent-5.0.3.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.0.3/httpclient5-parent-5.0.3.pom (13 kB at 1.5 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 3.2 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2.pom (4.8 kB at 603 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.0.2/httpcore5-parent-5.0.2.pom
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.0.2/httpcore5-parent-5.0.2.pom (9.3 kB at 1.0 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.3/quarkus-smallrye-context-propagation-deployment-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.3/quarkus-smallrye-context-propagation-deployment-3.8.3.jar (17 kB at 1.7 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-deployment/3.8.3/quarkus-mutiny-deployment-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-mutiny-deployment/3.8.3/quarkus-mutiny-deployment-3.8.3.jar (4.1 kB at 516 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-spi/3.8.3/quarkus-container-image-spi-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-spi/3.8.3/quarkus-container-image-spi-3.8.3.jar (12 kB at 1.5 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-util/3.8.3/quarkus-container-image-util-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-util/3.8.3/quarkus-container-image-util-3.8.3.jar (3.3 kB at 414 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-deployment/3.8.3/quarkus-container-image-deployment-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-deployment/3.8.3/quarkus-container-image-deployment-3.8.3.jar (22 kB at 2.2 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-spi/3.8.3/quarkus-kubernetes-spi-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-spi/3.8.3/quarkus-kubernetes-spi-3.8.3.jar (35 kB at 3.2 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.3/quarkus-vertx-http-deployment-spi-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.3/quarkus-vertx-http-deployment-spi-3.8.3.jar (12 kB at 1.4 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-spi/3.8.3/quarkus-kubernetes-client-spi-3.8.3.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-spi/3.8.3/quarkus-kubernetes-client-spi-3.8.3.jar (4.8 kB at 533 kB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.jar (56 kB at 3.7 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar (3.6 MB at 10 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar
2024-11-25T16:11:51+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar (973 kB at 10 MB/s)
2024-11-25T16:11:51+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar (193 kB at 1.8 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar (140 kB at 4.1 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar (1.0 MB at 11 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar (408 kB at 9.5 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar (736 kB at 10 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar (716 kB at 10 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar (243 kB at 8.1 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar (147 kB at 7.4 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar (42 kB at 3.8 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar (155 kB at 7.4 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar (85 kB at 5.6 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar (451 kB at 9.6 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar (903 kB at 10 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar (492 kB at 9.5 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar (65 kB at 5.0 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar (269 kB at 8.7 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar (56 kB at 4.3 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar (339 kB at 9.2 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar (129 kB at 6.8 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar (293 kB at 8.9 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.jar (479 kB at 9.6 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar (36 kB at 3.0 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar (402 kB at 9.4 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-client/4.5.4/vertx-web-client-4.5.4.jar
2024-11-25T16:11:52+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/vertx/vertx-web-client/4.5.4/vertx-web-client-4.5.4.jar (116 kB at 6.5 MB/s)
2024-11-25T16:11:52+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar
2024-11-25T16:11:53+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar (30 kB at 3.0 MB/s)
2024-11-25T16:11:53+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar
2024-11-25T16:11:53+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar (31 kB at 2.8 MB/s)
2024-11-25T16:11:53+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar
2024-11-25T16:11:53+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 2.5 MB/s)
2024-11-25T16:11:53+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.jar
2024-11-25T16:11:53+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.jar (2.0 MB at 11 MB/s)
2024-11-25T16:11:53+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.jar (18 MB at 12 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit4-mock/3.8.3/quarkus-junit4-mock-3.8.3.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-junit4-mock/3.8.3/quarkus-junit4-mock-3.8.3.jar (4.1 kB at 511 kB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-common/3.8.3/quarkus-datasource-common-3.8.3.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-datasource-common/3.8.3/quarkus-datasource-common-3.8.3.jar (7.7 kB at 959 kB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-common/3.8.3/quarkus-devservices-common-3.8.3.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-common/3.8.3/quarkus-devservices-common-3.8.3.jar (12 kB at 1.5 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-deployment/3.8.3/quarkus-devservices-deployment-3.8.3.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-devservices-deployment/3.8.3/quarkus-devservices-deployment-3.8.3.jar (18 kB at 2.1 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.3/quarkus-kubernetes-client-internal-deployment-3.8.3.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.3/quarkus-kubernetes-client-internal-deployment-3.8.3.jar (5.1 kB at 641 kB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.16.1/jackson-dataformat-properties-2.16.1.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.16.1/jackson-dataformat-properties-2.16.1.jar (56 kB at 4.6 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-core/4.1.2/dekorate-core-4.1.2.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/dekorate-core/4.1.2/dekorate-core-4.1.2.jar (667 kB at 10 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/option-annotations/4.1.2/option-annotations-4.1.2.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/option-annotations/4.1.2/option-annotations-4.1.2.jar (34 kB at 3.4 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/docker-annotations/4.1.2/docker-annotations-4.1.2.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/docker-annotations/4.1.2/docker-annotations-4.1.2.jar (20 kB at 2.2 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/kubernetes-annotations/4.1.2/kubernetes-annotations-4.1.2-noapt.jar
2024-11-25T16:11:54+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/kubernetes-annotations/4.1.2/kubernetes-annotations-4.1.2-noapt.jar (522 kB at 9.7 MB/s)
2024-11-25T16:11:54+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model/6.10.0/openshift-model-6.10.0.jar
2024-11-25T16:11:55+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model/6.10.0/openshift-model-6.10.0.jar (5.6 MB at 11 MB/s)
2024-11-25T16:11:55+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-clusterautoscaling/6.10.0/openshift-model-clusterautoscaling-6.10.0.jar
2024-11-25T16:11:55+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-clusterautoscaling/6.10.0/openshift-model-clusterautoscaling-6.10.0.jar (137 kB at 6.9 MB/s)
2024-11-25T16:11:55+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operator/6.10.0/openshift-model-operator-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operator/6.10.0/openshift-model-operator-6.10.0.jar (11 MB at 12 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operatorhub/6.10.0/openshift-model-operatorhub-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-operatorhub/6.10.0/openshift-model-operatorhub-6.10.0.jar (945 kB at 11 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machine/6.10.0/openshift-model-machine-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machine/6.10.0/openshift-model-machine-6.10.0.jar (537 kB at 9.9 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-whereabouts/6.10.0/openshift-model-whereabouts-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-whereabouts/6.10.0/openshift-model-whereabouts-6.10.0.jar (73 kB at 5.2 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-monitoring/6.10.0/openshift-model-monitoring-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-monitoring/6.10.0/openshift-model-monitoring-6.10.0.jar (1.5 MB at 11 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-storageversionmigrator/6.10.0/openshift-model-storageversionmigrator-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-storageversionmigrator/6.10.0/openshift-model-storageversionmigrator-6.10.0.jar (113 kB at 6.3 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-tuned/6.10.0/openshift-model-tuned-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-tuned/6.10.0/openshift-model-tuned-6.10.0.jar (151 kB at 7.2 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-console/6.10.0/openshift-model-console-6.10.0.jar
2024-11-25T16:11:56+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-console/6.10.0/openshift-model-console-6.10.0.jar (308 kB at 8.8 MB/s)
2024-11-25T16:11:56+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-config/6.10.0/openshift-model-config-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-config/6.10.0/openshift-model-config-6.10.0.jar (1.9 MB at 11 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machineconfig/6.10.0/openshift-model-machineconfig-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-machineconfig/6.10.0/openshift-model-machineconfig-6.10.0.jar (332 kB at 9.2 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-miscellaneous/6.10.0/openshift-model-miscellaneous-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-miscellaneous/6.10.0/openshift-model-miscellaneous-6.10.0.jar (897 kB at 10 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-hive/6.10.0/openshift-model-hive-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-hive/6.10.0/openshift-model-hive-6.10.0.jar (1.8 MB at 11 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-installer/6.10.0/openshift-model-installer-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-model-installer/6.10.0/openshift-model-installer-6.10.0.jar (757 kB at 10 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client-api/6.10.0/openshift-client-api-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client-api/6.10.0/openshift-client-api-6.10.0.jar (61 kB at 4.7 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.jar (176 kB at 7.7 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar (14 kB at 1.6 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client/6.10.0/openshift-client-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/openshift-client/6.10.0/openshift-client-6.10.0.jar (98 kB at 5.8 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/s2i-annotations/4.1.2/s2i-annotations-4.1.2.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/s2i-annotations/4.1.2/s2i-annotations-4.1.2.jar (44 kB at 3.7 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/openshift-annotations/4.1.2/openshift-annotations-4.1.2-noapt.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/openshift-annotations/4.1.2/openshift-annotations-4.1.2-noapt.jar (93 kB at 5.8 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-model/6.10.0/knative-model-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-model/6.10.0/knative-model-6.10.0.jar (2.6 MB at 11 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-client/6.10.0/knative-client-6.10.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/fabric8/knative-client/6.10.0/knative-client-6.10.0.jar (17 kB at 1.9 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/knative-annotations/4.1.2/knative-annotations-4.1.2-noapt.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/knative-annotations/4.1.2/knative-annotations-4.1.2-noapt.jar (115 kB at 6.4 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dekorate/prometheus-annotations/4.1.2/prometheus-annotations-4.1.2-noapt.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dekorate/prometheus-annotations/4.1.2/prometheus-annotations-4.1.2-noapt.jar (43 kB at 3.9 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-deployment/3.8.3/quarkus-kubernetes-deployment-3.8.3.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-kubernetes-deployment/3.8.3/quarkus-kubernetes-deployment-3.8.3.jar (345 kB at 9.3 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.3/resteasy-reactive-common-processor-3.8.3.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.3/resteasy-reactive-common-processor-3.8.3.jar (128 kB at 7.1 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.3/resteasy-reactive-processor-3.8.3.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.3/resteasy-reactive-processor-3.8.3.jar (146 kB at 7.3 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-deployment/3.8.3/quarkus-netty-deployment-3.8.3.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-netty-deployment/3.8.3/quarkus-netty-deployment-3.8.3.jar (16 kB at 2.0 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-deployment/3.8.3/quarkus-vertx-deployment-3.8.3.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-deployment/3.8.3/quarkus-vertx-deployment-3.8.3.jar (47 kB at 3.9 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar (248 kB at 8.9 MB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar
2024-11-25T16:11:57+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar (5.2 kB at 739 kB/s)
2024-11-25T16:11:57+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.jar (2.5 MB at 11 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar (11 kB at 1.4 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar (2.8 kB at 407 kB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar (198 kB at 8.3 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar (151 kB at 7.2 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.jar (3.6 kB at 447 kB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit/3.1.2/lit-3.1.2.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit/3.1.2/lit-3.1.2.jar (71 kB at 5.1 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.jar (285 kB at 8.9 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.jar (55 kB at 4.5 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar (572 kB at 9.7 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.jar (13 kB at 1.5 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.jar (3.2 kB at 461 kB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar (6.1 kB at 868 kB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar (12 kB at 1.4 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/zrender/5.4.4/zrender-5.4.4.jar
2024-11-25T16:11:58+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/zrender/5.4.4/zrender-5.4.4.jar (676 kB at 10 MB/s)
2024-11-25T16:11:58+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/echarts/5.4.3/echarts-5.4.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/echarts/5.4.3/echarts-5.4.3.jar (8.6 MB at 12 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar (586 kB at 9.9 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.jar (54 kB at 4.2 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.3/quarkus-vertx-http-dev-ui-resources-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.3/quarkus-vertx-http-dev-ui-resources-3.8.3.jar (704 kB at 10 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/mvnpm/importmap/1.0.10/importmap-1.0.10.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/mvnpm/importmap/1.0.10/importmap-1.0.10.jar (8.0 kB at 1.0 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment/3.8.3/quarkus-vertx-http-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-deployment/3.8.3/quarkus-vertx-http-deployment-3.8.3.jar (183 kB at 7.6 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.3/quarkus-resteasy-reactive-spi-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.3/quarkus-resteasy-reactive-spi-deployment-3.8.3.jar (28 kB at 1.8 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.3/quarkus-resteasy-reactive-server-spi-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.3/quarkus-resteasy-reactive-server-spi-deployment-3.8.3.jar (8.5 kB at 656 kB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.3/quarkus-jaxrs-spi-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.3/quarkus-jaxrs-spi-deployment-3.8.3.jar (3.3 kB at 361 kB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-spi/3.8.3/quarkus-security-spi-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-security-spi/3.8.3/quarkus-security-spi-3.8.3.jar (7.1 kB at 649 kB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-deployment/3.8.3/quarkus-jsonp-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-jsonp-deployment/3.8.3/quarkus-jsonp-deployment-3.8.3.jar (3.6 kB at 400 kB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.3/quarkus-resteasy-reactive-common-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.3/quarkus-resteasy-reactive-common-deployment-3.8.3.jar (33 kB at 3.3 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-deployment/3.8.3/quarkus-virtual-threads-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-virtual-threads-deployment/3.8.3/quarkus-virtual-threads-deployment-3.8.3.jar (4.4 kB at 544 kB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.3/quarkus-resteasy-reactive-deployment-3.8.3.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.3/quarkus-resteasy-reactive-deployment-3.8.3.jar (135 kB at 6.7 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.jar (471 kB at 9.8 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.jar (38 kB at 3.4 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.jar (17 kB at 1.9 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
2024-11-25T16:11:59+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 1.2 MB/s)
2024-11-25T16:11:59+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 12 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar (681 kB at 10 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar (1.1 MB at 11 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-core/3.3.5/docker-java-core-3.3.5.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-core/3.3.5/docker-java-core-3.3.5.jar (372 kB at 9.3 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2.jar (810 kB at 11 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.0.3/httpclient5-5.0.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.0.3/httpclient5-5.0.3.jar (776 kB at 10 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 11 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-httpclient5/3.3.5/docker-java-transport-httpclient5-3.3.5.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/docker-java/docker-java-transport-httpclient5/3.3.5/docker-java-transport-httpclient5-3.3.5.jar (18 kB at 1.8 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client/0.0.6/buildpack-client-0.0.6.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dev/snowdrop/buildpack-client/0.0.6/buildpack-client-0.0.6.jar (93 kB at 5.5 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-deployment/3.8.3/quarkus-container-image-buildpack-deployment-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-container-image-buildpack-deployment/3.8.3/quarkus-container-image-buildpack-deployment-3.8.3.jar (15 kB at 1.5 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.3/quarkus-smallrye-context-propagation-spi-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.3/quarkus-smallrye-context-propagation-spi-3.8.3.jar (3.6 kB at 360 kB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.3/quarkus-vertx-http-dev-ui-spi-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.3/quarkus-vertx-http-dev-ui-spi-3.8.3.jar (26 kB at 2.6 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-processor/3.8.3/arc-processor-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/arc/arc-processor/3.8.3/arc-processor-3.8.3.jar (673 kB at 10 MB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-test-supplement/3.8.3/quarkus-arc-test-supplement-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-test-supplement/3.8.3/quarkus-arc-test-supplement-3.8.3.jar (2.9 kB at 421 kB/s)
2024-11-25T16:12:00+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-deployment/3.8.3/quarkus-arc-deployment-3.8.3.jar
2024-11-25T16:12:00+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-arc-deployment/3.8.3/quarkus-arc-deployment-3.8.3.jar (277 kB at 8.7 MB/s)
2024-11-25T16:12:01+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.3/quarkus-bom-quarkus-platform-properties-3.8.3.properties
2024-11-25T16:12:01+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.3/quarkus-bom-quarkus-platform-properties-3.8.3.properties (731 B at 61 kB/s)
2024-11-25T16:12:01+01:00 [INFO]
2024-11-25T16:12:01+01:00 [INFO] --- compiler:3.12.1:compile (default-compile) @ quarkus-hello ---
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 58 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 169 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 795 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 3.3 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.6 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 102 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 530 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 2.2 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 475 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 456 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 2.5 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.9 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom (1.4 kB at 151 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom (8.1 kB at 1.0 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 2.8 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 1.1 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom (1.2 kB at 137 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 467 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom (1.3 kB at 167 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom (1.3 kB at 128 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 6.9 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 145 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 2.1 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 451 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar (29 kB at 655 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar (4.4 kB at 92 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar (23 kB at 402 kB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 5.0 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 1.2 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 2.0 MB/s)
2024-11-25T16:12:02+01:00 [INFO] Recompiling the module because of changed source code.
2024-11-25T16:12:02+01:00 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
2024-11-25T16:12:03+01:00 [WARNING] bootstrap class path not set in conjunction with -source 8
2024-11-25T16:12:03+01:00 [WARNING] source value 8 is obsolete and will be removed in a future release
2024-11-25T16:12:03+01:00 [WARNING] target value 8 is obsolete and will be removed in a future release
2024-11-25T16:12:03+01:00 [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
2024-11-25T16:12:03+01:00 [INFO]
2024-11-25T16:12:03+01:00 [INFO] --- exec:1.5.0:exec (default) @ quarkus-hello ---
2024-11-25T16:12:03+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
2024-11-25T16:12:03+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 40 kB/s)
2024-11-25T16:12:03+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 393 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.7 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 429 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 746 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 222 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 381 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 239 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 1.1 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 494 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 62 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 820 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 2.4 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 96 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 246 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 979 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 447 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 239 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 195 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 180 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 53 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 559 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 248 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 197 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 231 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 213 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 330 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 291 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 243 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 263 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 208 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.5 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 3.2 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 512 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 252 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 886 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 157 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 475 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 347 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 272 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 405 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 856 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.3 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 111 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 835 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 271 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 443 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 267 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 226 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 126 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 214 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.5 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 280 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 237 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 990 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 373 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 310 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 206 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 180 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 255 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.5 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 197 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 497 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 237 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 324 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 460 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 1.2 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 244 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 998 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 2.5 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 281 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 188 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 157 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 370 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 680 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 933 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 643 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 229 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 476 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.3 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 845 kB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.5 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 1.2 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.9 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
2024-11-25T16:12:04+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.7 MB/s)
2024-11-25T16:12:04+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 2.7 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.4 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.0 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 874 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.2 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 3.2 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.6 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 321 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.0 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 777 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 78 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.7 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 175 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.3 MB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 167 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 123 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 586 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 70 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 90 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 79 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 87 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 89 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 267 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 68 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 176 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 242 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
2024-11-25T16:12:05+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 75 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 228 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 81 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 304 kB/s)
2024-11-25T16:12:05+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 1.1 MB/s)
2024-11-25T16:12:05+01:00 uid=1002(cnb) gid=1000(cnb) groups=1000(cnb),0(root)
2024-11-25T16:12:05+01:00 total 48
2024-11-25T16:12:05+01:00 drwxr-xr-x. 5 1002 1000 178 Nov 25 15:11 .
2024-11-25T16:12:05+01:00 dr-xr-xr-x. 1 0 0 155 Nov 25 15:11 ..
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 75 Nov 25 15:10 .dockerignore
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 396 Nov 25 15:10 .gitignore
2024-11-25T16:12:05+01:00 drwxr-xr-x. 3 1002 1000 21 Nov 25 15:10 .mvn
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 2193 Nov 25 15:10 README.md
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 251 Nov 25 15:10 id-debug.sh
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 11289 Nov 25 15:11 mvnw
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 7591 Nov 25 15:10 mvnw.cmd
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 1439 Nov 25 15:10 pack.java
2024-11-25T16:12:05+01:00 -rwxr-xr-x. 1 1002 1000 5017 Nov 25 15:10 pom.xml
2024-11-25T16:12:05+01:00 drwxr-xr-x. 4 1002 1000 30 Nov 25 15:10 src
2024-11-25T16:12:05+01:00 drwxr-xr-x. 5 1002 1000 66 Nov 25 15:12 target
2024-11-25T16:12:05+01:00 [INFO]
2024-11-25T16:12:05+01:00 [INFO] --- quarkus:3.8.3:generate-code-tests (default) @ quarkus-hello ---
2024-11-25T16:12:08+01:00 [INFO]
2024-11-25T16:12:08+01:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ quarkus-hello ---
2024-11-25T16:12:08+01:00 [INFO] skip non existing resourceDirectory /workspace/src/test/resources
2024-11-25T16:12:08+01:00 [INFO]
2024-11-25T16:12:08+01:00 [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ quarkus-hello ---
2024-11-25T16:12:08+01:00 [INFO] Recompiling the module because of changed dependency.
2024-11-25T16:12:08+01:00 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes
2024-11-25T16:12:09+01:00 [WARNING] bootstrap class path not set in conjunction with -source 8
2024-11-25T16:12:09+01:00 [WARNING] source value 8 is obsolete and will be removed in a future release
2024-11-25T16:12:09+01:00 [WARNING] target value 8 is obsolete and will be removed in a future release
2024-11-25T16:12:09+01:00 [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
2024-11-25T16:12:09+01:00 [INFO] Annotation processing is enabled because one or more processors were found
2024-11-25T16:12:09+01:00 on the class path. A future release of javac may disable annotation processing
2024-11-25T16:12:09+01:00 unless at least one processor is specified by name (-processor), or a search
2024-11-25T16:12:09+01:00 path is specified (--processor-path, --processor-module-path), or annotation
2024-11-25T16:12:09+01:00 processing is enabled explicitly (-proc:only, -proc:full).
2024-11-25T16:12:09+01:00 Use -Xlint:-options to suppress this message.
2024-11-25T16:12:09+01:00 Use -proc:none to disable annotation processing.
2024-11-25T16:12:09+01:00 [INFO]
2024-11-25T16:12:09+01:00 [INFO] --- surefire:3.2.5:test (default-test) @ quarkus-hello ---
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 73 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom (3.5 kB at 153 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 407 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 507 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 472 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 557 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 196 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.5 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 271 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 725 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 294 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.2 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 806 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 241 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 324 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 192 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 340 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 248 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 336 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.5 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 784 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.7 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 374 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 531 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 256 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 496 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.2 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.7 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 2.1 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 763 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 815 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 812 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 5.4 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 544 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 314 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 923 kB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.2 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 1.7 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 2.0 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 1.6 MB/s)
2024-11-25T16:12:09+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.4 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 8.5 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Tests are skipped.
2024-11-25T16:12:10+01:00 [INFO]
2024-11-25T16:12:10+01:00 [INFO] --- jar:3.3.0:jar (default-jar) @ quarkus-hello ---
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 449 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 612 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 4.1 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 2.3 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 740 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 392 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 752 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 783 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.2 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.8 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 292 kB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 1.0 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 3.6 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 2.4 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 3.6 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 1.8 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 1.2 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 2.9 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 1.9 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 6.2 MB/s)
2024-11-25T16:12:10+01:00 [INFO] Building jar: /workspace/target/quarkus-hello-1.0.jar
2024-11-25T16:12:11+01:00 [INFO]
2024-11-25T16:12:11+01:00 [INFO] --- quarkus:3.8.3:build (default) @ quarkus-hello ---
2024-11-25T16:12:15+01:00 [INFO] [io.quarkus.kubernetes.deployment.PropertyUtil] Kubernetes manifests are generated with 'The container port http' having default value '8080'. The app and manifests will get out of sync if the property 'quarkus.http.port' is changed at runtime.
2024-11-25T16:12:17+01:00 [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5883ms
2024-11-25T16:12:17+01:00 [INFO] ------------------------------------------------------------------------
2024-11-25T16:12:17+01:00 [INFO] BUILD SUCCESS
2024-11-25T16:12:17+01:00 [INFO] ------------------------------------------------------------------------
2024-11-25T16:12:17+01:00 [INFO] Total time: 47.059 s
2024-11-25T16:12:17+01:00 [INFO] Finished at: 2024-11-25T15:12:17Z
2024-11-25T16:12:17+01:00 [INFO] ------------------------------------------------------------------------
2024-11-25T16:12:17+01:00
2024-11-25T16:12:19+01:00 Removing source code
2024-11-25T16:12:19+01:00 Restoring multiple artifacts
2024-11-25T16:12:19+01:00 Processing layers
2024-11-25T16:12:19+01:00 Updating environment
2024-11-25T16:12:19+01:00 Reading output files
2024-11-25T16:12:19+01:00 Updating buildpack processes
2024-11-25T16:12:19+01:00 Updating process list
2024-11-25T16:12:19+01:00 Finished running build for buildpack paketo-buildpacks/maven@6.19.0
2024-11-25T16:12:19+01:00 Running build for buildpack paketo-buildpacks/executable-jar@6.11.3
2024-11-25T16:12:19+01:00 Looking up buildpack
2024-11-25T16:12:19+01:00 Finding plan
2024-11-25T16:12:19+01:00 Creating plan directory
2024-11-25T16:12:19+01:00 Preparing paths
2024-11-25T16:12:19+01:00 Running build command
2024-11-25T16:12:19+01:00
2024-11-25T16:12:19+01:00 Paketo Buildpack for Executable JAR 6.11.3
2024-11-25T16:12:19+01:00 https://github.com/paketo-buildpacks/executable-jar
2024-11-25T16:12:20+01:00 Process types:
2024-11-25T16:12:20+01:00 executable-jar: java -jar /workspace/quarkus-run.jar (direct)
2024-11-25T16:12:20+01:00 task: java -jar /workspace/quarkus-run.jar (direct)
2024-11-25T16:12:20+01:00 web: java -jar /workspace/quarkus-run.jar (direct)
2024-11-25T16:12:20+01:00 Processing layers
2024-11-25T16:12:20+01:00 Updating environment
2024-11-25T16:12:20+01:00 Reading output files
2024-11-25T16:12:20+01:00 Updating buildpack processes
2024-11-25T16:12:20+01:00 Updating process list
2024-11-25T16:12:20+01:00 Finished running build for buildpack paketo-buildpacks/executable-jar@6.11.3
2024-11-25T16:12:20+01:00 Running build for buildpack paketo-buildpacks/apache-tomcat@8.3.2
2024-11-25T16:12:20+01:00 Looking up buildpack
2024-11-25T16:12:20+01:00 Finding plan
2024-11-25T16:12:20+01:00 Creating plan directory
2024-11-25T16:12:20+01:00 Preparing paths
2024-11-25T16:12:20+01:00 Running build command
2024-11-25T16:12:20+01:00 Processing layers
2024-11-25T16:12:20+01:00 Updating environment
2024-11-25T16:12:20+01:00 Reading output files
2024-11-25T16:12:20+01:00 Updating buildpack processes
2024-11-25T16:12:20+01:00 Updating process list
2024-11-25T16:12:20+01:00 Finished running build for buildpack paketo-buildpacks/apache-tomcat@8.3.2
2024-11-25T16:12:20+01:00 Running build for buildpack paketo-buildpacks/apache-tomee@1.10.4
2024-11-25T16:12:20+01:00 Looking up buildpack
2024-11-25T16:12:21+01:00 Finding plan
2024-11-25T16:12:21+01:00 Creating plan directory
2024-11-25T16:12:21+01:00 Preparing paths
2024-11-25T16:12:21+01:00 Running build command
2024-11-25T16:12:21+01:00 Processing layers
2024-11-25T16:12:21+01:00 Updating environment
2024-11-25T16:12:21+01:00 Reading output files
2024-11-25T16:12:21+01:00 Updating buildpack processes
2024-11-25T16:12:21+01:00 Updating process list
2024-11-25T16:12:21+01:00 Finished running build for buildpack paketo-buildpacks/apache-tomee@1.10.4
2024-11-25T16:12:21+01:00 Running build for buildpack paketo-buildpacks/liberty@4.3.2
2024-11-25T16:12:21+01:00 Looking up buildpack
2024-11-25T16:12:21+01:00 Finding plan
2024-11-25T16:12:21+01:00 Creating plan directory
2024-11-25T16:12:21+01:00 Preparing paths
2024-11-25T16:12:21+01:00 Running build command
2024-11-25T16:12:21+01:00 Processing layers
2024-11-25T16:12:21+01:00 Updating environment
2024-11-25T16:12:21+01:00 Reading output files
2024-11-25T16:12:21+01:00 Updating buildpack processes
2024-11-25T16:12:21+01:00 Updating process list
2024-11-25T16:12:21+01:00 Finished running build for buildpack paketo-buildpacks/liberty@4.3.2
2024-11-25T16:12:21+01:00 Running build for buildpack paketo-buildpacks/dist-zip@5.8.5
2024-11-25T16:12:21+01:00 Looking up buildpack
2024-11-25T16:12:21+01:00 Finding plan
2024-11-25T16:12:21+01:00 Creating plan directory
2024-11-25T16:12:21+01:00 Preparing paths
2024-11-25T16:12:21+01:00 Running build command
2024-11-25T16:12:21+01:00 Processing layers
2024-11-25T16:12:21+01:00 Updating environment
2024-11-25T16:12:21+01:00 Reading output files
2024-11-25T16:12:21+01:00 Updating buildpack processes
2024-11-25T16:12:21+01:00 Updating process list
2024-11-25T16:12:21+01:00 Finished running build for buildpack paketo-buildpacks/dist-zip@5.8.5
2024-11-25T16:12:21+01:00 Running build for buildpack paketo-buildpacks/spring-boot@5.31.2
2024-11-25T16:12:21+01:00 Looking up buildpack
2024-11-25T16:12:21+01:00 Finding plan
2024-11-25T16:12:21+01:00 Creating plan directory
2024-11-25T16:12:21+01:00 Preparing paths
2024-11-25T16:12:21+01:00 Running build command
2024-11-25T16:12:21+01:00 Processing layers
2024-11-25T16:12:21+01:00 Updating environment
2024-11-25T16:12:21+01:00 Reading output files
2024-11-25T16:12:21+01:00 Updating buildpack processes
2024-11-25T16:12:21+01:00 Updating process list
2024-11-25T16:12:21+01:00 Finished running build for buildpack paketo-buildpacks/spring-boot@5.31.2
2024-11-25T16:12:21+01:00 Copying SBOM files
2024-11-25T16:12:21+01:00 Creating SBOM files for legacy BOM
2024-11-25T16:12:21+01:00 Listing processes
2024-11-25T16:12:21+01:00 Timer: Builder ran for 57.89413233s and ended at 2024-11-25T15:12:21Z
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Extender - Extender container complete, with exit code 0
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: c2e2a756149237f32a61ad14fc2cb42fd3db79bc0093cc70c0bd056703d17a76,true,<null>
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@6a7b9f81[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={/cnb/lifecycle/exporter,-uid,1002,-gid,1000,-app,/workspace,-layers,/layers,-cache-dir,/cache-dir,-launch-cache,/launch-cache-dir,-log-level,debug,quay.io/snowdrop/my-quarkus-app:latest},domainName=<null>,entrypoint={},env={BP_JVM_VERSION=21,CNB_REGISTRY_AUTH={"quay.io":"Basic c25vd2Ryb3ArZ2l0aHViOjdYUzkwMFJGSjRLU0NDRFU4R0QxSjNIQ09XS0tFNFE2VTBaWjFWTDFaUkNOSEJGMkU1QjhNRDM3R1FaSE1PRk0="},CNB_PLATFORM_API=0.10,CNB_EXPERIMENTAL_MODE=warn},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[buildpack-build-hgbvuhguvl:/cache-dir:rw, buildpack-launch-azrtxolodp:/launch-cache-dir:rw, buildpack-app-zuzbtndrnz:/workspace:rw, buildpack-platform-fiwqxrvdan:/platform:rw, buildpack-output-gfdzcsfuyc:/layers:rw, buildpack-kaniko-zeuesisoph:/kaniko:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=[label=disable], storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,ipv4Address=<null>,ipv6Address=<null>,labels=<null>,macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=1002,volumes=Volumes(volumes=[]),workingDir=<null>]
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-build-hgbvuhguvl at /cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-launch-azrtxolodp at /launch-cache-dir
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-kaniko-zeuesisoph at /kaniko
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-app-zuzbtndrnz at /workspace
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-platform-fiwqxrvdan at /platform
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - mounted buildpack-output-gfdzcsfuyc at /layers
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - container id 18ef9981e5ab9b3e92d6342363335ab2fbdf68757984773655e3f06a09faf0a6
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - image reference docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Exporter - Export container id 18ef9981e5ab9b3e92d6342363335ab2fbdf68757984773655e3f06a09faf0a6 will be run with uid 1002
[dev.snowdrop.BuildMe.main()] DEBUG dev.snowdrop.buildpack.lifecycle.phases.Exporter - - container args [/cnb/lifecycle/exporter, -uid, 1002, -gid, 1000, -app, /workspace, -layers, /layers, -cache-dir, /cache-dir, -launch-cache, /launch-cache-dir, -log-level, debug, quay.io/snowdrop/my-quarkus-app:latest]
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Exporter - - launching export container
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 18ef9981e5ab9b3e92d6342363335ab2fbdf68757984773655e3f06a09faf0a6
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Exporter - - attaching log relay
2024-11-25T16:12:21+01:00 Starting exporter...
2024-11-25T16:12:21+01:00 Parsing inputs...
2024-11-25T16:12:21+01:00 Warning: Ignoring -launch-cache, only intended for use with -daemon
2024-11-25T16:12:21+01:00 Ensuring privileges...
2024-11-25T16:12:21+01:00 Executing command...
2024-11-25T16:12:21+01:00 No project metadata found at path "/layers/project-metadata.toml", project metadata will not be exported
2024-11-25T16:12:21+01:00 Reusing layers from image 'quay.io/snowdrop/my-quarkus-app@sha256:b2ba23df2db32881f4c1b0296c29a5cd09bf0cfcb3be39582e02d41c894418bf'
2024-11-25T16:12:27+01:00 Timer: Exporter started at 2024-11-25T15:12:27Z
2024-11-25T16:12:27+01:00 Reading buildpack directory: /layers/paketo-community_ubi-java-buildpack
2024-11-25T16:12:27+01:00 Reading buildpack directory item: ajre.toml
2024-11-25T16:12:27+01:00 Reading buildpack directory item: helper.sbom.syft.json
2024-11-25T16:12:27+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:12:27+01:00 Reading buildpack directory item: java-security-properties.toml
2024-11-25T16:12:27+01:00 Processing buildpack directory: /layers/paketo-community_ubi-java-buildpack
2024-11-25T16:12:27+01:00 Processing launch layer: /layers/paketo-community_ubi-java-buildpack/ajre
2024-11-25T16:12:27+01:00 Reusing layer 'paketo-community/ubi-java-buildpack:ajre'
2024-11-25T16:12:27+01:00 Layer 'paketo-community/ubi-java-buildpack:ajre' SHA: sha256:e7f52cdddab6a13420f04397f9e770831c20d56b10c8c09b2f2647e639002aa3
2024-11-25T16:12:29+01:00 Processing launch layer: /layers/paketo-community_ubi-java-buildpack/helper
2024-11-25T16:12:29+01:00 Reusing layer 'paketo-community/ubi-java-buildpack:helper'
2024-11-25T16:12:29+01:00 Layer 'paketo-community/ubi-java-buildpack:helper' SHA: sha256:c4eca2fa18efb1b2ba3bae88dc85e8967e9197a0e450461e80d3b873bf43d95b
2024-11-25T16:12:29+01:00 Processing launch layer: /layers/paketo-community_ubi-java-buildpack/java-security-properties
2024-11-25T16:12:29+01:00 Reusing layer 'paketo-community/ubi-java-buildpack:java-security-properties'
2024-11-25T16:12:29+01:00 Layer 'paketo-community/ubi-java-buildpack:java-security-properties' SHA: sha256:638b85309141bd742d9901c8e919a4d2eb1aa7eaa325526f1c212cf6a0753151
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_quarkus
2024-11-25T16:12:29+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:29+01:00 Reading buildpack directory item: quarkus-build-envvars
2024-11-25T16:12:29+01:00 Reading buildpack directory item: quarkus-build-envvars.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_quarkus
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_ca-certificates
2024-11-25T16:12:29+01:00 Reading buildpack directory item: helper.sbom.syft.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:12:29+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_ca-certificates
2024-11-25T16:12:29+01:00 Processing launch layer: /layers/paketo-buildpacks_ca-certificates/helper
2024-11-25T16:12:29+01:00 Reusing layer 'paketo-buildpacks/ca-certificates:helper'
2024-11-25T16:12:29+01:00 Layer 'paketo-buildpacks/ca-certificates:helper' SHA: sha256:2fd9704a4ef30abcb18f530898eb647fc642a42f26ba9299054e84a76009e2a9
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_bellsoft-liberica
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_bellsoft-liberica
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_syft
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:29+01:00 Reading buildpack directory item: syft
2024-11-25T16:12:29+01:00 Reading buildpack directory item: syft.sbom.syft.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: syft.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_syft
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_maven
2024-11-25T16:12:29+01:00 Reading buildpack directory item: application
2024-11-25T16:12:29+01:00 Reading buildpack directory item: application.toml
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.sbom.cdx.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.sbom.syft.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:29+01:00 Reading buildpack directory item: cache
2024-11-25T16:12:29+01:00 Reading buildpack directory item: cache.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_maven
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_executable-jar
2024-11-25T16:12:29+01:00 Reading buildpack directory item: launch.sbom.cdx.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: launch.sbom.syft.json
2024-11-25T16:12:29+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_executable-jar
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomcat
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_apache-tomcat
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomee
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_apache-tomee
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_liberty
2024-11-25T16:12:29+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_liberty
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_dist-zip
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_dist-zip
2024-11-25T16:12:29+01:00 Reading buildpack directory: /layers/paketo-buildpacks_spring-boot
2024-11-25T16:12:29+01:00 Processing buildpack directory: /layers/paketo-buildpacks_spring-boot
2024-11-25T16:12:29+01:00 Found SBOM of type launch for at /layers/sbom/launch
2024-11-25T16:12:29+01:00 Reusing tarball for layer "buildpacksio/lifecycle:launch.sbom" with SHA: sha256:97826cd947c0f25d8b6cb587f6b9d75570e16d81a021dad89f1227e01d957348
2024-11-25T16:12:29+01:00 Adding layer 'buildpacksio/lifecycle:launch.sbom'
2024-11-25T16:12:29+01:00 Layer 'buildpacksio/lifecycle:launch.sbom' SHA: sha256:97826cd947c0f25d8b6cb587f6b9d75570e16d81a021dad89f1227e01d957348
2024-11-25T16:12:29+01:00 Adding app layers
2024-11-25T16:12:29+01:00 Layer 'slice-1' SHA: sha256:ea990d0ac6d5c256f619f7fa03ed086c38d10c8f811831c8cbd0cff98940c186
2024-11-25T16:12:29+01:00 Layer 'slice-2' SHA: sha256:2702382417271bea5de00ea83b03ef0251e07546f005612cea0500e1910d5d25
2024-11-25T16:12:29+01:00 Layer 'slice-3' SHA: sha256:bc6b89f7a9ee72202210d384bcce8a64f48c1b5011e19a236863189c66f48a28
2024-11-25T16:12:29+01:00 Layer 'slice-4' SHA: sha256:a0666a75e1e35603ebe5e028c413fbed12f573e7758f5e5f1eecf686db686211
2024-11-25T16:12:29+01:00 Layer 'slice-5' SHA: sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef
2024-11-25T16:12:29+01:00 Reused 2/5 app layer(s)
2024-11-25T16:12:29+01:00 Added 3/5 app layer(s)
2024-11-25T16:12:29+01:00 Reusing tarball for layer "buildpacksio/lifecycle:launcher" with SHA: sha256:f7cf50b553e210c29303758ad9be0ba0c054ec3bdda1e8ddf2ab2e2fdba55517
2024-11-25T16:12:29+01:00 Reusing layer 'buildpacksio/lifecycle:launcher'
2024-11-25T16:12:29+01:00 Layer 'buildpacksio/lifecycle:launcher' SHA: sha256:f7cf50b553e210c29303758ad9be0ba0c054ec3bdda1e8ddf2ab2e2fdba55517
2024-11-25T16:12:29+01:00 Reusing tarball for layer "buildpacksio/lifecycle:config" with SHA: sha256:cf317deade8a6a894bd0fa768496203a98594fa40ae13ff1167196c189185734
2024-11-25T16:12:29+01:00 Reusing layer 'buildpacksio/lifecycle:config'
2024-11-25T16:12:29+01:00 Layer 'buildpacksio/lifecycle:config' SHA: sha256:cf317deade8a6a894bd0fa768496203a98594fa40ae13ff1167196c189185734
2024-11-25T16:12:29+01:00 Reusing tarball for layer "buildpacksio/lifecycle:process-types" with SHA: sha256:1dc94a70dbaa2171fb086500a5d27797f779219b126b0a1eebb9180c2792e80e
2024-11-25T16:12:29+01:00 Reusing layer 'buildpacksio/lifecycle:process-types'
2024-11-25T16:12:29+01:00 Layer 'buildpacksio/lifecycle:process-types' SHA: sha256:1dc94a70dbaa2171fb086500a5d27797f779219b126b0a1eebb9180c2792e80e
2024-11-25T16:12:29+01:00 Adding label 'io.buildpacks.lifecycle.metadata'
2024-11-25T16:12:29+01:00 Adding label 'io.buildpacks.build.metadata'
2024-11-25T16:12:29+01:00 Adding label 'io.buildpacks.project.metadata'
2024-11-25T16:12:29+01:00 Setting CNB_LAYERS_DIR=/layers
2024-11-25T16:12:29+01:00 Setting CNB_APP_DIR=/workspace
2024-11-25T16:12:29+01:00 Setting CNB_PLATFORM_API=0.10
2024-11-25T16:12:29+01:00 Setting CNB_DEPRECATION_MODE=quiet
2024-11-25T16:12:29+01:00 Prepending /cnb/process and /cnb/lifecycle to PATH
2024-11-25T16:12:29+01:00 Setting WORKDIR: '/workspace'
2024-11-25T16:12:29+01:00 Setting default process type 'web'
2024-11-25T16:12:29+01:00 Setting ENTRYPOINT: '/cnb/process/web'
2024-11-25T16:12:29+01:00 Timer: Saving quay.io/snowdrop/my-quarkus-app:latest... started at 2024-11-25T15:12:29Z
2024-11-25T16:12:29+01:00 Saving quay.io/snowdrop/my-quarkus-app:latest...
2024-11-25T16:12:39+01:00 *** Images (sha256:00f371f306ccf2e84319a8e8f830980b6c48bf5720d4803bd30f66b4809e383b):
2024-11-25T16:12:39+01:00 quay.io/snowdrop/my-quarkus-app:latest
2024-11-25T16:12:39+01:00
2024-11-25T16:12:39+01:00 *** Digest: sha256:00f371f306ccf2e84319a8e8f830980b6c48bf5720d4803bd30f66b4809e383b
2024-11-25T16:12:39+01:00
2024-11-25T16:12:39+01:00 *** Manifest Size: 3020
2024-11-25T16:12:39+01:00 Timer: Saving quay.io/snowdrop/my-quarkus-app:latest... ran for 9.85575587s and ended at 2024-11-25T15:12:39Z
2024-11-25T16:12:39+01:00 Timer: Exporter ran for 11.51058046s and ended at 2024-11-25T15:12:39Z
2024-11-25T16:12:39+01:00 Timer: Cache started at 2024-11-25T15:12:39Z
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-community_ubi-java-buildpack
2024-11-25T16:12:39+01:00 Reading buildpack directory item: ajre.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: helper.sbom.syft.json
2024-11-25T16:12:39+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: java-security-properties.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-buildpacks_quarkus
2024-11-25T16:12:39+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: quarkus-build-envvars
2024-11-25T16:12:39+01:00 Reading buildpack directory item: quarkus-build-envvars.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-buildpacks_ca-certificates
2024-11-25T16:12:39+01:00 Reading buildpack directory item: helper.sbom.syft.json
2024-11-25T16:12:39+01:00 Reading buildpack directory item: helper.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-buildpacks_bellsoft-liberica
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-buildpacks_syft
2024-11-25T16:12:39+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: syft
2024-11-25T16:12:39+01:00 Reading buildpack directory item: syft.sbom.syft.json
2024-11-25T16:12:39+01:00 Reading buildpack directory item: syft.toml
2024-11-25T16:12:39+01:00 Adding cache layer 'paketo-buildpacks/syft:syft'
2024-11-25T16:12:39+01:00 Layer 'paketo-buildpacks/syft:syft' SHA: sha256:d31117538f614e2c7439e4ac0889b8db59a73a9e410a7eddb4fe56aade5032e3
2024-11-25T16:12:39+01:00 Reading buildpack directory: /layers/paketo-buildpacks_maven
2024-11-25T16:12:39+01:00 Reading buildpack directory item: application
2024-11-25T16:12:39+01:00 Reading buildpack directory item: application.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: build.sbom.cdx.json
2024-11-25T16:12:39+01:00 Reading buildpack directory item: build.sbom.syft.json
2024-11-25T16:12:39+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:39+01:00 Reading buildpack directory item: cache
2024-11-25T16:12:39+01:00 Reading buildpack directory item: cache.toml
2024-11-25T16:12:39+01:00 Adding cache layer 'paketo-buildpacks/maven:application'
2024-11-25T16:12:39+01:00 Layer 'paketo-buildpacks/maven:application' SHA: sha256:e5e36116bdec3f7efd54cdf84431adb0ae4cb68642188414bea642e4b844abea
2024-11-25T16:12:40+01:00 Adding cache layer 'paketo-buildpacks/maven:cache'
2024-11-25T16:12:40+01:00 Layer 'paketo-buildpacks/maven:cache' SHA: sha256:a12c74c2c02abbb47a46f66c7ddd0f8685964d089c0ac49cd0441a51c8bbfb46
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_executable-jar
2024-11-25T16:12:40+01:00 Reading buildpack directory item: launch.sbom.cdx.json
2024-11-25T16:12:40+01:00 Reading buildpack directory item: launch.sbom.syft.json
2024-11-25T16:12:40+01:00 Reading buildpack directory item: launch.toml
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomcat
2024-11-25T16:12:40+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_apache-tomee
2024-11-25T16:12:40+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_liberty
2024-11-25T16:12:40+01:00 Reading buildpack directory item: build.toml
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_dist-zip
2024-11-25T16:12:40+01:00 Reading buildpack directory: /layers/paketo-buildpacks_spring-boot
2024-11-25T16:12:40+01:00 Found SBOM of type cache for at /layers/sbom/cache
2024-11-25T16:12:40+01:00 Reusing tarball for layer "buildpacksio/lifecycle:cache.sbom" with SHA: sha256:fced2229dc990d37e3fc46bc3dad9584b19483b90aedf08d0157d5ded9269ef0
2024-11-25T16:12:40+01:00 Adding cache layer 'buildpacksio/lifecycle:cache.sbom'
2024-11-25T16:12:40+01:00 Layer 'buildpacksio/lifecycle:cache.sbom' SHA: sha256:fced2229dc990d37e3fc46bc3dad9584b19483b90aedf08d0157d5ded9269ef0
2024-11-25T16:12:40+01:00 Timer: Cache ran for 1.524789228s and ended at 2024-11-25T15:12:40Z
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.phases.Exporter - Export container complete, with exit code 0
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 18ef9981e5ab9b3e92d6342363335ab2fbdf68757984773655e3f06a09faf0a6,true,<null>
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.LifecycleExecutor - Buildpack build phases complete, application image is at quay.io/snowdrop/my-quarkus-app:latest
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - Post Build cleanup activites:
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-build-hgbvuhguvl
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-launch-azrtxolodp
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-kaniko-zeuesisoph
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-app-zuzbtndrnz
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-output-gfdzcsfuyc
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: buildpack-platform-fiwqxrvdan
[dev.snowdrop.BuildMe.main()] INFO dev.snowdrop.buildpack.lifecycle.LifecyclePhaseFactory - - temporary build volumes removed
[dev.snowdrop.BuildMe.main()] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: <null>,docker.io/buildpack-ephemeralbuilder-xjyesfcc:latest,<null>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment