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 903666 Details for
Bug 1106025
c3p0: FTBFS in 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
<fdopen> (text/plain), 41.98 KB, created by
Dennis Gilmore
on 2014-06-09 02:18:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 02:18:09 UTC
Size:
41.98 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/c3p0.spec'], False, '/var/lib/mock/f21-build-2115229-392815/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2183b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/c3p0.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: buildvm-07.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/c3p0-0.9.2.1-6.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/c3p0.spec'], False, '/var/lib/mock/f21-build-2115229-392815/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2183b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/c3p0.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kTZKpE >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf c3p0-c3p0-0.9.2.1-final >+ /usr/bin/gzip -dc /builddir/build/SOURCES/c3p0-0.9.2.1-final.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd c3p0-c3p0-0.9.2.1-final >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >Patch #0 (c3p0-build-on-1.6.patch): >+ echo 'Patch #0 (c3p0-build-on-1.6.patch):' >+ /usr/bin/cat /builddir/build/SOURCES/c3p0-build-on-1.6.patch >+ /usr/bin/patch -p1 -b --suffix .java6 --fuzz=0 >patching file src/java/com/mchange/v2/c3p0/ComboPooledDataSource.java >patching file src/java/com/mchange/v2/c3p0/DriverManagerDataSource.java >patching file src/java/com/mchange/v2/c3p0/JndiRefForwardingDataSource.java >patching file src/java/com/mchange/v2/c3p0/PoolBackedDataSource.java >patching file src/java/com/mchange/v2/c3p0/codegen/JdbcProxyGenerator.java >patching file src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnection.java >patching file src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnectionPoolManager.java >patching file src/java/com/mchange/v2/c3p0/impl/NewPooledConnection.java >patching file src/java/com/mchange/v2/c3p0/impl/NullStatementSetManagedResultSet.java >patching file src/java/com/mchange/v2/c3p0/impl/SetManagedDatabaseMetaData.java >patching file src/java/com/mchange/v2/c3p0/impl/SnatchFromSetResultSet.java >patching file src/java/com/mchange/v2/c3p0/test/FreezableDriverManagerDataSource.java >patching file src/java/com/mchange/v2/c3p0/util/CloseReportingConnectionWrapper.java >Patch #1 (c3p0-build-on-1.7.patch): >+ echo 'Patch #1 (c3p0-build-on-1.7.patch):' >+ /usr/bin/cat /builddir/build/SOURCES/c3p0-build-on-1.7.patch >+ /usr/bin/patch -p1 -b --suffix .java7 --fuzz=0 >patching file src/java/com/mchange/v2/c3p0/ComboPooledDataSource.java >patching file src/java/com/mchange/v2/c3p0/DriverManagerDataSource.java >patching file src/java/com/mchange/v2/c3p0/JndiRefConnectionPoolDataSource.java >patching file src/java/com/mchange/v2/c3p0/JndiRefForwardingDataSource.java >patching file src/java/com/mchange/v2/c3p0/PoolBackedDataSource.java >patching file src/java/com/mchange/v2/c3p0/WrapperConnectionPoolDataSource.java >patching file src/java/com/mchange/v2/c3p0/codegen/JdbcProxyGenerator.java >patching file src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnection.java >patching file src/java/com/mchange/v2/c3p0/impl/NullStatementSetManagedResultSet.java >patching file src/java/com/mchange/v2/c3p0/impl/SetManagedDatabaseMetaData.java >patching file src/java/com/mchange/v2/c3p0/impl/SnatchFromSetResultSet.java >patching file src/java/com/mchange/v2/c3p0/test/FreezableDriverManagerDataSource.java >patching file src/java/com/mchange/v2/c3p0/util/CloseReportingConnectionWrapper.java >+ find -name '*.class' -exec rm -f '{}' ';' >+ find -name '*.jar' -exec rm -f '{}' ';' >+ sed -i.bak -e 's/<attribute\ name="Class-Path"\ value="${mchange-commons-java\.jar\.file\.name}"\ \/>//' build.xml >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RVhSiv >+ umask 022 >+ cd /builddir/build/BUILD >+ cd c3p0-c3p0-0.9.2.1-final >++ build-classpath mchange-commons-java >+ ant -Dbuild.sysclasspath=first -Dmchange-commons-java.jar.file=/usr/share/java/mchange-commons-java.jar jar javadoc >Buildfile: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build.xml >init: > [mkdir] Created dir: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build > [mkdir] Created dir: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen > [mkdir] Created dir: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/classes > [mkdir] Created dir: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/apidocs > [mkdir] Created dir: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/dist >debuggen: > [java] Writing file: build/codegen/com/mchange/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/stmt/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/off/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/off/servlet/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/test/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/test/junit/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/cfg/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/management/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/filter/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/subst/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/mbean/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/util/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/codegen/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/jboss/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/c3p0/impl/Debug.java > [java] Writing file: build/codegen/com/mchange/v2/resourcepool/Debug.java >subst: > [copy] Copying 1 file to /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen >init-codegen: > [javac] Compiling 3 source files to /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/classes > [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/codegen/BeangenDataSourceGenerator.java uses unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 3 warnings >beangen: > [echo] Some warnings are expected here. Don't worry about them. > [apply] [INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging. > [apply] [WARNING] com.mchange.v2.codegen.bean.SimplePropertyBeanGenerator could not resolve superclass 'IdentityTokenResolvable'. > [apply] Processed: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/codegen/com/mchange/v2/c3p0/impl/DriverManagerDataSourceBase.beangen-xml > [apply] [INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging. > [apply] [WARNING] com.mchange.v2.codegen.bean.SimplePropertyBeanGenerator could not resolve superclass 'IdentityTokenResolvable'. > [apply] Processed: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/codegen/com/mchange/v2/c3p0/impl/JndiRefDataSourceBase.beangen-xml > [apply] [INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging. > [apply] [WARNING] com.mchange.v2.codegen.bean.SimplePropertyBeanGenerator could not resolve superclass 'IdentityTokenResolvable'. > [apply] Processed: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/codegen/com/mchange/v2/c3p0/impl/PoolBackedDataSourceBase.beangen-xml > [apply] [INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging. > [apply] [WARNING] com.mchange.v2.codegen.bean.SimplePropertyBeanGenerator could not resolve superclass 'IdentityTokenResolvable'. > [apply] Processed: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/codegen/com/mchange/v2/c3p0/impl/WrapperConnectionPoolDataSourceBase.beangen-xml >newproxygen: > [java] Generated NewProxyConnection.java > [java] Generated NewProxyStatement.java > [java] Generated NewProxyPreparedStatement.java > [java] Generated NewProxyCallableStatement.java > [java] Generated NewProxyResultSet.java > [java] Generated NewProxyDatabaseMetaData.java >codegen: >compile-common: > [javac] Compiling 116 source files to /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/classes > [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnectionPoolManager.java:283: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] String uoas = (String) uom.invoke( cpds, null ); > [javac] ^ > [javac] cast to Object for a varargs call > [javac] cast to Object[] for a non-varargs call and to suppress this warning > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnectionPoolManager.java:486: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] Object readProp = m.invoke( cpds, null ); > [javac] ^ > [javac] cast to Object for a varargs call > [javac] cast to Object[] for a non-varargs call and to suppress this warning > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0ConfigUtils.java:90: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] Object val = m.invoke( null, null ); > [javac] ^ > [javac] cast to Object for a varargs call > [javac] cast to Object[] for a non-varargs call and to suppress this warning > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0ConfigUtils.java:95: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] out.put( m.getName(), m.invoke( null, null ) ); > [javac] ^ > [javac] cast to Object for a varargs call > [javac] cast to Object[] for a non-varargs call and to suppress this warning > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 7 warnings >compile-subst: > [javac] Compiling 1 source file to /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/classes > [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > [javac] 3 warnings >compile-mgmt: > [javac] Compiling 6 source files to /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/classes > [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release > [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/DynamicPooledDataSourceManagerMBean.java:365: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] Method m = target.getClass().getMethod(mname, null); > [javac] ^ > [javac] cast to Class<?> for a varargs call > [javac] cast to Class<?>[] for a non-varargs call and to suppress this warning > [javac] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/DynamicPooledDataSourceManagerMBean.java:366: warning: non-varargs call of varargs method with inexact argument type for last parameter; > [javac] return m.invoke(target, null); > [javac] ^ > [javac] cast to Object for a varargs call > [javac] cast to Object[] for a non-varargs call and to suppress this warning > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 5 warnings >compile: >jar: > [jar] Building jar: /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/c3p0-0.9.2.1.jar >init: >javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/AbstractConnectionCustomizer.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/AbstractConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/C3P0ProxyConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/C3P0ProxyStatement.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/C3P0Registry.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/ComboPooledDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/ConnectionCustomizer.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/ConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/DataSources.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/DriverManagerDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/DriverManagerDataSourceFactory.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/FullQueryConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/JndiRefConnectionPoolDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/JndiRefForwardingDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/PoolBackedDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/PoolBackedDataSourceFactory.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/PoolConfig.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/PooledDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/QueryConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/SQLWarnings.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/UnifiedConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/WrapperConnectionPoolDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0Config.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0ConfigFinder.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0ConfigUtils.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/C3P0ConfigXmlUtils.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/DefaultC3P0ConfigFinder.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/cfg/NamedScope.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/codegen/BeangenDataSourceGenerator.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/codegen/JdbcProxyGenerator.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/filter/FilterDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/AbstractC3P0PooledConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/AbstractIdentityTokenized.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/AbstractPoolBackedDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/AuthMaskingProperties.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0Defaults.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0ImplUtils.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0JavaBeanObjectFactory.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnectionPool.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/C3P0PooledConnectionPoolManager.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/DbAuth.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/DefaultConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/IdentityTokenResolvable.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/IdentityTokenized.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/IdentityTokenizedCoalesceChecker.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/InternalPooledConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/NewPooledConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/NullStatementSetManagedResultSet.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/ProxyResultSetDetachable.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/SetManagedDatabaseMetaData.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/SetManagedResultSet.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/impl/SnatchFromSetResultSet.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/jboss/C3P0PooledDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/jboss/C3P0PooledDataSourceMBean.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/ActiveManagementCoordinator.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/C3P0RegistryManager.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/C3P0RegistryManagerMBean.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/DynamicPooledDataSourceManagerMBean.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/ManagementCoordinator.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/NullManagementCoordinator.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/PooledDataSourceManager.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/management/PooledDataSourceManagerMBean.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/mbean/C3P0PooledDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/mbean/C3P0PooledDataSourceMBean.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/DoubleMaxStatementCache.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/GlobalMaxOnlyStatementCache.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/GooGooStatementCache.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/MemoryCoalescedStatementCacheKey.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/PerConnectionMaxOnlyStatementCache.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/SimpleStatementCacheKey.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/StatementCache.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/StatementCacheBenchmark.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/StatementCacheKey.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/stmt/ValueIdentityStatementCacheKey.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/subst/C3P0Substitutions.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/AlwaysFailConnectionTester.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/C3P0BenchmarkApp.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/ConnectionDispersionTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/FreezableDriverManagerDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/InterruptedBatchTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/JavaBeanRefTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/JndiBindTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/JndiLookupTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/ListTablesTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/LoadPoolBackedDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/OneThreadRepeatedInsertOrQueryTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/PSLoadPoolBackedDataSource.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/ProxyWrappersTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/RawConnectionOpTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/StatsTest.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/TestConnectionCustomizer.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/TestRefSerStuff.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/C3P0JUnitTestCaseBase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/ConnectionPropertiesResetJUnitTestCase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/MarshallUnmarshallDataSourcesJUnitTestCase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/util/CloseReportingConnectionWrapper.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/util/ConnectionEventSupport.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/util/TestUtils.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/BasicResourcePool.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/BasicResourcePoolFactory.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/CannotAcquireResourceException.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/EventSupportingResourcePool.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePool.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolEvent.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolEventSupport.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolException.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolFactory.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolListener.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/ResourcePoolUtils.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/resourcepool/TimeoutException.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/cfg/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/codegen/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/filter/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/DriverManagerDataSourceBase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/JndiRefDataSourceBase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyCallableStatement.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyConnection.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyDatabaseMetaData.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyPreparedStatement.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyResultSet.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/NewProxyStatement.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/PoolBackedDataSourceBase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/impl/WrapperConnectionPoolDataSourceBase.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/jboss/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/management/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/mbean/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/off/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/off/servlet/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/stmt/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/subst/C3P0Substitutions.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/subst/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/test/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/test/junit/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/c3p0/util/Debug.java... > [javadoc] Loading source file /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/codegen/com/mchange/v2/resourcepool/Debug.java... > [javadoc] Constructing Javadoc information... > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:41: error: package javax.servlet does not exist > [javadoc] import javax.servlet.*; > [javadoc] ^ > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:42: error: package javax.servlet.http does not exist > [javadoc] import javax.servlet.http.*; > [javadoc] ^ > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:50: error: cannot find symbol > [javadoc] public final class C3P0StatusServlet extends HttpServlet > [javadoc] ^ > [javadoc] symbol: class HttpServlet > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:52: error: cannot find symbol > [javadoc] protected void doGet(HttpServletRequest req, HttpServletResponse res) > [javadoc] ^ > [javadoc] symbol: class HttpServletRequest > [javadoc] location: class C3P0StatusServlet > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:52: error: cannot find symbol > [javadoc] protected void doGet(HttpServletRequest req, HttpServletResponse res) > [javadoc] ^ > [javadoc] symbol: class HttpServletResponse > [javadoc] location: class C3P0StatusServlet > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/off/servlet/C3P0StatusServlet.java:53: error: cannot find symbol > [javadoc] throws ServletException, IOException > [javadoc] ^ > [javadoc] symbol: class ServletException > [javadoc] location: class C3P0StatusServlet > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/C3P0JUnitTestCaseBase.java:39: error: package junit.framework does not exist > [javadoc] import junit.framework.TestCase; > [javadoc] ^ > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/C3P0JUnitTestCaseBase.java:41: error: cannot find symbol > [javadoc] public abstract class C3P0JUnitTestCaseBase extends TestCase > [javadoc] ^ > [javadoc] symbol: class TestCase > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/ConnectionPropertiesResetJUnitTestCase.java:40: error: package junit.framework does not exist > [javadoc] import junit.framework.*; > [javadoc] ^ > [javadoc] /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/src/java/com/mchange/v2/c3p0/test/junit/MarshallUnmarshallDataSourcesJUnitTestCase.java:40: error: package junit.framework does not exist > [javadoc] import junit.framework.*; > [javadoc] ^ > [javadoc] Standard Doclet version 1.8.0_05 > [javadoc] Building tree for all the packages and classes... > [javadoc] Building index for all the packages and classes... > [javadoc] Building index for all classes... > [javadoc] Generating /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final/build/apidocs/help-doc.html... > [javadoc] 10 warnings >BUILD SUCCESSFUL >Total time: 11 seconds >+ sed -i -e 's|@c3p0.version.maven@|0.9.2.1|g' -e 's|@mchange-commons-java.version.maven@|0.2.3.4|g' src/maven/pom.xml >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.25DsqM >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch >++ dirname /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch >+ cd c3p0-c3p0-0.9.2.1-final >+ install -d -m 755 /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/java >+ install -p -m 644 build/c3p0-0.9.2.1.jar /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/java/c3p0.jar >+ install -d -m 755 /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/javadoc/c3p0 >+ cp -pr build/apidocs/allclasses-frame.html build/apidocs/allclasses-noframe.html build/apidocs/com build/apidocs/constant-values.html build/apidocs/deprecated-list.html build/apidocs/help-doc.html build/apidocs/index-all.html build/apidocs/index.html build/apidocs/overview-frame.html build/apidocs/overview-summary.html build/apidocs/overview-tree.html build/apidocs/package-list build/apidocs/script.js build/apidocs/serialized-form.html build/apidocs/stylesheet.css /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/javadoc/c3p0 >+ install -d -m 755 /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-poms >+ install -p -m 644 src/maven/pom.xml /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-poms/JPP-c3p0.pom >+ set -e >+ _pompart=JPP-c3p0.pom >+ _jarpart=c3p0.jar >+ _filelist=.mfiles >+ install -dm 755 /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-metadata >+ for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java >+ '[' -f /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/lib/java/c3p0.jar ']' >+ for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java >+ '[' -f '/builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch%{_javajnidir}/c3p0.jar' ']' >+ for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java >+ '[' -f /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/java/c3p0.jar ']' >+ _jpath=/builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/java/c3p0.jar >+ python -m /usr/share/java-utils/maven_depmap -a c3p0:c3p0 -p /usr -n '' /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-metadata/c3p0.xml /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-poms/JPP-c3p0.pom /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/java/c3p0.jar >No handlers could be found for logger "pyxb.binding.basis" >+ sed -i s:/builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch:: .mfiles >+ sort -u -o .mfiles .mfiles >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/c3p0-c3p0-0.9.2.1-final >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Processing files: c3p0-0.9.2.1-6.fc21.noarch >error: File not found: /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-fragments/c3p0 >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TrXDp9 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd c3p0-c3p0-0.9.2.1-final >+ DOCDIR=/builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ cp -pr src/dist-static/CHANGELOG /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ cp -pr src/dist-static/LICENSE src/dist-static/LICENSE-EPL src/dist-static/LICENSE-LGPL /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ cp -pr src/dist-static/RELEASE_NOTES-c3p0-0.9.2 /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ cp -pr src/doc/index.html /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/doc/c3p0 >+ exit 0 >RPM build errors: > File not found: /builddir/build/BUILDROOT/c3p0-0.9.2.1-6.fc21.noarch/usr/share/maven-fragments/c3p0 >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/c3p0.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/c3p0.spec'] >LEAVE do --> EXCEPTION RAISED >
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 1106025
: 903666 |
903667
|
903668