Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Build failed in Jenkins: rdf4j-develop-deploy #82

See <https://ci.eclipse.org/rdf4j/job/rdf4j-develop-deploy/82/display/redirect?page=changes>

Changes:

[github] GH-2009 Update to java 13 for Github Actions (#2012)


------------------------------------------
[...truncated 2.26 KB...]
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-rdf4j"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-6d0rl in workspace <https://ci.eclipse.org/rdf4j/job/rdf4j-develop-deploy/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/rdf4j.git
 > git init <https://ci.eclipse.org/rdf4j/job/rdf4j-develop-deploy/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/rdf4j.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/rdf4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/rdf4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/rdf4j.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/rdf4j.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/rdf4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision dec890bc79bce66910cf40779e5f7b9f79110faf (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dec890bc79bce66910cf40779e5f7b9f79110faf # timeout=10
Commit message: "Merge pull request #2217 from eclipse/master"
 > git rev-list --no-walk 705a98faf14504d59004e54f715ca8aaea479fb8 # timeout=10
[rdf4j-develop-deploy] $ /bin/sh -xe /tmp/jenkins7271729546104585976.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 7FAA78B1C3FFDD85: public key "Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 7FAA78B1C3FFDD85: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 568A177DC23736311CF73C987FAA78B1C3FFDD85 trust
Secret subkeys are available.

pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ unknown] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>

pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ unknown] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: ultimate      validity: unknown
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ unknown] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key F3E8ABFEADC8FF4BAF6A59878C77BC44CD11D499 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2021-05-02
pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ultimate] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>

pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ultimate] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/7FAA78B1C3FFDD85
     created: 2016-05-03  expires: 2021-05-02  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/8C77BC44CD11D499
     created: 2016-05-03  expires: 2021-05-02  usage: S   
[ultimate] (1). Eclipse RDF4J project <rdf4j-dev@xxxxxxxxxxx>

Parsing POMs
Failed to transfer Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.9 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Failed to transfer file https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom with status code 503
[rdf4j-develop-deploy] $ /opt/tools/apache-maven/latest/bin/mvn -Dmaven.multiModuleProjectDirectory=<https://ci.eclipse.org/rdf4j/job/rdf4j-develop-deploy/ws/> deploy -Possrh -Pquick --batch-mode
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ssh-external:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ssh-external:jar:2.8 @ 
[ERROR] Non-resolvable import POM: Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.9 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Transfer failed for https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom 503 Service Unavailable @ line 307, column 16
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.rdf4j:rdf4j:3.3.0-SNAPSHOT (<https://ci.eclipse.org/rdf4j/job/rdf4j-develop-deploy/ws/pom.xml)> has 2 errors
[ERROR]     Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ssh-external:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ssh-external:jar:2.8: Could not transfer artifact org.apache.maven.wagon:wagon-ssh-external:pom:2.8 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Transfer failed for https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.pom 503 Service Unavailable -> [Help 2]
[ERROR]     Non-resolvable import POM: Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.9 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Transfer failed for https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom 503 Service Unavailable @ line 307, column 16 -> [Help 3]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Failed to parse POMs
hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.9 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Failed to transfer file https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom with status code 503 @ line 307, column 16

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1390)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1126)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000C803FF50.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.130.12.1/10.130.12.1:33146
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:987)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.9 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Failed to transfer file https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom with status code 503 @ line 307, column 16

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:383)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1329)
	... 12 more


Back to the top