Build failed in Jenkins: JClouds » jclouds-with-credentials » jclouds-chef-live-tests #183

2024-02-27 Thread Apache Jenkins Server
See 


Changes:

[Andrew Gaul] JCLOUDS-1606: JCLOUDS-1608: Fix MPU off-by-one

[Andrew Gaul] Copy Swift logging configuration to GCS

[Andrew Gaul] Add a test for uploading large objects

[Andrew Gaul] JCLOUDS-1627: Upgrade to Jakarta packages

[Andrew Gaul] JCLOUDS-1629: Upgrade to Guice 7.0.0

[Andrew Gaul] JCLOUDS-1628: Remove Netty driver


--
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds32 (ubuntu) in workspace 

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/jclouds.git
 > git init 
 > 
 >  # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/jclouds.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- 
 > https://gitbox.apache.org/repos/asf/jclouds.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/jclouds.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 4f3955799bb8e419556c9590dd60faed5d3122dd 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f3955799bb8e419556c9590dd60faed5d3122dd # timeout=10
Commit message: "JCLOUDS-1628: Remove Netty driver"
 > git rev-list --no-walk a983eaced90287d428beb81501f128f6d5113d86 # timeout=10
[EnvInject] - Mask passwords that will be passed as build parameters.
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 38065
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[jclouds-chef-live-tests] $ /home/jenkins/tools/java/latest1.8/bin/java -cp 
/home/jenkins/jenkins-agent/maven35-agent.jar:/home/jenkins/tools/maven/latest/boot/plexus-classworlds-2.7.0.jar:/home/jenkins/tools/maven/latest/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest 
/home/jenkins/jenkins-agent/agent.jar 
/home/jenkins/jenkins-agent/maven35-interceptor.jar 
/home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 38065
Exception in thread "main" java.lang.UnsupportedClassVersionError: 
hudson/remoting/Launcher has been compiled by a more recent version of the Java 
Runtime (class file version 55.0), this version of the Java Runtime only 
recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at 
org.codehaus.plexus.classworlds.realm.ClassRealm.findClassInternal(ClassRealm.java:313)
at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
at 
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at 
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:136)
at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
ERROR: Failed to parse POMs
java.io.EOFException: unexpected stream termination
at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:459)
at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:404)
at hudson.slaves.Channels.forProcess(Channels.java:121)
at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:298)
at hudson.maven.ProcessCache.get(ProcessCache.java:237)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(A

[jira] [Commented] (JCLOUDS-1585) Unable to use Google Cloud Storage provider inside a Google Cloud environment

2024-02-27 Thread Aliaksandr (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17821250#comment-17821250
 ] 

Aliaksandr commented on JCLOUDS-1585:
-

[~gaul]  

Are there any plans to fix the issue soon?

> Unable to use Google Cloud Storage provider inside a Google Cloud environment
> -
>
> Key: JCLOUDS-1585
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1585
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.4.0
> Environment: Google dataproc cluster with 1.5-ubuntu18 image version
>Reporter: Alexis BRENON
>Priority: Major
>  Labels: google-cloud-storage, help-wanted
>
> To generate a Google Storage blobstore, user needs to pass credentials 
> composed of identity and private key.
> However, when running the application inside a Google Cloud environment 
> (Compute Engine, Dataproc, etc.) these credentials are not available and 
> suitable creadentials can be fetched through [Application Default Credentials 
> library|https://cloud.google.com/docs/authentication/production#automatically].
> This bug prevents anyone to use the GCS blobstore inside GCP environment as 
> already reported on 
> [StackOverflow|https://stackoverflow.com/q/56279711/4373898].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)