-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Comments
Build fixed:
|
Unfortunately, the build failed:
|
Seems to be failing with an intermittent maven issue: Could not find artifact io.quarkus:quarkus-hibernate-validator-deployment:jar:999-SNAPSHOT |
The build is still failing:
|
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. |
The build is still failing:
|
The build is still failing:
|
Making some progress... now failing with another resolution issue in SmallRye Health: Most probably a missing -deployment test dependency on smallrye-openapi-common-deployment. @radcortez can you check? |
The build is still failing:
|
So, the missing dependency issue is fixed. Now we are back to a Gradle test issue:
@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 |
The build is still failing:
|
I reproduced it. Will have a look later today. |
Thanks @aloubyansky |
Build fixed:
|
Thanks @aloubyansky ! |
Unfortunately, the build failed:
|
The build is still failing:
|
@iocanel @geoand Soemthing wrong with Kubernetes:
|
The build is still failing:
|
Looking into it |
@geoand What I don't get is how it does not fail on the master build... |
Unfortunately it does... See #12366 |
@geoand At least, it's logic :-) |
Indeed :) |
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
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 |
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
Build fixed:
|
Unfortunately, the build failed:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
The build is still failing:
|
Build fixed:
|
Unfortunately, the build failed:
|
Build fixed:
|
Unfortunately, the build failed:
|
Build fixed:
|
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: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
The text was updated successfully, but these errors were encountered: