Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1199010 Details for
Bug 1366845
Review Request: reactor - Reactive fast data framework for the JVM
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
file_1366845.txt (text/plain), 29.12 KB, created by
Michael Simacek
on 2016-09-08 11:34:07 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2016-09-08 11:34:07 UTC
Size:
29.12 KB
patch
obsolete
>Mock Version: 1.2.20 >Mock Version: 1.2.20 >Mock Version: 1.2.20 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/reactor.spec'], uid=1000printOutput=Falseuser='mockbuild'env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'DISPLAY': ':0', 'PROMPT_COMMAND': '', 'http_proxy': 'localhost:3128', 'HOME': '/builddir', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'rxvt-unicode', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.utf8'}gid=135logger=<mockbuild.trace_decorator.getLog object at 0x7f71c69e7a20>chrootPath='/var/lib/mock/rawhide-x86_64/root'timeout=86400shell=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/reactor.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'DISPLAY': ':0', 'PROMPT_COMMAND': '', 'http_proxy': 'localhost:3128', 'HOME': '/builddir', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'rxvt-unicode', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.utf8'} and shell False >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/reactor-2.0.8-1.fc26.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/reactor.spec'], uid=1000printOutput=Falseuser='mockbuild'env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'DISPLAY': ':0', 'PROMPT_COMMAND': '', 'http_proxy': 'localhost:3128', 'HOME': '/builddir', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'rxvt-unicode', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.utf8'}private_network=Truegid=135logger=<mockbuild.trace_decorator.getLog object at 0x7f71c69e7a20>chrootPath='/var/lib/mock/rawhide-x86_64/root'timeout=86400shell=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/reactor.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'DISPLAY': ':0', 'PROMPT_COMMAND': '', 'http_proxy': 'localhost:3128', 'HOME': '/builddir', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'rxvt-unicode', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.utf8'} and shell False >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.W88WHd >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf reactor-2.0.8.RELEASE >+ /usr/bin/gzip -dc /builddir/build/SOURCES/reactor-2.0.8.RELEASE.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd reactor-2.0.8.RELEASE >+ /usr/bin/xz -dc /builddir/build/SOURCES/reactor-2.0.8.RELEASE-poms.tar.xz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ find . -name '*.jar' -print -delete >./gradle/wrapper/gradle-wrapper.jar >+ find . -name '*.class' -print -delete >Patch #0 (reactor-2.0.8-use-system-jvm-jsr166.patch): >+ echo 'Patch #0 (reactor-2.0.8-use-system-jvm-jsr166.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >patching file reactor-bus/src/main/java/reactor/bus/registry/CachingRegistry.java >patching file reactor-bus/src/main/java/reactor/bus/registry/SimpleCachingRegistry.java >+ cp -p /builddir/build/SOURCES/reactor-LICENSE LICENSE >+ cat >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-alloc >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-alloc ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.alloc</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-alloc ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-alloc >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-bus >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-bus ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.bus</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-bus ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-bus >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-core >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-core ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.core</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-core ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-core >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-groovy >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-groovy ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.groovy</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-groovy ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-groovy >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-groovy-extensions >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-groovy-extensions ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.groovy-extensions</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-groovy-extensions ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-groovy-extensions >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-logback >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-logback ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.logback</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-logback ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-logback >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-net ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.net</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-net ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-net >+ for p in alloc bus core groovy groovy-extensions logback net stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project '<packaging>bundle</packaging>' reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 reactor-stream ' > <extensions>true</extensions> > <configuration> > <excludeDependencies>true</excludeDependencies> > <instructions> > <Bundle-SymbolicName>${project.groupId}.stream</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Version>${project.version}</Bundle-Version> > </instructions> > </configuration> > <executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 reactor-stream ' > <configuration> > <source>1.8</source> > <target>1.8</target> > <encoding>UTF-8</encoding> > </configuration>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit:4.12:test reactor-stream >+ for p in groovy groovy-extensions >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-groovy ' > <executions> > <execution> > <goals> > <goal>generateStubs</goal> > </goals> > </execution> > </executions>' >+ for p in groovy groovy-extensions >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-groovy-extensions ' > <executions> > <execution> > <goals> > <goal>generateStubs</goal> > </goals> > </execution> > </executions>' >+ for m in alloc core stream net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-alloc ' > <executions> > <execution> > <configuration> > <outputDirectory>/target/generated-test-sources</outputDirectory> > </configuration> > <goals> > <goal>testGenerateStubs</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.codehaus.groovy:groovy:2.4.1:test reactor-alloc >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.spockframework:spock-core:0.7-groovy-2.0:test reactor-alloc >+ for m in alloc core stream net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-core ' > <executions> > <execution> > <configuration> > <outputDirectory>/target/generated-test-sources</outputDirectory> > </configuration> > <goals> > <goal>testGenerateStubs</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.codehaus.groovy:groovy:2.4.1:test reactor-core >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.spockframework:spock-core:0.7-groovy-2.0:test reactor-core >+ for m in alloc core stream net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-stream ' > <executions> > <execution> > <configuration> > <outputDirectory>/target/generated-test-sources</outputDirectory> > </configuration> > <goals> > <goal>testGenerateStubs</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.codehaus.groovy:groovy:2.4.1:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.spockframework:spock-core:0.7-groovy-2.0:test reactor-stream >+ for m in alloc core stream net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.5 reactor-net ' > <executions> > <execution> > <configuration> > <outputDirectory>/target/generated-test-sources</outputDirectory> > </configuration> > <goals> > <goal>testGenerateStubs</goal> > </goals> > </execution> > </executions>' >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.codehaus.groovy:groovy:2.4.1:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.spockframework:spock-core:0.7-groovy-2.0:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-antrun-plugin reactor-core ' ><executions> > <execution> > <id>generate-test-sources</id> > <phase>generate-sources</phase> > <configuration> > <tasks> > <mkdir dir="${basedir}/target/generated-test-sources/groovy-stubs/test"/> > <apply executable="protoc" parallel="false"> > <arg value="--java_out=${basedir}/target/generated-test-sources/groovy-stubs/test"/> > <srcfile/> > <arg value="--proto_path=${basedir}/src/test/groovy/reactor/io/codec/protobuf"/> > <fileset dir="${basedir}/src/test/groovy/reactor/io/codec/protobuf" includes="*.proto"/> > </apply> > </tasks> > <sourceRoot>target/generated-test-sources</sourceRoot> > </configuration> > <goals> > <goal>run</goal> > </goals> > </execution> ></executions>' >+ rm -r reactor-net/src/test/java/reactor/io/net/tcp/syslog/SyslogTcpServerTests.java reactor-net/src/test/java/reactor/io/net/tcp/syslog/hdfs >+ find ./reactor-core -name '*.java' -exec sed -i s/reactor.jarjar.com.lmax.disruptor/com.lmax.disruptor/g '{}' + >+ find ./reactor-core -name '*.groovy' -exec sed -i s/reactor.jarjar.com.lmax.disruptor/com.lmax.disruptor/g '{}' + >+ find ./reactor-stream -name '*.java' -exec sed -i s/reactor.jarjar.com.lmax.disruptor/com.lmax.disruptor/g '{}' + >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep com.lmax:disruptor:3.3.2 reactor-core >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep com.lmax:disruptor:3.3.2:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.reactivestreams:reactive-streams-tck:1.0.0:test reactor-core >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.hamcrest:hamcrest-library:1.3:test reactor-core >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.hamcrest:hamcrest-library:1.3:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep com.esotericsoftware:kryo:3.0.3:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.apache.httpcomponents:fluent-hc:4.3.6:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep commons-collections:commons-collections:3.2.2:test reactor-net >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.testng:testng:6.8.21:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.reactivestreams:reactive-streams-tck:1.0.0:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.hamcrest:hamcrest-library:1.3:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep 'io.projectreactor:reactor-bus:${project.version}:test' reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep com.fasterxml.jackson.core:jackson-databind:2.5.1:test reactor-stream >+ /usr/bin/python3 /usr/share/java-utils/mvn_package.py :projectreactor __noinstall >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iq6SQo >+ umask 022 >+ cd /builddir/build/BUILD >+ cd reactor-2.0.8.RELEASE >+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py -s -- -Dproject.build.sourceEncoding=UTF-8 >Executing: xmvn --batch-mode --offline -Dproject.build.sourceEncoding=UTF-8 verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep >['xmvn', '--batch-mode', '--offline', '-Dproject.build.sourceEncoding=UTF-8', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] >[INFO] Scanning for projects... >[WARNING] The POM for com.sun:tools:jar:any is missing, no dependency information available >[INFO] ------------------------------------------------------------------------ >[INFO] Reactor Build Order: >[INFO] >[INFO] Core Reactor components >[INFO] Reactor Event Bus components >[INFO] Pooling utilities >[INFO] Reactor Stream components >[INFO] Reactor Groovy Ext components >[INFO] Reactor Groovy components >[INFO] Async Logback appender implementation >[INFO] Reactor TCP components >[INFO] projectreactor >[INFO] >[INFO] ------------------------------------------------------------------------ >[INFO] Building Core Reactor components 2.0.8.RELEASE >[INFO] ------------------------------------------------------------------------ >[WARNING] The POM for org.reactivestreams:reactive-streams-tck:jar:1.0.0 is missing, no dependency information available >[WARNING] The POM for org.spockframework:spock-core:jar:0.7-groovy-2.0 is missing, no dependency information available >[WARNING] The POM for org.codehaus.groovy:groovy:jar:2.4.1 is missing, no dependency information available >[WARNING] The POM for org.reactivestreams:reactive-streams:jar:1.0.0 is missing, no dependency information available >[INFO] >[INFO] --- maven-antrun-plugin:1.8:run (generate-test-sources) @ reactor-core --- >[WARNING] Parameter tasks is deprecated, use target instead >[INFO] Executing tasks >main: > [mkdir] Created dir: /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/target/generated-test-sources/groovy-stubs/test >[INFO] Executed tasks >[INFO] Registering compile source root /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/target/generated-test-sources >[INFO] >[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ reactor-core --- >[INFO] Using 'UTF-8' encoding to copy filtered resources. >[INFO] Copying 1 resource >[INFO] skip non existing resourceDirectory /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/resources-filtered >[INFO] >[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ reactor-core --- >[INFO] Changes detected - recompiling the module! >[INFO] Compiling 122 source files to /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/target/classes >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/PlatformDependent0.java:[22,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/UnsafeAtomicReferenceFieldUpdater.java:[18,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/PlatformDependent0.java:[39,30] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/PlatformDependent0.java:[61,17] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/PlatformDependent0.java:[64,53] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/PlatformDependent0.java:[66,43] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/UnsafeAtomicReferenceFieldUpdater.java:[26,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[WARNING] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/core/internal/UnsafeAtomicReferenceFieldUpdater.java:[28,43] sun.misc.Unsafe is internal proprietary API and may be removed in a future release >[INFO] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/io/queue/PersistentQueue.java: Some input files use or override a deprecated API. >[INFO] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/io/queue/PersistentQueue.java: Recompile with -Xlint:deprecation for details. >[INFO] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/fn/Predicates.java: Some input files use unchecked or unsafe operations. >[INFO] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/main/java/reactor/fn/Predicates.java: Recompile with -Xlint:unchecked for details. >[INFO] >[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ reactor-core --- >[INFO] >[INFO] --- gmavenplus-plugin:1.5:testGenerateStubs (default) @ reactor-core --- >[INFO] Using Groovy 2.4.5 to perform testGenerateStubs. >[INFO] Generated 0 stubs. >[INFO] >[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ reactor-core --- >[INFO] Using 'UTF-8' encoding to copy filtered resources. >[INFO] Copying 5 resources >[INFO] skip non existing resourceDirectory /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/resources-filtered >[INFO] >[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ reactor-core --- >[INFO] Changes detected - recompiling the module! >[INFO] Compiling 29 source files to /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/target/test-classes >[INFO] ------------------------------------------------------------- >[ERROR] COMPILATION ERROR : >[INFO] ------------------------------------------------------------- >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/SubscriberFactoryTests.java:[21,30] package org.testng.annotations does not exist >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/SubscriberFactoryTests.java:[30,2] cannot find symbol > symbol: class Test >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/PublisherFactoryTests.java:[30,2] cannot find symbol > symbol: class Test >[INFO] 3 errors >[INFO] ------------------------------------------------------------- >[INFO] >[INFO] ------------------------------------------------------------------------ >[INFO] Skipping projectreactor >[INFO] This project has been banned from the build due to previous failures. >[INFO] ------------------------------------------------------------------------ >[INFO] ------------------------------------------------------------------------ >[INFO] Reactor Summary: >[INFO] >[INFO] Core Reactor components ............................ FAILURE [ 3.912 s] >[INFO] Reactor Event Bus components ....................... SKIPPED >[INFO] Pooling utilities .................................. SKIPPED >[INFO] Reactor Stream components .......................... SKIPPED >[INFO] Reactor Groovy Ext components ...................... SKIPPED >[INFO] Reactor Groovy components .......................... SKIPPED >[INFO] Async Logback appender implementation .............. SKIPPED >[INFO] Reactor TCP components ............................. SKIPPED >[INFO] projectreactor ..................................... SKIPPED >[INFO] ------------------------------------------------------------------------ >[INFO] BUILD FAILURE >[INFO] ------------------------------------------------------------------------ >[INFO] Total time: 5.150 s >[INFO] Finished at: 2016-09-08T13:26:33+02:00 >[INFO] Final Memory: 33M/467M >[INFO] ------------------------------------------------------------------------ >[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (default-testCompile) on project reactor-core: Compilation failure: Compilation failure: >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/SubscriberFactoryTests.java:[21,30] package org.testng.annotations does not exist >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/SubscriberFactoryTests.java:[30,2] cannot find symbol >[ERROR] symbol: class Test >[ERROR] /builddir/build/BUILD/reactor-2.0.8.RELEASE/reactor-core/src/test/java/reactor/core/processor/PublisherFactoryTests.java:[30,2] cannot find symbol >[ERROR] symbol: class Test >[ERROR] -> [Help 1] >[ERROR] >[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. >[ERROR] Re-run Maven using the -X switch to enable full debug logging. >[ERROR] >[ERROR] For more information about the errors and possible solutions, please read the following articles: >[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >error: Bad exit status from /var/tmp/rpm-tmp.iq6SQo (%build) > Bad exit status from /var/tmp/rpm-tmp.iq6SQo (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 88, in trace > result = func(*args, **kw) > File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 562, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/reactor.spec >Mock Version: 1.2.20
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1366845
: 1199010