Skip to content

Console Output

Started by user james@lightbend.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Jenkins in /home/hudson/genie.microprofile/.jenkins/jobs/MicroProfile Reactive Release Test/workspace
[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] git
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-reactive.git
 > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/MicroProfile Reactive Release Test/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-reactive.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-reactive.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-reactive.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-reactive.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-reactive.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-reactive.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/streams-only^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/streams-only^{commit} # timeout=10
Checking out Revision 2b8d2c573027c0fbc2f8dfe2d379f2ae87ddcfe5 (refs/remotes/origin/streams-only)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 2b8d2c573027c0fbc2f8dfe2d379f2ae87ddcfe5
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b streams-only 2b8d2c573027c0fbc2f8dfe2d379f2ae87ddcfe5
Commit message: "Removed messaging project from this repo"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mvn -s /opt/public/hipp/homes/genie.microprofile/.m2/settings-deploy-ossrh.xml release:prepare release:perform -B -Dtag=1.0.0-M1 -DdevelopmentVersion=1.0.0-SNAPSHOT -DreleaseVersion=1.0.0-M1 -Drevremark=Draft
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0-SNAPSHOT, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/pom.xml, line 254, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/pom.xml, line 88, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/pom.xml, line 102, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec:pom:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0-SNAPSHOT, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/pom.xml, line 254, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:pom:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ line 254, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Reactive Streams Support                              [pom]
[INFO] MicroProfile Reactive Streams Operators                            [jar]
[INFO] MicroProfile Reactive Streams Operators TCK                        [jar]
[INFO] MicroProfile Reactive Streams Operators TCK Arquillian             [jar]
[INFO] MicroProfile Reactive Streams Operators Specification              [pom]
[INFO] 
[INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent >--
[INFO] Building MicroProfile Reactive Streams Support 1.0-SNAPSHOT        [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-reactive-streams-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 "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile Reactive Streams Support'...
[INFO] Transforming 'MicroProfile Reactive Streams Operators'...
[INFO] Transforming 'MicroProfile Reactive Streams Operators TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Streams Operators TCK Arquillian'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Streams Operators Specification'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom (0 B at 0 B/s)
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloading from microprofile.repo.eclipse.org: https://repo.eclipse.org/content/groups/microprofile/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (0 B at 0 B/s)
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar (0 B at 0 B/s)
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (0 B at 0 B/s)
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0 B/s)
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar (0 B at 0 B/s)
[INFO] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar (0 B at 0 B/s)
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/pom.xml, line 253, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/pom.xml, line 87, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/pom.xml, line 101, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec:pom:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/pom.xml, line 253, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:pom:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ line 253, column 21
[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 5 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Streams Support                              [pom]
[INFO] [INFO] MicroProfile Reactive Streams Operators                            [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK                        [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK Arquillian             [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators Specification              [pom]
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent >--
[INFO] [INFO] Building MicroProfile Reactive Streams Support 1.0.0-M1            [1/5]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 78 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1 (provided)
[INFO] [WARNING] Try running the build up to the lifecycle phase "package"
[INFO] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1 (provided)
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0.0-M1 (compile)
[INFO] [WARNING] Try running the build up to the lifecycle phase "package"
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-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-reactive-streams-parent ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators 1.0.0-M1          [2/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 16 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/classes
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java: Some input files use unchecked or unsafe operations.
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/CompletionRunner.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/GraphAccessor.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/PublisherBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/ReactiveStreams.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/SubscriberBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Graph.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/ReactiveStreamsEngine.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Cancel.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Collect.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Concat.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Distinct.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.DropWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Failed.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Filter.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FindFirst.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMap.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMapCompletionStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMapIterable.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Inlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Limit.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Map.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Of.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnComplete.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnError.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnErrorResume.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnErrorResumeWith.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnTerminate.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Outlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Peek.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.ProcessorStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.PublisherStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Skip.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.SubscriberStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.TakeWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/UnsupportedStageException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/serialized-form.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/SubscriberBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/ReactiveStreams.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/PublisherBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/ProcessorBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/GraphAccessor.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/CompletionSubscriber.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/CompletionRunner.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/UnsupportedStageException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Inlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Outlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Map.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Peek.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Filter.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.DropWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Skip.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Limit.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Distinct.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.TakeWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.PublisherStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Of.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.ProcessorStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FindFirst.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.SubscriberStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Collect.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMap.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMapCompletionStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMapIterable.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnError.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnTerminate.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnComplete.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnErrorResume.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnErrorResumeWith.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Failed.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Concat.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Cancel.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/ReactiveStreamsEngine.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Graph.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/apidocs/help-doc.html...
[INFO] 14 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.java:56: warning: no @param for <T>
[INFO] [WARNING] public static <T, R> CompletionSubscriber<T, R> of(Subscriber<T> subscriber, CompletionStage<R> completion) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.java:56: warning: no @param for <R>
[INFO] [WARNING] public static <T, R> CompletionSubscriber<T, R> of(Subscriber<T> subscriber, CompletionStage<R> completion) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:377: warning: no @param for <S>
[INFO] [WARNING] public <S> SubscriberBuilder<T, S> to(SubscriberBuilder<R, S> subscriber) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:491: warning: no @param for <S>
[INFO] [WARNING] public <S> ProcessorBuilder<T, S> via(ProcessorBuilder<R, S> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:502: warning: no @param for <S>
[INFO] [WARNING] public <S> ProcessorBuilder<T, S> via(Processor<R, S> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:375: warning: no @param for <R>
[INFO] [WARNING] public <R> CompletionRunner<R> to(SubscriberBuilder<T, R> subscriber) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:386: warning: no @param for <R>
[INFO] [WARNING] public <R> PublisherBuilder<R> via(ProcessorBuilder<T, R> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:396: warning: no @param for <R>
[INFO] [WARNING] public <R> PublisherBuilder<R> via(Processor<T, R> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:469: warning: no @param for <S>
[INFO] [WARNING] public <S> PublisherBuilder<S> onErrorResumeWithPublisher(Function<Throwable, Publisher<? extends S>> errorHandler) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:78: warning: no @return
[INFO] [WARNING] public Collection<Stage> getStages() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:86: warning: no @return
[INFO] [WARNING] public boolean hasInlet() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:94: warning: no @return
[INFO] [WARNING] public boolean hasOutlet() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/package-info.java:28: warning: empty <p> tag
[INFO] [WARNING] * <p>
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/src/main/java/org/eclipse/microprofile/reactive/streams/package-info.java:68: warning: empty <p> tag
[INFO] [WARNING] * <p>
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators TCK 1.0.0-M1      [3/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 34 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/classes
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.java: Some input files use unchecked or unsafe operations.
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Surefire report directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Running org.eclipse.microprofile.reactive.streams.tck.TckTest
[INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@17d10166
[INFO] Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 165, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.api...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/CompletionRunnerVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/CompletionSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/GraphAccessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ProcessorBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/PublisherBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ReactiveStreamsApiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ReactiveStreamsVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/SubscriberBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CancelStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CancelStageVerification.SubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CollectStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/ConcatStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DistinctStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DistinctStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DropWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/EmptyProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/EmptyProcessorVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FilterStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FindFirstStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapIterableStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapIterableStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.InnerSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.OuterProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/LimitStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/LimitStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/MapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/MapStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OfStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OfStageVerification.PublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeWithPublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeWithVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnCompleteVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnErrorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnTerminateVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/PeekStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/PeekStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/QuietRuntimeException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/ReactiveStreamsSpiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/SkipStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/SubscriberStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/TakeWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/TakeWhileStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/serialized-form.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/class-use/ReactiveStreamsTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/SubscriberBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ReactiveStreamsVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ReactiveStreamsApiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/PublisherBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ProcessorBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/GraphAccessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/CompletionSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/CompletionRunnerVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/TakeWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/TakeWhileStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/SubscriberStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/SkipStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/ReactiveStreamsSpiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/QuietRuntimeException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/PeekStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/PeekStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnCompleteVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnTerminateVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnErrorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeWithVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeWithPublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OfStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OfStageVerification.PublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/MapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/MapStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/LimitStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/LimitStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.OuterProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.InnerSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapIterableStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapIterableStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapCompletionStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapCompletionStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FindFirstStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FilterStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/EmptyProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/EmptyProcessorVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DropWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DistinctStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DistinctStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/ConcatStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CollectStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CancelStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CancelStageVerification.SubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:57: warning: no @return
[INFO] [WARNING] protected abstract E createEngine();
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:62: warning: no @param for engine
[INFO] [WARNING] protected void shutdownEngine(E engine) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:69: warning: no @param for test
[INFO] [WARNING] protected boolean isEnabled(Object test) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:69: warning: no @return
[INFO] [WARNING] protected boolean isEnabled(Object test) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators TCK Arquillian 1.0.0-M1 [4/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators-tck-arquillian >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators-tck-arquillian <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.arquillian...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/ReactiveStreamsArquillianTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/ReactiveStreamsCdiTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/class-use/ReactiveStreamsCdiTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/class-use/ReactiveStreamsArquillianTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/apidocs/help-doc.html...
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators Specification 1.0.0-M1 [5/5]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 9 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 9 resources
[INFO] [INFO] Copying file images/change-shape.svg
[INFO] [INFO] Copying file images/closed-graph-builder.svg
[INFO] [INFO] Copying file images/picture-sources.odg
[INFO] [INFO] Copying file images/processor-builder.svg
[INFO] [INFO] Copying file images/processor-stage.svg
[INFO] [INFO] Copying file images/publisher-builder.svg
[INFO] [INFO] Copying file images/publisher-stage.svg
[INFO] [INFO] Copying file images/subscriber-builder.svg
[INFO] [INFO] Copying file images/subscriber-stage.svg
[INFO] [INFO] Rendered /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/spec/src/main/asciidoc/microprofile-reactive-streams-operators-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 9 resources
[INFO] [INFO] Copying file images/change-shape.svg
[INFO] [INFO] Copying file images/closed-graph-builder.svg
[INFO] [INFO] Copying file images/picture-sources.odg
[INFO] [INFO] Copying file images/processor-builder.svg
[INFO] [INFO] Copying file images/processor-stage.svg
[INFO] [INFO] Copying file images/publisher-builder.svg
[INFO] [INFO] Copying file images/publisher-stage.svg
[INFO] [INFO] Copying file images/subscriber-builder.svg
[INFO] [INFO] Copying file images/subscriber-stage.svg
[INFO] [INFO] Rendered /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/spec/src/main/asciidoc/microprofile-reactive-streams-operators-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-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-reactive-streams-operators-spec ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Streams Support 1.0.0-M1 ..... SUCCESS [  5.785 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators ............ SUCCESS [  5.195 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK ........ SUCCESS [  8.937 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK Arquillian SUCCESS [  1.852 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators Specification 1.0.0-M1 SUCCESS [ 17.144 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 45.063 s
[INFO] [INFO] Finished at: 2018-08-08T21:06:33-04:00
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git add -- pom.xml api/pom.xml tck/pom.xml tck-arquillian/pom.xml spec/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[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-arquillian/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git commit --verbose -F /tmp/genie.microprofile/maven-scm-2145976858.commit pom.xml api/pom.xml tck/pom.xml tck-arquillian/pom.xml spec/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git symbolic-ref HEAD
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git push git@github.com:eclipse/microprofile-reactive.git refs/heads/streams-only:refs/heads/streams-only
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Tagging release with the label 1.0.0-M1...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git tag -F /tmp/genie.microprofile/maven-scm-2126396859.commit 1.0.0-M1
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git push git@github.com:eclipse/microprofile-reactive.git refs/tags/1.0.0-M1
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git ls-files
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Transforming 'MicroProfile Reactive Streams Support'...
[INFO] Transforming 'MicroProfile Reactive Streams Operators'...
[INFO] Transforming 'MicroProfile Reactive Streams Operators TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Streams Operators TCK Arquillian'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Streams Operators Specification'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git add -- pom.xml api/pom.xml tck/pom.xml tck-arquillian/pom.xml spec/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[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-arquillian/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git commit --verbose -F /tmp/genie.microprofile/maven-scm-1107215320.commit pom.xml api/pom.xml tck/pom.xml tck-arquillian/pom.xml spec/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git symbolic-ref HEAD
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace" && git push git@github.com:eclipse/microprofile-reactive.git refs/heads/streams-only:refs/heads/streams-only
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-reactive-streams-parent ---
[INFO] Performing a LOCAL checkout from scm:git:file:///jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target" && git clone --branch 1.0.0-M1 'file:///jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace' '/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout'
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target
[INFO] Executing: /bin/sh -c cd /tmp/genie.microprofile && git ls-remote 'file:///jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace'
[INFO] Working directory: /tmp/genie.microprofile
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout" && git fetch 'file:///jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace'
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout" && git checkout 1.0.0-M1
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout" && git ls-files
[INFO] Working directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout
[INFO] Invoking perform goals in directory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/pom.xml, line 253, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/pom.xml, line 87, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:jar:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:[unknown-version], /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/pom.xml, line 101, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec:pom:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1, /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/pom.xml, line 253, column 21
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:pom:1.0.0-M1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ line 253, column 21
[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 5 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Streams Support                              [pom]
[INFO] [INFO] MicroProfile Reactive Streams Operators                            [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK                        [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK Arquillian             [jar]
[INFO] [INFO] MicroProfile Reactive Streams Operators Specification              [pom]
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent >--
[INFO] [INFO] Building MicroProfile Reactive Streams Support 1.0.0-M1            [1/5]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 78 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1 (provided)
[INFO] [WARNING] Try running the build up to the lifecycle phase "package"
[INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0.0-M1 (provided)
[INFO] [WARNING] o org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0.0-M1 (compile)
[INFO] [WARNING] Try running the build up to the lifecycle phase "package"
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-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-reactive-streams-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-streams-parent ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/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.9-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/pom.xml to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators 1.0.0-M1          [2/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 16 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/classes
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java: Some input files use unchecked or unsafe operations.
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/CompletionRunner.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/GraphAccessor.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/PublisherBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/ReactiveStreams.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/SubscriberBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Graph.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/ReactiveStreamsEngine.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Cancel.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Collect.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Concat.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Distinct.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.DropWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Failed.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Filter.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FindFirst.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMap.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMapCompletionStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.FlatMapIterable.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Inlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Limit.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Map.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Of.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnComplete.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnError.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnErrorResume.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnErrorResumeWith.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.OnTerminate.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Outlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Peek.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.ProcessorStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.PublisherStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.Skip.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.SubscriberStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/Stage.TakeWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/UnsupportedStageException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/serialized-form.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/SubscriberBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/ReactiveStreams.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/PublisherBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/ProcessorBuilder.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/GraphAccessor.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/CompletionSubscriber.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/class-use/CompletionRunner.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/UnsupportedStageException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Inlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Outlet.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Map.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Peek.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Filter.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.DropWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Skip.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Limit.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Distinct.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.TakeWhile.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.PublisherStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Of.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.ProcessorStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FindFirst.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.SubscriberStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Collect.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMap.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMapCompletionStage.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.FlatMapIterable.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnError.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnTerminate.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnComplete.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnErrorResume.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.OnErrorResumeWith.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Failed.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Concat.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Stage.Cancel.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/ReactiveStreamsEngine.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/class-use/Graph.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/streams/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/apidocs/help-doc.html...
[INFO] 14 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.java:56: warning: no @param for <T>
[INFO] [WARNING] public static <T, R> CompletionSubscriber<T, R> of(Subscriber<T> subscriber, CompletionStage<R> completion) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/CompletionSubscriber.java:56: warning: no @param for <R>
[INFO] [WARNING] public static <T, R> CompletionSubscriber<T, R> of(Subscriber<T> subscriber, CompletionStage<R> completion) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:377: warning: no @param for <S>
[INFO] [WARNING] public <S> SubscriberBuilder<T, S> to(SubscriberBuilder<R, S> subscriber) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:491: warning: no @param for <S>
[INFO] [WARNING] public <S> ProcessorBuilder<T, S> via(ProcessorBuilder<R, S> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/ProcessorBuilder.java:502: warning: no @param for <S>
[INFO] [WARNING] public <S> ProcessorBuilder<T, S> via(Processor<R, S> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:375: warning: no @param for <R>
[INFO] [WARNING] public <R> CompletionRunner<R> to(SubscriberBuilder<T, R> subscriber) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:386: warning: no @param for <R>
[INFO] [WARNING] public <R> PublisherBuilder<R> via(ProcessorBuilder<T, R> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:396: warning: no @param for <R>
[INFO] [WARNING] public <R> PublisherBuilder<R> via(Processor<T, R> processor) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/PublisherBuilder.java:469: warning: no @param for <S>
[INFO] [WARNING] public <S> PublisherBuilder<S> onErrorResumeWithPublisher(Function<Throwable, Publisher<? extends S>> errorHandler) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:78: warning: no @return
[INFO] [WARNING] public Collection<Stage> getStages() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:86: warning: no @return
[INFO] [WARNING] public boolean hasInlet() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/spi/Graph.java:94: warning: no @return
[INFO] [WARNING] public boolean hasOutlet() {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/package-info.java:28: warning: empty <p> tag
[INFO] [WARNING] * <p>
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/src/main/java/org/eclipse/microprofile/reactive/streams/package-info.java:68: warning: empty <p> tag
[INFO] [WARNING] * <p>
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-streams-operators ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/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.9-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/pom.xml to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/api/target/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators TCK 1.0.0-M1      [3/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 34 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/classes
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.java: Some input files use unchecked or unsafe operations.
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Surefire report directory: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Running org.eclipse.microprofile.reactive.streams.tck.TckTest
[INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@17d10166
[INFO] Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 165, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.api...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/CompletionRunnerVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/CompletionSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/GraphAccessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ProcessorBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/PublisherBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ReactiveStreamsApiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/ReactiveStreamsVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/SubscriberBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CancelStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CancelStageVerification.SubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/CollectStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/ConcatStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DistinctStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DistinctStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/DropWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/EmptyProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/EmptyProcessorVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FilterStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FindFirstStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapCompletionStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapIterableStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapIterableStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.InnerSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/FlatMapStageVerification.OuterProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/LimitStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/LimitStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/MapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/MapStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OfStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OfStageVerification.PublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeWithPublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnErrorResumeStageVerification.OnErrorResumeWithVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnCompleteVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnErrorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/OnStagesVerification.OnTerminateVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/PeekStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/PeekStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/QuietRuntimeException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/ReactiveStreamsSpiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/SkipStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/SubscriberStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/TakeWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/TakeWhileStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/serialized-form.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/class-use/ReactiveStreamsTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/SubscriberBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ReactiveStreamsVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ReactiveStreamsApiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/PublisherBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/ProcessorBuilderVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/GraphAccessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/CompletionSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/class-use/CompletionRunnerVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/TakeWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/TakeWhileStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/SubscriberStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/SkipStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/ReactiveStreamsSpiVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/QuietRuntimeException.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/PeekStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/PeekStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnCompleteVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnTerminateVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnStagesVerification.OnErrorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeWithVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OnErrorResumeStageVerification.OnErrorResumeWithPublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OfStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/OfStageVerification.PublisherVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/MapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/MapStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/LimitStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/LimitStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.OuterProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapStageVerification.InnerSubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapIterableStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapIterableStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapCompletionStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FlatMapCompletionStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FindFirstStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/FilterStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/EmptyProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/EmptyProcessorVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DropWhileStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DistinctStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/DistinctStageVerification.ProcessorVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/ConcatStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CollectStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CancelStageVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/class-use/CancelStageVerification.SubscriberVerification.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/api/package-use.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:57: warning: no @return
[INFO] [WARNING] protected abstract E createEngine();
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:62: warning: no @param for engine
[INFO] [WARNING] protected void shutdownEngine(E engine) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:69: warning: no @param for test
[INFO] [WARNING] protected boolean isEnabled(Object test) {
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/streams/tck/ReactiveStreamsTck.java:69: warning: no @return
[INFO] [WARNING] protected boolean isEnabled(Object test) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-streams-operators-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/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.9-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/pom.xml to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck/target/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators TCK Arquillian 1.0.0-M1 [4/5]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-streams-operators-tck-arquillian >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-streams-operators-tck-arquillian <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.streams.tck.arquillian...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/ReactiveStreamsArquillianTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/ReactiveStreamsCdiTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/class-use/ReactiveStreamsCdiTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/class-use/ReactiveStreamsArquillianTck.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/org/eclipse/microprofile/reactive/streams/tck/arquillian/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/apidocs/help-doc.html...
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Building jar: /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-streams-operators-tck-arquillian ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/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.9-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/pom.xml to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/tck-arquillian/target/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec >--
[INFO] [INFO] Building MicroProfile Reactive Streams Operators Specification 1.0.0-M1 [5/5]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: **/target
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 9 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 9 resources
[INFO] [INFO] Copying file images/change-shape.svg
[INFO] [INFO] Copying file images/closed-graph-builder.svg
[INFO] [INFO] Copying file images/picture-sources.odg
[INFO] [INFO] Copying file images/processor-builder.svg
[INFO] [INFO] Copying file images/processor-stage.svg
[INFO] [INFO] Copying file images/publisher-builder.svg
[INFO] [INFO] Copying file images/publisher-stage.svg
[INFO] [INFO] Copying file images/subscriber-builder.svg
[INFO] [INFO] Copying file images/subscriber-stage.svg
[INFO] [INFO] Rendered /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/src/main/asciidoc/microprofile-reactive-streams-operators-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 9 resources
[INFO] [INFO] Copying file images/change-shape.svg
[INFO] [INFO] Copying file images/closed-graph-builder.svg
[INFO] [INFO] Copying file images/picture-sources.odg
[INFO] [INFO] Copying file images/processor-builder.svg
[INFO] [INFO] Copying file images/processor-stage.svg
[INFO] [INFO] Copying file images/publisher-builder.svg
[INFO] [INFO] Copying file images/publisher-stage.svg
[INFO] [INFO] Copying file images/subscriber-builder.svg
[INFO] [INFO] Copying file images/subscriber-stage.svg
[INFO] [INFO] Rendered /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/src/main/asciidoc/microprofile-reactive-streams-operators-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-streams-operators-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-reactive-streams-operators-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/target/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-streams-operators-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/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.9-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/pom.xml to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/spec/target/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.asc to /jobs/genie.microprofile/MicroProfile Reactive Release Test/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.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-1110".
[INFO] [INFO]  * Uploading locally staged artifacts to profile org.eclipse.microprofile
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom.asc (819 B at 2.8 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/maven-metadata.xml (370 B at 1.1 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom.asc (819 B at 10 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/maven-metadata.xml (381 B at 886 B/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom.asc (819 B at 11 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/maven-metadata.xml (366 B at 968 B/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar.asc (819 B at 10 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom (4.7 kB at 20 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/maven-metadata.xml (371 B at 1.0 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar.asc (819 B at 10 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar.asc (819 B at 10 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar.asc (819 B at 10 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom.asc (819 B at 10 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/maven-metadata.xml (363 B at 947 B/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar (307 kB at 706 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar.asc (819 B at 11 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar (60 kB at 254 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar.asc (819 B at 11 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.jar (11 kB at 47 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1.pom (5.2 kB at 22 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-parent/1.0.0-M1/microprofile-reactive-streams-parent-1.0.0-M1.pom (14 kB at 63 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-sources.jar.asc (819 B at 9.8 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-spec/1.0.0-M1/microprofile-reactive-streams-operators-spec-1.0.0-M1.pom.asc (819 B at 11 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar (257 kB at 724 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-sources.jar (36 kB at 157 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-javadoc.jar (31 kB at 137 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1-javadoc.jar.asc (819 B at 11 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck-arquillian/1.0.0-M1/microprofile-reactive-streams-operators-tck-arquillian-1.0.0-M1-sources.jar (7.3 kB at 29 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.jar (50 kB at 217 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators/1.0.0-M1/microprofile-reactive-streams-operators-1.0.0-M1.pom (5.6 kB at 25 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1-javadoc.jar.asc (819 B at 11 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.jar (152 kB at 509 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1110/org/eclipse/microprofile/reactive/streams/microprofile-reactive-streams-operators-tck/1.0.0-M1/microprofile-reactive-streams-operators-tck-1.0.0-M1.pom (4.6 kB at 18 kB/s)
[INFO] [INFO]  * Upload of locally staged artifacts finished.
[INFO] [INFO]  * Closing staging repository with ID "orgeclipsemicroprofile-1110".
[INFO] 
[INFO] Waiting for operation to complete............
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Streams Support 1.0.0-M1 ..... SUCCESS [  7.614 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators ............ SUCCESS [  5.596 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK ........ SUCCESS [  9.680 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators TCK Arquillian SUCCESS [  2.443 s]
[INFO] [INFO] MicroProfile Reactive Streams Operators Specification 1.0.0-M1 SUCCESS [01:13 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:40 min
[INFO] [INFO] Finished at: 2018-08-08T21:08:24-04:00
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile Reactive Streams Support 1.0-SNAPSHOT . SUCCESS [02:39 min]
[INFO] MicroProfile Reactive Streams Operators ............ SKIPPED
[INFO] MicroProfile Reactive Streams Operators TCK ........ SKIPPED
[INFO] MicroProfile Reactive Streams Operators TCK Arquillian SKIPPED
[INFO] MicroProfile Reactive Streams Operators Specification 1.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:40 min
[INFO] Finished at: 2018-08-08T21:08:24-04:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mkdir -p /home/data/httpd/download.eclipse.org/microprofile/microprofile-reactive-1.0.0-M1
[Pipeline] sh
[workspace] Running shell script
+ cp -r spec/target/generated-docs/images spec/target/generated-docs/microprofile-reactive-streams-operators-spec.html spec/target/generated-docs/microprofile-reactive-streams-operators-spec.pdf /home/data/httpd/download.eclipse.org/microprofile/microprofile-reactive-1.0.0-M1
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
[workspace] Running shell script
+ mkdir -p /home/data/httpd/download.eclipse.org/microprofile/microprofile-reactive-1.0.0-M1/apidocs
[Pipeline] sh
[workspace] Running shell script
+ cp -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/org api/target/apidocs/overview-frame.html api/target/apidocs/overview-summary.html 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 /home/data/httpd/download.eclipse.org/microprofile/microprofile-reactive-1.0.0-M1/apidocs
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead."
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS