Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] - Snapshot Deployment #12111

Closed
cescoffier opened this issue Sep 15, 2020 · 283 comments
Closed

[CI] - Snapshot Deployment #12111

cescoffier opened this issue Sep 15, 2020 · 283 comments
Labels
area/infra internal and infrastructure related issues

Comments

@cescoffier
Copy link
Member

cescoffier commented Sep 15, 2020

This issue reports the status of the daily cron job that runs deploys Quarkus Snapshot artifacts to https://s01.oss.sonatype.org/content/repositories/snapshots/io/quarkus/.

Don't close this issue manually. This issue will be closed when the build gets fixed. It will be re-opened if it fails again later. You can subscribe to be notified of the status.

To use the snapshots, add the following repository to your pom.xml file or Gradle project:

<repository>
  <id>maven-snapshots</id>
  <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
  <layout>default</layout>
  <releases>
     <enabled>false</enabled>
  </releases>
  <snapshots>
     <enabled>true</enabled>
  </snapshots>
</repository>

Use snapshots are your own risk. Because of the Maven resolution mechanism, they may be 24h old (even more) and in the Quarkus world, it can be 100 commits behind. If you have issues with snapshots, try to build a fresh version of Quarkus using the instructions from https://github.com/quarkusio/quarkus/blob/master/CONTRIBUTING.md

@cescoffier cescoffier added the area/infra internal and infrastructure related issues label Sep 15, 2020
cescoffier added a commit to cescoffier/quarkus that referenced this issue Sep 15, 2020
@quarkusbot
Copy link

Build fixed:

@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot quarkusbot reopened this Sep 17, 2020
@cescoffier
Copy link
Member Author

Seems to be failing with an intermittent maven issue: Could not find artifact io.quarkus:quarkus-hibernate-validator-deployment:jar:999-SNAPSHOT

@quarkusbot
Copy link

The build is still failing:

@cescoffier
Copy link
Member Author

Another weird Aerther issue on the same artifact: 2020-09-18T02:33:53.4887793Z Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact io.quarkus:quarkus-hibernate-validator-deployment:jar:999-SNAPSHOT

@gsmet it seems that a build from scratch does not work anymore.

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@cescoffier
Copy link
Member Author

cescoffier commented Sep 20, 2020

Making some progress... now failing with another resolution issue in SmallRye Health:
org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-smallrye-openapi-common-deployment:jar:999-SNAPSHOT

Most probably a missing -deployment test dependency on smallrye-openapi-common-deployment. @radcortez can you check?

@quarkusbot
Copy link

The build is still failing:

@cescoffier
Copy link
Member Author

So, the missing dependency issue is fixed. Now we are back to a Gradle test issue:

2020-09-21T03:52:22.7849521Z io.quarkus.gradle.KotlinBuildFileTest > testGetTestClosure() PASSED
2020-09-21T03:52:22.7850366Z 
2020-09-21T03:52:22.7851109Z io.quarkus.gradle.KotlinBuildFileTest > testGetProperty() PASSED
2020-09-21T03:52:49.1844721Z 
2020-09-21T03:52:49.1845614Z io.quarkus.gradle.KotlinBuildFileTest > testGetDependencies() FAILED
2020-09-21T03:52:49.1846549Z     java.lang.AssertionError at AbstractBuildFileTest.java:80
2020-09-21T03:52:55.6864184Z 
2020-09-21T03:52:55.6866407Z io.quarkus.gradle.QuarkusPluginTest > shouldMakeQuarkusDevAndQuarkusBuildDependOnClassesTask() PASSED
2020-09-21T03:52:55.6868160Z 
2020-09-21T03:52:55.6869160Z io.quarkus.gradle.QuarkusPluginTest > shouldCreateTasks() PASSED
2020-09-21T03:52:55.6869876Z 
2020-09-21T03:52:55.6870626Z io.quarkus.gradle.QuarkusPluginTest > shouldMakeAssembleDependOnQuarkusBuild() PASSED
2020-09-21T03:52:55.7845377Z 
2020-09-21T03:52:55.7846243Z io.quarkus.gradle.GroovyBuildFileTest > testGetTestClosure() PASSED
2020-09-21T03:52:55.7846797Z 
2020-09-21T03:52:55.7847368Z io.quarkus.gradle.GroovyBuildFileTest > testGetProperty() PASSED
2020-09-21T03:52:57.4844028Z 
2020-09-21T03:52:57.4845466Z io.quarkus.gradle.GroovyBuildFileTest > testGetDependencies() FAILED
2020-09-21T03:52:57.4846749Z     java.lang.AssertionError at AbstractBuildFileTest.java:80
2020-09-21T03:52:57.8845562Z 
2020-09-21T03:52:57.8845917Z 
2020-09-21T03:52:57.8847055Z 9 tests completed, 2 failed
2020-09-21T03:52:57.8847329Z > Task :test FAILED
2020-09-21T03:52:57.9949036Z 
2020-09-21T03:52:57.9950185Z FAILURE: Build failed with an exception.

