Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1468174 Details for
Bug 1606407
springframework-ws: FTBFS in Fedora rawhide
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 26.58 KB, created by
Mohan Boddu
on 2018-07-20 19:50:55 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 19:50:55 UTC
Size:
26.58 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/springframework-ws.spec'], chrootPath='/var/lib/mock/f29-build-13068654-950171/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff92ef5f60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/springframework-ws.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/springframework-ws-2.1.2-8.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/springframework-ws.spec'], chrootPath='/var/lib/mock/f29-build-13068654-950171/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff92ef5f60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/springframework-ws.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fUJugU >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf spring-ws-spring-ws-2.1.2.RELEASE >+ /usr/bin/gzip -dc /builddir/build/SOURCES/spring-ws-2.1.2.RELEASE.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd spring-ws-spring-ws-2.1.2.RELEASE >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (springframework-ws-2.1.2-smack4.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >Patch #0 (springframework-ws-2.1.2-smack4.patch): >patching file parent/pom.xml >patching file support/pom.xml >patching file support/src/main/java/org/springframework/ws/transport/xmpp/support/XmppConnectionFactoryBean.java >patching file support/src/main/java/org/springframework/ws/transport/xmpp/support/XmppTransportUtils.java >patching file support/src/main/java/org/springframework/ws/transport/xmpp/XmppMessageReceiver.java >patching file support/src/main/java/org/springframework/ws/transport/xmpp/XmppMessageSender.java >patching file support/src/main/java/org/springframework/ws/transport/xmpp/XmppReceiverConnection.java >patching file support/src/main/java/org/springframework/ws/transport/xmpp/XmppSenderConnection.java >patching file support/template.mf >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_remove pom:build/pom:extensions >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_remove pom:build/pom:extensions parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-assembly-plugin >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :docbkx-maven-plugin >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :docbkx-maven-plugin parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :com.springsource.bundlor.maven parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :jaxws-maven-plugin parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :axistools-maven-plugin parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :xmlbeans-maven-plugin parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-site-plugin parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_remove 'pom:dependencies/pom:dependency[pom:scope = '\''test'\'']' parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_disable_module archetype >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_set 'pom:project/pom:dependencyManagement/pom:dependencies/pom:dependency[pom:groupId='\''org.jdom'\'']/pom:artifactId' jdom2 parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_set 'pom:project/pom:dependencies/pom:dependency[pom:groupId='\''org.jdom'\'']/pom:artifactId' jdom2 core >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep javax.activation:activation parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_remove 'pom:dependencies/pom:dependency[pom:scope = '\''test'\'']' core >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep javax.activation:activation core >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep org.springframework:spring-test core >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.springsource.bundlor:com.springsource.bundlor.maven core >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin core ' ><extensions>true</extensions> ><configuration> > <instructions> > <Bundle-SymbolicName>org.springframework.ws</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Vendor>SpringSource</Bundle-Vendor> > <Bundle-Version>${osgi.version}</Bundle-Version> > </instructions> ></configuration> ><executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> ></executions>' >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.springsource.bundlor:com.springsource.bundlor.maven test >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin test ' ><extensions>true</extensions> ><configuration> > <instructions> > <Bundle-SymbolicName>org.springframework.ws.test</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Vendor>SpringSource</Bundle-Vendor> > <Bundle-Version>${osgi.version}</Bundle-Version> > </instructions> ></configuration> ><executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> ></executions>' >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep javax.activation:activation security >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.springsource.bundlor:com.springsource.bundlor.maven security >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin security ' ><extensions>true</extensions> ><configuration> > <instructions> > <Bundle-SymbolicName>org.springframework.ws.soap.security</Bundle-SymbolicName> > <Bundle-Name>Spring Web Services SOAP Security</Bundle-Name> > <Bundle-Vendor>SpringSource</Bundle-Vendor> > <Bundle-Version>${osgi.version}</Bundle-Version> > </instructions> ></configuration> ><executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> ></executions>' >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep com.sun.xml.wsit: parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep com.sun.xml.wsit: security >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ rm -r security/src/main/java/org/springframework/ws/soap/security/xwss >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep org.apache.ws.security:wss4j parent >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep org.apache.ws.security:wss4j security >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ rm -r security/src/main/java/org/springframework/ws/soap/security/wss4j >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_remove 'pom:dependencies/pom:dependency[pom:scope = '\''test'\'']' support >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep org.springframework:spring-test support >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep javax.activation:activation support >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.springsource.bundlor:com.springsource.bundlor.maven support >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin support ' ><extensions>true</extensions> ><configuration> > <instructions> > <Bundle-SymbolicName>org.springframework.ws.support</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Vendor>SpringSource</Bundle-Vendor> > <Bundle-Version>${osgi.version}</Bundle-Version> > </instructions> ></configuration> ><executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> ></executions>' >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.springsource.bundlor:com.springsource.bundlor.maven xml >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin xml ' ><extensions>true</extensions> ><configuration> > <instructions> > <Bundle-SymbolicName>org.springframework.ws.xml</Bundle-SymbolicName> > <Bundle-Name>${project.name}</Bundle-Name> > <Bundle-Vendor>SpringSource</Bundle-Vendor> > <Bundle-Version>${osgi.version}</Bundle-Version> > </instructions> ></configuration> ><executions> > <execution> > <id>bundle-manifest</id> > <phase>process-classes</phase> > <goals> > <goal>manifest</goal> > </goals> > </execution> ></executions>' >/usr/share/java-utils/pom_editor.py:203: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() > (arglist, _, _, defaults) = inspect.getargspec(function) >+ sed -i 's/\r//' notice.txt >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IIVx0K >+ umask 022 >+ cd /builddir/build/BUILD >+ cd spring-ws-spring-ws-2.1.2.RELEASE >+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py -f -- -Dproject.build.sourceEncoding=UTF-8 >Executing: xmvn --batch-mode --offline -Dmaven.test.skip=true -Dproject.build.sourceEncoding=UTF-8 package org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep >['xmvn', '--batch-mode', '--offline', '-Dmaven.test.skip=true', '-Dproject.build.sourceEncoding=UTF-8', 'package', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] >[INFO] Scanning for projects... >[INFO] ------------------------------------------------------------------------ >[INFO] Reactor Build Order: >[INFO] >[INFO] Spring Web Services - Parent [pom] >[INFO] Spring XML [jar] >[INFO] Spring WS Core [jar] >[INFO] Spring WS Support [jar] >[INFO] Spring WS Security [jar] >[INFO] Spring WS Test [jar] >[INFO] Spring Web Services [pom] >[INFO] >[INFO] --------------< org.springframework.ws:spring-ws-parent >--------------- >[INFO] Building Spring Web Services - Parent 2.1.2.RELEASE [1/7] >[INFO] --------------------------------[ pom ]--------------------------------- >[INFO] >[INFO] -----------------< org.springframework.ws:spring-xml >------------------ >[INFO] Building Spring XML 2.1.2.RELEASE [2/7] >[INFO] --------------------------------[ jar ]--------------------------------- >[INFO] >[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-xml --- >[INFO] Using 'UTF-8' encoding to copy filtered resources. >[INFO] skip non existing resourceDirectory /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/xml/src/main/resources >[INFO] >[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-xml --- >[INFO] Changes detected - recompiling the module! >[INFO] Compiling 40 source files to /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/xml/target/classes >[INFO] >[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ spring-xml --- >[INFO] >[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spring-xml --- >[INFO] Not copying test resources >[INFO] >[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-xml --- >[INFO] Not compiling test sources >[INFO] >[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ spring-xml --- >[INFO] Tests are skipped. >[INFO] >[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ spring-xml --- >[INFO] Building jar: /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/xml/target/spring-xml-2.1.2.RELEASE.jar >[INFO] >[INFO] ---------------< org.springframework.ws:spring-ws-core >---------------- >[INFO] Building Spring WS Core 2.1.2.RELEASE [3/7] >[INFO] --------------------------------[ jar ]--------------------------------- >[INFO] >[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-ws-core --- >[INFO] Using 'UTF-8' encoding to copy filtered resources. >[INFO] Copying 8 resources >[INFO] >[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-ws-core --- >[INFO] Changes detected - recompiling the module! >[INFO] Compiling 321 source files to /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/target/classes >[INFO] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/transport/http/HttpComponentsMessageSender.java: Some input files use or override a deprecated API. >[INFO] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/transport/http/HttpComponentsMessageSender.java: Recompile with -Xlint:deprecation for details. >[INFO] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/addressing/server/SimpleActionEndpointMapping.java: Some input files use unchecked or unsafe operations. >[INFO] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/addressing/server/SimpleActionEndpointMapping.java: Recompile with -Xlint:unchecked for details. >[INFO] ------------------------------------------------------------- >[ERROR] COMPILATION ERROR : >[INFO] ------------------------------------------------------------- >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[45,32] cannot find symbol > symbol: class MIMEOutputUtils > location: package org.apache.axiom.om.impl >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[99,36] method createSOAPMessage in interface org.apache.axiom.soap.SOAPFactory cannot be applied to given types; > required: no arguments > found: org.apache.axiom.om.OMXMLParserWrapper > reason: actual and formal argument lists differ in length >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[328,9] cannot find symbol > symbol: variable MIMEOutputUtils > location: class org.springframework.ws.soap.axiom.AxiomSoapMessage >[INFO] 3 errors >[INFO] ------------------------------------------------------------- >[INFO] >[INFO] ------------------------------------------------------------------------ >[INFO] Skipping Spring Web Services >[INFO] This project has been banned from the build due to previous failures. >[INFO] ------------------------------------------------------------------------ >[INFO] ------------------------------------------------------------------------ >[INFO] Reactor Summary: >[INFO] >[INFO] Spring Web Services - Parent ....................... SUCCESS [ 0.019 s] >[INFO] Spring XML ......................................... SUCCESS [ 10.750 s] >[INFO] Spring WS Core ..................................... FAILURE [ 4.618 s] >[INFO] Spring WS Support .................................. SKIPPED >[INFO] Spring WS Security ................................. SKIPPED >[INFO] Spring WS Test ..................................... SKIPPED >[INFO] Spring Web Services 2.1.2.RELEASE .................. SKIPPED >[INFO] ------------------------------------------------------------------------ >[INFO] BUILD FAILURE >[INFO] ------------------------------------------------------------------------ >[INFO] Total time: 20.239 s >[INFO] Finished at: 2018-07-15T11:44:43Z >[INFO] ------------------------------------------------------------------------ >[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project spring-ws-core: Compilation failure: Compilation failure: >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[45,32] cannot find symbol >[ERROR] symbol: class MIMEOutputUtils >[ERROR] location: package org.apache.axiom.om.impl >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[99,36] method createSOAPMessage in interface org.apache.axiom.soap.SOAPFactory cannot be applied to given types; >[ERROR] required: no arguments >[ERROR] found: org.apache.axiom.om.OMXMLParserWrapper >[ERROR] reason: actual and formal argument lists differ in length >[ERROR] /builddir/build/BUILD/spring-ws-spring-ws-2.1.2.RELEASE/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessage.java:[328,9] cannot find symbol >[ERROR] symbol: variable MIMEOutputUtils >[ERROR] location: class org.springframework.ws.soap.axiom.AxiomSoapMessage >[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] >[ERROR] After correcting the problems, you can resume the build with the command >[ERROR] mvn <goals> -rf :spring-ws-core >error: Bad exit status from /var/tmp/rpm-tmp.IIVx0K (%build) > Bad exit status from /var/tmp/rpm-tmp.IIVx0K (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, 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 noarch --nodeps /builddir/build/SPECS/springframework-ws.spec
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 1606407
: 1468174 |
1468175
|
1468176