Skip to content

Console Output

Started by user Emily Jiang
Running as Emily Jiang
Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-1405b is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1405b"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1405b"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-1405b"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-1405b in /home/jenkins/agent/workspace/MicroProfile Releases
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-build-infra.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-build-infra.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases@tmp/jenkins-gitclient-ssh2457389127818189282.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1d9de0b3b0c9429ba54351bf5e7719e81675cedc (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10
Commit message: "Merge pull request #1 from Emily-Jiang/staging-fix"
 > git rev-list --no-walk 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-graphql.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-graphql.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql@tmp/jenkins-gitclient-ssh12325471747884385054.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-graphql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 67876ee135e1a032461be5379b654188915468ec (refs/remotes/origin/EE9)
Commit message: "Merge pull request #422 from Emily-Jiang/add-release-note"
 > git config remote.origin.url git@github.com:eclipse/microprofile-graphql.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/EE9^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67876ee135e1a032461be5379b654188915468ec # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b EE9 67876ee135e1a032461be5379b654188915468ec # timeout=10
 > git rev-list --no-walk 7e442b698e5a0ae5a8da26aee4ac9fa4b430ca03 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] 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 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2733B6177E5CD6D5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust
Secret subkeys are available.

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

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/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 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 2022-10-09
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

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/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-2liOBuYTAmbL/agent.397
SSH_AGENT_PID=399
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql@tmp/private_key_3069868057439483626.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql@tmp/private_key_3069868057439483626.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config --global user.email microprofile-bot@eclipse.org
+ git config --global user.name 'Eclipse MicroProfile bot'
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=2.0-RC3 -DdevelopmentVersion=2.0-SNAPSHOT -DreleaseVersion=2.0-RC3 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile GraphQL                                               [pom]
[INFO] MicroProfile GraphQL :: Specification                              [pom]
[INFO] MicroProfile GraphQL :: API                                        [jar]
[INFO] MicroProfile GraphQL :: TCK                                        [jar]
[INFO] 
[INFO] ----< org.eclipse.microprofile.graphql:microprofile-graphql-parent >----
[INFO] Building MicroProfile GraphQL 2.0-SNAPSHOT                         [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-graphql-parent ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile GraphQL'...
[INFO] Transforming 'MicroProfile GraphQL :: Specification'...
[INFO] Transforming 'MicroProfile GraphQL :: API'...
[INFO] Transforming 'MicroProfile GraphQL :: TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Not generating release POMs
[INFO] Executing goals 'verify'...
[INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
[INFO] Maven home: /opt/tools/apache-maven/3.8.3
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 4 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile GraphQL                                               [pom]
[INFO] [INFO] MicroProfile GraphQL :: Specification                              [pom]
[INFO] [INFO] MicroProfile GraphQL :: API                                        [jar]
[INFO] [INFO] MicroProfile GraphQL :: TCK                                        [jar]
[INFO] [INFO] 
[INFO] [INFO] ----< org.eclipse.microprofile.graphql:microprofile-graphql-parent >----
[INFO] [INFO] Building MicroProfile GraphQL 2.0-RC3                              [1/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.020
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-parent ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-spec >-----
[INFO] [INFO] Building MicroProfile GraphQL :: Specification 2.0-RC3             [2/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 21 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 21 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-spec ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-graphql-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 26: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 29: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/main/asciidoc/microprofile-graphql-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-graphql-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 26: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 29: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/spec/src/main/asciidoc/microprofile-graphql-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-api >------
[INFO] [INFO] Building MicroProfile GraphQL :: API 2.0-RC3                       [3/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 27
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         27 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          1s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-api ---
[INFO] [INFO]  Total Files Processed: 27 in 00:00.511
[INFO] [INFO]         Already Sorted: 27
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-graphql-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-graphql-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-graphql-api ---
[INFO] [INFO] Surefire report directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@2a098129
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-tests.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-graphql-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-graphql-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.graphql:microprofile-graphql-api:java-source:sources:2.0-RC3 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-graphql-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-graphql-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/ConfigKey.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/DateFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/DefaultValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Description.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Enum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLException.ExceptionType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Id.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Ignore.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Input.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Interface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Mutation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Name.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/NonNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/NumberFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Query.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Source.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Source.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Query.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/NumberFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/NonNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Name.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Mutation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Interface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Input.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Ignore.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Id.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLException.ExceptionType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Enum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Description.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/DefaultValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/DateFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/ConfigKey.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/org/eclipse/microprofile/graphql/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Configuration changed, re-generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/DefaultValueTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/EnumTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/IgnoreTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/InputTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/MutationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/NameTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/QueryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/TypeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/NameTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/DefaultValueTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/QueryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/InputTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/MutationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/TypeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/EnumTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/IgnoreTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/org/eclipse/microprofile/graphql/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/testapidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-graphql-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:(,2.0-RC3) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] [INFO] The baseline version was found to be 1.1.0
[INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:2.0-RC3 against org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:1.1.0
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-tck >------
[INFO] [INFO] Building MicroProfile GraphQL :: TCK 2.0-RC3                       [4/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 36 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 36 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 35
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         35 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          0s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-tck ---
[INFO] [INFO]  Total Files Processed: 35 in 00:00.323
[INFO] [INFO]         Already Sorted: 35
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 308 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-graphql-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/classes
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java uses unchecked or unsafe operations.
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-graphql-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-graphql-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-graphql-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/microprofile-graphql-tck-2.0-RC3.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-graphql-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 36 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 36 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-graphql-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-graphql-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.graphql:microprofile-graphql-tck:java-source:sources:2.0-RC3 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.basic.api...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.api...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.db...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.model...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic.execution...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic.schema...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicEnum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicInput.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicInterface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/ScalarHolder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/ScalarTestApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/CsvIOException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/FlawNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/HeroFinder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/SuperHeroLookupException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/WeaknessNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/DuplicateSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/DuplicateSuperHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/HeroDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/HeroLocator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/SidekickDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownTeamException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Character.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Item.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Sidekick.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/SuperHero.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/SuperHero.ShirtSize.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Team.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Token.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/UnknownCharacterException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/DeployableUnit.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/DynamicPaths.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/ExecutionDynamicTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/SchemaDynamicValidityTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/PrintUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/SchemaTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/ScalarTestApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/ScalarHolder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicInterface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicInput.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicEnum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/WeaknessNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/SuperHeroLookupException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/HeroFinder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/FlawNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/CsvIOException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownTeamException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/SidekickDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/HeroLocator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/HeroDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/DuplicateSuperHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/DuplicateSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/UnknownCharacterException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Token.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Team.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/SuperHero.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/SuperHero.ShirtSize.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Sidekick.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Item.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Character.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/SchemaDynamicValidityTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/ExecutionDynamicTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/DynamicPaths.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/DeployableUnit.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/PrintUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/GraphQLTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/class-use/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/class-use/SchemaTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-tck ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile GraphQL 2.0-RC3:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile GraphQL ............................... SUCCESS [ 16.152 s]
[INFO] [INFO] MicroProfile GraphQL :: Specification .............. SUCCESS [ 29.080 s]
[INFO] [INFO] MicroProfile GraphQL :: API ........................ SUCCESS [ 19.467 s]
[INFO] [INFO] MicroProfile GraphQL :: TCK ........................ SUCCESS [  7.116 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:15 min
[INFO] [INFO] Finished at: 2022-02-09T23:21:25Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git commit --verbose -F /tmp/maven-scm-1709722940.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git push git@github.com:eclipse/microprofile-graphql.git refs/heads/EE9:refs/heads/EE9
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Tagging release with the label 2.0-RC3...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git tag -F /tmp/maven-scm-731906581.commit 2.0-RC3
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git push git@github.com:eclipse/microprofile-graphql.git refs/tags/2.0-RC3
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Transforming 'MicroProfile GraphQL'...
[INFO] Transforming 'MicroProfile GraphQL :: Specification'...
[INFO] Transforming 'MicroProfile GraphQL :: API'...
[INFO] Transforming 'MicroProfile GraphQL :: TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git commit --verbose -F /tmp/maven-scm-1758169459.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql" && git push git@github.com:eclipse/microprofile-graphql.git refs/heads/EE9:refs/heads/EE9
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-graphql-parent ---
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target" && git clone --branch 2.0-RC3 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout" && git checkout 2.0-RC3
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
[INFO] Maven home: /opt/tools/apache-maven/3.8.3
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.graphql:microprofile-graphql-spec:pom:2.0-RC3
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:2.0-RC3
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.graphql:microprofile-graphql-tck:jar:2.0-RC3
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.graphql:microprofile-graphql-parent:pom:2.0-RC3
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] Inspecting build with total of 4 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile GraphQL                                               [pom]
[INFO] [INFO] MicroProfile GraphQL :: Specification                              [pom]
[INFO] [INFO] MicroProfile GraphQL :: API                                        [jar]
[INFO] [INFO] MicroProfile GraphQL :: TCK                                        [jar]
[INFO] [INFO] 
[INFO] [INFO] ----< org.eclipse.microprofile.graphql:microprofile-graphql-parent >----
[INFO] [INFO] Building MicroProfile GraphQL 2.0-RC3                              [1/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.007
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-parent ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-graphql-parent ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-parent/2.0-RC3/microprofile-graphql-parent-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/microprofile-graphql-parent-2.0-RC3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-parent/2.0-RC3/microprofile-graphql-parent-2.0-RC3.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-graphql-parent ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-parent/2.0-RC3/microprofile-graphql-parent-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/microprofile-graphql-parent-2.0-RC3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-parent/2.0-RC3/microprofile-graphql-parent-2.0-RC3.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-spec >-----
[INFO] [INFO] Building MicroProfile GraphQL :: Specification 2.0-RC3             [2/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 21 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 21 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-spec ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-graphql-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 26: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 29: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/main/asciidoc/microprofile-graphql-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-graphql-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 26: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 29: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/src/main/asciidoc/microprofile-graphql-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-spec ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-graphql-spec ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/microprofile-graphql-spec-2.0-RC3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/gpg/target/generated-docs/microprofile-graphql-spec-2.0-RC3.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/gpg/target/generated-docs/microprofile-graphql-spec-2.0-RC3.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.html.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-graphql-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/microprofile-graphql-spec-2.0-RC3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/gpg/target/generated-docs/microprofile-graphql-spec-2.0-RC3.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/spec/target/gpg/target/generated-docs/microprofile-graphql-spec-2.0-RC3.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-spec/2.0-RC3/microprofile-graphql-spec-2.0-RC3.html.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-api >------
[INFO] [INFO] Building MicroProfile GraphQL :: API 2.0-RC3                       [3/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 27
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         27 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          1s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-api ---
[INFO] [INFO]  Total Files Processed: 27 in 00:00.563
[INFO] [INFO]         Already Sorted: 27
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-graphql-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-graphql-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-graphql-api ---
[INFO] [INFO] Surefire report directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@2a098129
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-tests.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-graphql-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-graphql-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.graphql:microprofile-graphql-api:java-source:sources:2.0-RC3 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-graphql-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-graphql-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-graphql-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/ConfigKey.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/DateFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/DefaultValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Description.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Enum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/GraphQLException.ExceptionType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Id.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Ignore.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Input.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Interface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Mutation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Name.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/NonNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/NumberFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Query.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Source.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Source.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Query.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/NumberFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/NonNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Name.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Mutation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Interface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Input.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Ignore.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Id.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLException.ExceptionType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/GraphQLApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Enum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/Description.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/DefaultValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/DateFormat.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/class-use/ConfigKey.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/org/eclipse/microprofile/graphql/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-graphql-api ---
[INFO] [INFO] Configuration changed, re-generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/DefaultValueTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/EnumTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/IgnoreTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/InputTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/MutationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/NameTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/QueryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/TypeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/QueryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/TypeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/DefaultValueTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/EnumTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/IgnoreTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/InputTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/MutationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/class-use/NameTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/org/eclipse/microprofile/graphql/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/testapidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-graphql-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:(,2.0-RC3) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] [INFO] The baseline version was found to be 1.1.0
[INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:2.0-RC3 against org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:1.1.0
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-graphql-api ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-tests.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-tests.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-tests.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-javadoc.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-graphql-api ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-tests.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-tests.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-tests.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-tests.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-javadoc.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-api/2.0-RC3/microprofile-graphql-api-2.0-RC3-test-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.graphql:microprofile-graphql-tck >------
[INFO] [INFO] Building MicroProfile GraphQL :: TCK 2.0-RC3                       [4/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 36 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 36 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 35
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         35 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          0s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-graphql-tck ---
[INFO] [INFO]  Total Files Processed: 35 in 00:00.497
[INFO] [INFO]         Already Sorted: 35
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 308 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-graphql-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/classes
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java uses unchecked or unsafe operations.
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/src/main/java/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-graphql-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-graphql-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-graphql-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-graphql-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-graphql-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-graphql-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 63 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 36 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 36 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-graphql-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-graphql-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-graphql-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-graphql-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-graphql-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-graphql-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.graphql:microprofile-graphql-tck:java-source:sources:2.0-RC3 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-graphql-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.basic.api...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.api...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.db...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.apps.superhero.model...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic.execution...
[INFO] Loading source files for package org.eclipse.microprofile.graphql.tck.dynamic.schema...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicEnum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicInput.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicInterface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/BasicType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/ScalarHolder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/ScalarTestApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/CsvIOException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/FlawNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/HeroFinder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/SuperHeroLookupException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/WeaknessNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/DuplicateSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/DuplicateSuperHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/HeroDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/HeroLocator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/SidekickDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/UnknownTeamException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Character.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Item.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Sidekick.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/SuperHero.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/SuperHero.ShirtSize.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Team.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/Token.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/UnknownCharacterException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/DeployableUnit.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/DynamicPaths.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/ExecutionDynamicTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/SchemaDynamicValidityTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/GraphQLTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/PrintUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/SchemaTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/ScalarTestApi.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/ScalarHolder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicInterface.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicInput.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/class-use/BasicEnum.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/WeaknessNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/SuperHeroLookupException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/HeroFinder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/FlawNotFoundException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/class-use/CsvIOException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownTeamException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/UnknownHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/SidekickDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/HeroLocator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/HeroDatabase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/DuplicateSuperHeroException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/class-use/DuplicateSidekickException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/UnknownCharacterException.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Token.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Team.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/SuperHero.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/SuperHero.ShirtSize.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Sidekick.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Item.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/class-use/Character.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/SchemaDynamicValidityTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/ExecutionDynamicTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/DynamicPaths.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/class-use/DeployableUnit.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/PrintUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/class-use/GraphQLTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/class-use/TestData.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/class-use/SchemaTestDataProvider.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/basic/api/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/api/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/db/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/apps/superhero/model/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/execution/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/org/eclipse/microprofile/graphql/tck/dynamic/schema/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-graphql-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-graphql-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-graphql-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/tck/target/microprofile-graphql-tck-2.0-RC3-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/graphql/microprofile-graphql-tck/2.0-RC3/microprofile-graphql-tck-2.0-RC3-javadoc.jar.asc
[INFO] [INFO] Performing remote staging...
[INFO] [INFO] 
[INFO] [INFO]  * Remote staging into staging profile ID "72ca920b8d0826"
[INFO] [INFO]  * Created staging repository with ID "orgeclipsemicroprofile-1573".
[INFO] [INFO]  * Uploading locally staged artifacts to profile org.eclipse.microprofile
[INFO] [INFO]  * Upload of locally staged artifacts finished.
[INFO] [INFO]  * Closing staging repository with ID "orgeclipsemicroprofile-1573".
[INFO] 
[INFO] Waiting for operation to complete.............
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile GraphQL 2.0-RC3:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile GraphQL ............................... SUCCESS [  5.452 s]
[INFO] [INFO] MicroProfile GraphQL :: Specification .............. SUCCESS [ 25.535 s]
[INFO] [INFO] MicroProfile GraphQL :: API ........................ SUCCESS [ 12.906 s]
[INFO] [INFO] MicroProfile GraphQL :: TCK ........................ SUCCESS [ 45.333 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:30 min
[INFO] [INFO] Finished at: 2022-02-09T23:23:00Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile GraphQL 2.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile GraphQL ............................... SUCCESS [03:02 min]
[INFO] MicroProfile GraphQL :: Specification .............. SKIPPED
[INFO] MicroProfile GraphQL :: API ........................ SKIPPED
[INFO] MicroProfile GraphQL :: TCK ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:09 min
[INFO] Finished at: 2022-02-09T23:23:00Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 399 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-Zg0JeVuOkRGd/agent.1364
SSH_AGENT_PID=1366
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql@tmp/private_key_998874624973881884.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql@tmp/private_key_998874624973881884.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3
[Pipeline] sh
+ scp -r spec/target/generated-docs/components spec/target/generated-docs/entities spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.html spec/target/generated-docs/microprofile-graphql-spec-2.0-RC3.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ scp api/target/microprofile-graphql-api-2.0-RC3.jar api/target/microprofile-graphql-api-2.0-RC3-javadoc.jar api/target/microprofile-graphql-api-2.0-RC3-sources.jar api/target/microprofile-graphql-api-2.0-RC3-test-javadoc.jar api/target/microprofile-graphql-api-2.0-RC3-tests.jar api/target/microprofile-graphql-api-2.0-RC3-test-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3/
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3/apidocs
[Pipeline] sh
+ scp -r api/target/apidocs/allclasses-frame.html api/target/apidocs/allclasses-noframe.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/licenses api/target/apidocs/org api/target/apidocs/overview-tree.html api/target/apidocs/package-list api/target/apidocs/script.js api/target/apidocs/serialized-form.html api/target/apidocs/stylesheet.css genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3/apidocs
[Pipeline] fileExists
[Pipeline] sh
+ find tck -name '*.jar'
+ xargs '-I{}' scp '{}' genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-graphql-2.0-RC3/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1366 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-graphql
[Pipeline] {
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] sh
+ rm -f ../output-settings.xml
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS