Reading package lists... Building dependency tree... Reading state information... NOTICE: 'oscache' packaging is maintained in the 'Svn' version control system at: svn://anonscm.debian.org/pkg-java/trunk/oscache Need to get 464 kB of source archives. Get:1 http://urika:3142/ftp.debian.org/debian/ sid/main oscache 2.4.1+ds1-4 (dsc) [2,153 B] Get:2 http://urika:3142/ftp.debian.org/debian/ sid/main oscache 2.4.1+ds1-4 (tar) [457 kB] Get:3 http://urika:3142/ftp.debian.org/debian/ sid/main oscache 2.4.1+ds1-4 (diff) [4,684 B] gpgv: keyblock resource `/tmp/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Sun 07 Sep 2014 09:38:10 PM UTC using RSA key ID E4B9D0AC gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./oscache_2.4.1+ds1-4.dsc dpkg-source: info: extracting oscache in oscache-2.4.1+ds1 dpkg-source: info: unpacking oscache_2.4.1+ds1.orig.tar.gz dpkg-source: info: unpacking oscache_2.4.1+ds1-4.debian.tar.xz Fetched 464 kB in 0s (1,995 kB/s) Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: libjgroups-java 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 2,041 kB of archives. After this operation, 2,205 kB of additional disk space will be used. Get:1 http://urika:3142/ftp.debian.org/debian/ sid/main libjgroups-java all 2.12.2.Final-4 [2,041 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 2,041 kB in 0s (51.0 MB/s) Selecting previously unselected package libjgroups-java. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 82591 files and directories currently installed.) Preparing to unpack .../libjgroups-java_2.12.2.Final-4_all.deb ... Unpacking libjgroups-java (2.12.2.Final-4) ... Setting up libjgroups-java (2.12.2.Final-4) ... Killed old client process Internet Systems Consortium DHCP Client 4.3.2 Copyright 2004-2015 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/da:58:2a:14:a9:fd Sending on LPF/eth0/da:58:2a:14:a9:fd Sending on Socket/fallback DHCPRELEASE on eth0 to 10.0.3.1 port 67 dpkg-buildpackage: source package oscache dpkg-buildpackage: source version 2.4.1+ds1-4 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Emmanuel Bourg dpkg-source --before-build oscache-2.4.1+ds1 dpkg-buildpackage: host architecture amd64 debian/rules clean test -x debian/rules cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/jgroups.jar:/usr/share/java/servlet-api-3.0.jar:/usr/share/java/jsp-api-2.2.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/hibernate-core.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -buildfile debian/build.xml -propertyfile /oscache-2.4.1+ds1/debian/ant.properties clean Buildfile: /oscache-2.4.1+ds1/debian/build.xml clean: BUILD SUCCESSFUL Total time: 0 seconds rm -f debian/stamp-ant-build dh_clean mh_clean dpkg-source -b oscache-2.4.1+ds1 dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: info: building oscache using existing ./oscache_2.4.1+ds1.orig.tar.gz dpkg-source: info: building oscache in oscache_2.4.1+ds1-4.debian.tar.xz dpkg-source: info: building oscache in oscache_2.4.1+ds1-4.dsc debian/rules build test -x debian/rules mkdir -p "." cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/jgroups.jar:/usr/share/java/servlet-api-3.0.jar:/usr/share/java/jsp-api-2.2.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/hibernate-core.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -buildfile debian/build.xml -propertyfile /oscache-2.4.1+ds1/debian/ant.properties jar Buildfile: /oscache-2.4.1+ds1/debian/build.xml compile: [mkdir] Created dir: /oscache-2.4.1+ds1/class [javac] /oscache-2.4.1+ds1/debian/build.xml:13: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 65 source files to /oscache-2.4.1+ds1/class [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4 [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:5: warning: [deprecation] Cache in org.hibernate.cache has been deprecated [javac] import org.hibernate.cache.Cache; [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:8: warning: [deprecation] Cache in org.hibernate.cache has been deprecated [javac] import org.hibernate.cache.Cache; [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:10: warning: [deprecation] CacheProvider in org.hibernate.cache has been deprecated [javac] import org.hibernate.cache.CacheProvider; [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:18: warning: [deprecation] NotificationBus in org.jgroups.blocks has been deprecated [javac] import org.jgroups.blocks.NotificationBus; [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:20: warning: [deprecation] Cache in org.hibernate.cache has been deprecated [javac] public class OSCache implements Cache { [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:31: warning: [deprecation] CacheProvider in org.hibernate.cache has been deprecated [javac] public class OSCacheProvider implements CacheProvider { [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:59: warning: [deprecation] Cache in org.hibernate.cache has been deprecated [javac] public Cache buildCache(String region, Properties properties) throws CacheException { [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/AbstractBroadcastingListener.java:159: warning: [deprecation] flushPattern(String,String) in Cache has been deprecated [javac] cache.flushPattern((String) message.getData(), CLUSTER_ORIGIN); [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:38: warning: [deprecation] NotificationBus in org.jgroups.blocks has been deprecated [javac] public class JavaGroupsBroadcastingListener extends AbstractBroadcastingListener implements NotificationBus.Consumer { [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:82: warning: [deprecation] NotificationBus in org.jgroups.blocks has been deprecated [javac] private NotificationBus bus; [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:113: warning: [deprecation] NotificationBus in org.jgroups.blocks has been deprecated [javac] bus = new NotificationBus(BUS_NAME, properties); [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/web/filter/CacheHttpServletResponseWrapper.java:282: warning: [deprecation] setStatus(int,String) in HttpServletResponseWrapper has been deprecated [javac] public void setStatus(int status, String string) { [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/web/filter/CacheHttpServletResponseWrapper.java:283: warning: [deprecation] setStatus(int,String) in HttpServletResponseWrapper has been deprecated [javac] super.setStatus(status, string); [javac] ^ [javac] /oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/web/tag/FlushTag.java:146: warning: [deprecation] flushPattern(String) in Cache has been deprecated [javac] cache.flushPattern(pattern); [javac] ^ [javac] 18 warnings jar: [jar] Building jar: /oscache-2.4.1+ds1/oscache.jar BUILD SUCCESSFUL Total time: 3 seconds touch debian/stamp-ant-build DEB_ANT_CHECK_TARGET unset, not running checks debian/rules binary test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." DEB_ANT_CHECK_TARGET unset, not running checks DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk common-install target Adding cdbs dependencies to debian/liboscache-java.substvars dh_installdirs -pliboscache-java mh_installpom -pliboscache-java pom.xml mh_installjar -pliboscache-java pom.xml -l oscache.jar dh_installdocs -pliboscache-java dh_installexamples -pliboscache-java dh_installman -pliboscache-java dh_installinfo -pliboscache-java dh_installmenu -pliboscache-java dh_installcron -pliboscache-java dh_installinit -pliboscache-java dh_installdebconf -pliboscache-java dh_installemacsen -pliboscache-java dh_installcatalogs -pliboscache-java dh_installpam -pliboscache-java dh_installlogrotate -pliboscache-java dh_installlogcheck -pliboscache-java dh_installchangelogs -pliboscache-java dh_installudev -pliboscache-java dh_lintian -pliboscache-java dh_bugfiles -pliboscache-java dh_install -pliboscache-java dh_systemd_enable -pliboscache-java dh_systemd_start -pliboscache-java dh_link -pliboscache-java dh_installmime -pliboscache-java dh_installgsettings -pliboscache-java dh_strip -pliboscache-java dh_compress -pliboscache-java dh_fixperms -pliboscache-java dh_makeshlibs -pliboscache-java dh_installdeb -pliboscache-java dh_perl -pliboscache-java dh_shlibdeps -pliboscache-java dh_gencontrol -pliboscache-java dh_md5sums -pliboscache-java dh_builddeb -pliboscache-java dpkg-deb: building package 'liboscache-java' in '../liboscache-java_2.4.1+ds1-4_all.deb'. dpkg-genchanges >../oscache_2.4.1+ds1-4_amd64.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build oscache-2.4.1+ds1 dpkg-buildpackage: binary and diff upload (original source NOT included)