@aloubyansky @ia3andy Any idea?

Important details, it's a from scratch build, which means that nothing is available. If the projects requires specific dependency, they must be declared in the pom.xml file, even artificially, to create an order.

@quarkusbot
Copy link

The build is still failing:

@aloubyansky
Copy link
Member

I reproduced it. Will have a look later today.

@cescoffier
Copy link
Member Author

Thanks @aloubyansky

@quarkusbot
Copy link

Build fixed:

@cescoffier
Copy link
Member Author

Thanks @aloubyansky !

@quarkusbot quarkusbot reopened this Sep 26, 2020
@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot
Copy link

The build is still failing:

@cescoffier
Copy link
Member Author

@iocanel @geoand Soemthing wrong with Kubernetes:

2020-09-27T04:18:44.4235630Z to be an instance of:
2020-09-27T04:18:44.4236616Z   <io.fabric8.kubernetes.api.model.rbac.RoleBinding>
2020-09-27T04:18:44.4237578Z but was instance of:
2020-09-27T04:18:44.4238571Z   <io.fabric8.kubernetes.api.model.apps.Deployment>
2020-09-27T04:18:44.4239347Z 
2020-09-27T04:18:44.4245356Z   <Role(apiVersion=rbac.authorization.k8s.io/v1, kind=Role, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=view-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), rules=[PolicyRule(apiGroups=[], nonResourceURLs=[], resourceNames=[], resources=[secrets], verbs=[get, list, watch], additionalProperties={})], additionalProperties={})> error: 
2020-09-27T04:18:44.4250157Z Expecting:
2020-09-27T04:18:44.4256061Z   <Role(apiVersion=rbac.authorization.k8s.io/v1, kind=Role, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=view-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), rules=[PolicyRule(apiGroups=[], nonResourceURLs=[], resourceNames=[], resources=[secrets], verbs=[get, list, watch], additionalProperties={})], additionalProperties={})>
2020-09-27T04:18:44.4260908Z to be an instance of:
2020-09-27T04:18:44.4261882Z   <io.fabric8.kubernetes.api.model.rbac.RoleBinding>
2020-09-27T04:18:44.4262935Z but was instance of:
2020-09-27T04:18:44.4263873Z   <io.fabric8.kubernetes.api.model.rbac.Role>
2020-09-27T04:18:44.4267770Z 
2020-09-27T04:18:44.4362192Z   <RoleBinding(apiVersion=rbac.authorization.k8s.io/v1, kind=RoleBinding, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets-view, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), roleRef=RoleRef(apiGroup=rbac.authorization.k8s.io, kind=ClusterRole, name=view, additionalProperties={}), subjects=[Subject(apiGroup=null, kind=ServiceAccount, name=kubernetes-config-with-secrets, namespace=null, additionalProperties={})], additionalProperties={})> error: 
2020-09-27T04:18:44.4368215Z Expecting:
2020-09-27T04:18:44.4369185Z  <"kubernetes-config-with-secrets-view">
2020-09-27T04:18:44.4369861Z to be equal to:
2020-09-27T04:18:44.4370691Z  <"kubernetes-config-with-secrets:view-secrets">
2020-09-27T04:18:44.4371372Z but was not.
2020-09-27T04:18:44.4371576Z 
2020-09-27T04:18:44.4386687Z   <RoleBinding(apiVersion=rbac.authorization.k8s.io/v1, kind=RoleBinding, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets-view-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), roleRef=RoleRef(apiGroup=rbac.authorization.k8s.io, kind=Role, name=view-secrets, additionalProperties={}), subjects=[Subject(apiGroup=null, kind=ServiceAccount, name=kubernetes-config-with-secrets, namespace=null, additionalProperties={})], additionalProperties={})> error: 
2020-09-27T04:18:44.4396626Z Expecting:
2020-09-27T04:18:44.4397911Z  <"kubernetes-config-with-secrets-view-secrets">
2020-09-27T04:18:44.4398859Z to be equal to:
2020-09-27T04:18:44.4399700Z  <"kubernetes-config-with-secrets:view-secrets">
2020-09-27T04:18:44.4400346Z but was not.
2020-09-27T04:18:44.4400551Z 
2020-09-27T04:18:44.4570313Z   <Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ServiceSpec(clusterIP=null, externalIPs=[], externalName=null, externalTrafficPolicy=null, healthCheckNodePort=null, ipFamily=null, loadBalancerIP=null, loadBalancerSourceRanges=[], ports=[ServicePort(appProtocol=null, name=http, nodePort=null, port=8080, protocol=null, targetPort=IntOrString(IntVal=8080, Kind=0, StrVal=null, additionalProperties={}), additionalProperties={})], publishNotReadyAddresses=null, selector={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, sessionAffinity=null, sessionAffinityConfig=null, topologyKeys=[], type=ClusterIP, additionalProperties={}), status=null, additionalProperties={})> error: 
2020-09-27T04:18:44.4577952Z Expecting:
2020-09-27T04:18:44.4587443Z   <Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ServiceSpec(clusterIP=null, externalIPs=[], externalName=null, externalTrafficPolicy=null, healthCheckNodePort=null, ipFamily=null, loadBalancerIP=null, loadBalancerSourceRanges=[], ports=[ServicePort(appProtocol=null, name=http, nodePort=null, port=8080, protocol=null, targetPort=IntOrString(IntVal=8080, Kind=0, StrVal=null, additionalProperties={}), additionalProperties={})], publishNotReadyAddresses=null, selector={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, sessionAffinity=null, sessionAffinityConfig=null, topologyKeys=[], type=ClusterIP, additionalProperties={}), status=null, additionalProperties={})>
2020-09-27T04:18:44.4595255Z to be an instance of:
2020-09-27T04:18:44.4596168Z   <io.fabric8.kubernetes.api.model.rbac.RoleBinding>
2020-09-27T04:18:44.4597098Z but was instance of:
2020-09-27T04:18:44.4597802Z   <io.fabric8.kubernetes.api.model.Service>
2020-09-27T04:18:44.4598372Z 
2020-09-27T04:18:44.4604443Z   <ServiceAccount(apiVersion=v1, automountServiceAccountToken=null, imagePullSecrets=[], kind=ServiceAccount, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), secrets=[], additionalProperties={})> error: 
2020-09-27T04:18:44.4609249Z Expecting:
2020-09-27T04:18:44.4614888Z   <ServiceAccount(apiVersion=v1, automountServiceAccountToken=null, imagePullSecrets=[], kind=ServiceAccount, metadata=ObjectMeta(annotations={app.quarkus.io/vcs-url=https://github.com/quarkusio/quarkus.git, app.quarkus.io/build-timestamp=2020-09-27 - 04:17:12 +0000, app.quarkus.io/commit-id=8ff9ed150e8ae3f2fe940d66eb77acd50a69c423}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, labels={app.kubernetes.io/name=kubernetes-config-with-secrets, app.kubernetes.io/version=0.1-SNAPSHOT}, managedFields=[], name=kubernetes-config-with-secrets, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), secrets=[], additionalProperties={})>
2020-09-27T04:18:44.4619834Z to be an instance of:
2020-09-27T04:18:44.4620818Z   <io.fabric8.kubernetes.api.model.rbac.RoleBinding>
2020-09-27T04:18:44.4621782Z but was instance of:
2020-09-27T04:18:44.4622692Z   <io.fabric8.kubernetes.api.model.ServiceAccount>
2020-09-27T04:18:44.4624837Z [ERROR]   WithKubernetesClientTest.assertGeneratedResources:69->lambda$assertGeneratedResources$6:70 
2020-09-27T04:18:44.4626165Z Expecting:
2020-09-27T04:18:44.4626863Z  <"kubernetes-with-client-view">
2020-09-27T04:18:44.4627402Z to be equal to:
2020-09-27T04:18:44.4628060Z  <"kubernetes-with-client:view">
2020-09-27T04:18:44.4628536Z but was not.

@quarkusbot
Copy link

The build is still failing:

@geoand
Copy link
Contributor

geoand commented Sep 28, 2020

Looking into it

@cescoffier
Copy link
Member Author

@geoand What I don't get is how it does not fail on the master build...

@geoand
Copy link
Contributor

geoand commented Sep 28, 2020

Unfortunately it does... See #12366

@cescoffier
Copy link
Member Author

@geoand At least, it's logic :-)

@geoand
Copy link
Contributor

geoand commented Sep 28, 2020

Indeed :)

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@geoand
Copy link
Contributor

geoand commented Mar 4, 2024

This breaks due to some documentation related task:

2024-03-04T02:36:02.8653034Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project quarkus-documentation: The packaging for this project did not assign a file to the build artifact -> [Help 1]
2024-03-04T02:36:02.8657568Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project quarkus-documentation: The packaging for this project did not assign a file to the build artifact
2024-03-04T02:36:02.8660421Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
2024-03-04T02:36:02.8661905Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
2024-03-04T02:36:02.8663645Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
2024-03-04T02:36:02.8665092Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
2024-03-04T02:36:02.8666525Z     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
2024-03-04T02:36:02.8668219Z     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
2024-03-04T02:36:02.8669835Z     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
2024-03-04T02:36:02.8671606Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
2024-03-04T02:36:02.8673308Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
2024-03-04T02:36:02.8675226Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
2024-03-04T02:36:02.8677301Z     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
2024-03-04T02:36:02.8679225Z     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
2024-03-04T02:36:02.8680556Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
2024-03-04T02:36:02.8681657Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
2024-03-04T02:36:02.8682722Z     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
2024-03-04T02:36:02.8683745Z     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
2024-03-04T02:36:02.8684726Z     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
2024-03-04T02:36:02.8685676Z     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
2024-03-04T02:36:02.8686716Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2024-03-04T02:36:02.8687950Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
2024-03-04T02:36:02.8689426Z     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2024-03-04T02:36:02.8690567Z     at java.lang.reflect.Method.invoke (Method.java:568)
2024-03-04T02:36:02.8691652Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
2024-03-04T02:36:02.8692981Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
2024-03-04T02:36:02.8694554Z     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
2024-03-04T02:36:02.8695965Z     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
2024-03-04T02:36:02.8697225Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2024-03-04T02:36:02.8698555Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
2024-03-04T02:36:02.8700157Z     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2024-03-04T02:36:02.8701355Z     at java.lang.reflect.Method.invoke (Method.java:568)
2024-03-04T02:36:02.8702483Z     at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:52)
2024-03-04T02:36:02.8703864Z     at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:161)
2024-03-04T02:36:02.8705249Z     at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:73)
2024-03-04T02:36:02.8706948Z Caused by: org.apache.maven.plugin.MojoExecutionException: The packaging for this project did not assign a file to the build artifact
2024-03-04T02:36:02.8708741Z     at org.apache.maven.plugins.deploy.DeployMojo.processProject (DeployMojo.java:312)
2024-03-04T02:36:02.8710078Z     at org.apache.maven.plugins.deploy.DeployMojo.execute (DeployMojo.java:202)
2024-03-04T02:36:02.8711188Z     at com.gradle.maven.cache.extension.d.c.a (SourceFile:27)
2024-03-04T02:36:02.8712093Z     at com.gradle.maven.cache.extension.d.n.a (SourceFile:23)
2024-03-04T02:36:02.8713195Z     at com.gradle.maven.cache.extension.d.h.a (SourceFile:28)
2024-03-04T02:36:02.8714115Z     at com.gradle.maven.cache.extension.d.m.a (SourceFile:27)
2024-03-04T02:36:02.8715069Z     at com.gradle.maven.cache.extension.d.a.c (SourceFile:115)
2024-03-04T02:36:02.8716136Z     at com.gradle.maven.cache.extension.d.a.a (SourceFile:61)
2024-03-04T02:36:02.8717174Z     at com.gradle.maven.cache.extension.d.e.a (SourceFile:27)
2024-03-04T02:36:02.8718116Z     at com.gradle.maven.cache.extension.d.l.a (SourceFile:17)
2024-03-04T02:36:02.8719150Z     at com.gradle.maven.cache.extension.d.d.a (SourceFile:42)
2024-03-04T02:36:02.8720062Z     at com.gradle.maven.cache.extension.d.b.a (SourceFile:26)
2024-03-04T02:36:02.8721014Z     at com.gradle.maven.cache.extension.d.f$1.run (SourceFile:35)
2024-03-04T02:36:02.8722244Z     at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute (SourceFile:29)
2024-03-04T02:36:02.8723733Z     at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute (SourceFile:26)
2024-03-04T02:36:02.8725196Z     at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute (SourceFile:66)
2024-03-04T02:36:02.8726710Z     at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute (SourceFile:59)
2024-03-04T02:36:02.8728200Z     at org.gradle.internal.operations.DefaultBuildOperationRunner.execute (SourceFile:157)
2024-03-04T02:36:02.8729710Z     at org.gradle.internal.operations.DefaultBuildOperationRunner.execute (SourceFile:59)
2024-03-04T02:36:02.8731127Z     at org.gradle.internal.operations.DefaultBuildOperationRunner.run (SourceFile:47)
2024-03-04T02:36:02.8732236Z     at com.gradle.maven.cache.extension.d.f.a (SourceFile:31)
2024-03-04T02:36:02.8733154Z     at com.gradle.maven.cache.extension.d.k.a (SourceFile:76)
2024-03-04T02:36:02.8734585Z     at com.gradle.maven.cache.extension.h.b.lambda$createProxy$0 (SourceFile:79)
2024-03-04T02:36:02.8735619Z     at jdk.proxy36.$Proxy126.execute (Unknown Source)
2024-03-04T02:36:02.8736548Z     at com.gradle.maven.scan.extension.internal.d.a.executeMojo (SourceFile:114)
2024-03-04T02:36:02.8737818Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
2024-03-04T02:36:02.8739288Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
2024-03-04T02:36:02.8740658Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
2024-03-04T02:36:02.8742053Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
2024-03-04T02:36:02.8743451Z     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
2024-03-04T02:36:02.8744855Z     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
2024-03-04T02:36:02.8746444Z     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
2024-03-04T02:36:02.8748047Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
2024-03-04T02:36:02.8749687Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
2024-03-04T02:36:02.8751593Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
2024-03-04T02:36:02.8753664Z     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
2024-03-04T02:36:02.8755574Z     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
2024-03-04T02:36:02.8756925Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
2024-03-04T02:36:02.8758009Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
2024-03-04T02:36:02.8759003Z     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
2024-03-04T02:36:02.8760032Z     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
2024-03-04T02:36:02.8761201Z     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
2024-03-04T02:36:02.8762150Z     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
2024-03-04T02:36:02.8763223Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2024-03-04T02:36:02.8764743Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
2024-03-04T02:36:02.8766462Z     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2024-03-04T02:36:02.8767866Z     at java.lang.reflect.Method.invoke (Method.java:568)
2024-03-04T02:36:02.8769057Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
2024-03-04T02:36:02.8770479Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
2024-03-04T02:36:02.8771946Z     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
2024-03-04T02:36:02.8773384Z     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
2024-03-04T02:36:02.8774852Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2024-03-04T02:36:02.8776183Z     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
2024-03-04T02:36:02.8777810Z     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2024-03-04T02:36:02.8779055Z     at java.lang.reflect.Method.invoke (Method.java:568)
2024-03-04T02:36:02.8780173Z     at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:52)
2024-03-04T02:36:02.8781509Z     at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:161)
2024-03-04T02:36:02.8782806Z     at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:73)

cc @gsmet

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

Build fixed:

@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot quarkusbot reopened this Jun 15, 2024
@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

Build fixed:

@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot
Copy link

Build fixed:

@quarkusbot quarkusbot reopened this Aug 7, 2024
@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot
Copy link

Build fixed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra internal and infrastructure related issues
Projects
None yet
Development

No branches or pull requests

8 participants