[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #202
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Jan 19 12:21:26 GMT 2019
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/202/display/redirect>
------------------------------------------
[...truncated 57.77 KB...]
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/logging/Formatter.java:155: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (java.util.MissingResourceException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/jar/JarEntry.java:113: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/Timer.java:224: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InterruptedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/Timer.java:237: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InterruptedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/TimeZone.java:1129: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IndexOutOfBoundsException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/TimeZone.java:1132: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/Formatter.java:396: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/Formatter.java:420: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/util/EnumSet.java:129: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (CloneNotSupportedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/text/Collator.java:234: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (CloneNotSupportedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/net/URLClassLoader.java:315: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (MalformedURLException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/net/ServerSocket.java:264: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/lang/Package.java:393: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (ClassNotFoundException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/StreamTokenizer.java:413: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectStreamClass.java:382: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NoSuchFieldException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectStreamClass.java:394: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NoSuchFieldException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectStreamClass.java:715: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NoSuchFieldException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1312: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IllegalArgumentException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1316: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
e.initCause(_);
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1323: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (Exception _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1325: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
IOException e = new IOException("Unexpected exception " + _);
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1326: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
e.initCause(_);
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectOutputStream.java:1442: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (Exception _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectInputStream.java:1539: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NullPointerException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/ObjectInputStream.java:2105: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (Exception _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/InputStreamReader.java:174: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
} catch(UnsupportedOperationException _){
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/InputStreamReader.java:223: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
} catch(UnsupportedOperationException _){
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/InputStreamReader.java:256: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
} catch(UnsupportedOperationException _){
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/InputStreamReader.java:284: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
} catch(UnsupportedOperationException _){
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/CharArrayWriter.java:282: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/io/CharArrayWriter.java:316: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/beans/PropertyDescriptor.java:383: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NoSuchMethodException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/beans/PropertyDescriptor.java:396: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InstantiationException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/beans/PropertyDescriptor.java:400: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InvocationTargetException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/beans/PropertyDescriptor.java:404: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IllegalAccessException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/beans/PropertyDescriptor.java:408: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (ClassCastException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/awt/GridBagConstraints.java:198: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (CloneNotSupportedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/applet/Applet.java:552: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (LineUnavailableException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/applet/Applet.java:556: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/java/applet/Applet.java:560: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (UnsupportedAudioFileException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:125: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:240: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:249: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/util/ZoneInfo.java:1032: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IndexOutOfBoundsException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/util/ZoneInfo.java:1035: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/UnicastRef.java:492: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:100: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (UnknownHostException _) {
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:207: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
}catch(Exception _){}
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:373: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
}catch(Exception _){}
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/UnicastConnection.java:189: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _) {
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/RMIHashes.java:90: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
}catch(Exception _){
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/server/RMIClassLoaderImpl.java:177: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (Exception _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/registry/RegistryImpl.java:141: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _) {
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/rmi/registry/RegistryImpl.java:149: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (RemoteException _) {
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPURLConnection.java:113: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPURLConnection.java:230: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (IOException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:408: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InterruptedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:427: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (InterruptedException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:493: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:507: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (NumberFormatException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:528: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (SocketException _)
^
/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/gnu/classpath/debug/Component.java:160: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
catch (Throwable _)
^
2 errors
86 warnings
make[1]: *** [Makefile:637: compile-classes] Error 1
make[1]: Leaving directory '/tmp/classpath-archlinuxrb-build-DvsF5HqD/classpath/trunk/src/classpath-0.99/lib'
make: *** [Makefile:421: all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ schroot --end-session -c archlinux-classpath-archlinuxrb-build-DvsF5HqD
+ tee -a /srv/reproducible-results/archlinuxrb-build-DvsF5HqD/b1/classpath/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/classpath-archlinuxrb-build-DvsF5HqD/*/trunk/*.pkg.tar.xz': No such file or directory
Fri Feb 21 18:44:19 UTC 2020 - build #1 for classpath on osuosl-build170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-DvsF5HqD/b1/classpath/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Feb 21 18:43 b1
./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 21 18:43 classpath
./b1/classpath:
total 76
-rw-r--r-- 1 jenkins jenkins 70018 Feb 21 18:44 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Feb 21 18:43 build1.version
Fri Feb 21 18:44:19 UTC 2020 - build #1 for classpath on osuosl-build170-amd64 done.
Fri Feb 21 18:44:19 UTC 2020 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-JI4I14wE, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-DvsF5HqD:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 19 12:21 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan 19 12:20 b2
/srv/reproducible-results/archlinuxrb-build-DvsF5HqD/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 19 12:21 classpath
/srv/reproducible-results/archlinuxrb-build-DvsF5HqD/b1/classpath:
total 76
-rw-r--r-- 1 jenkins jenkins 70018 Jan 19 12:21 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Jan 19 12:21 build1.version
/srv/reproducible-results/archlinuxrb-build-DvsF5HqD/b2:
total 0
Sat Jan 19 12:21:25 UTC 2019 - build1 didn't create a package, skipping build2!
Sat Jan 19 12:21:25 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/classpath/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('402218', '0.99-4', 'FTBFS_2', '2019-01-19 12:20', '75', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/202/')
ON CONFLICT (package_id)
DO UPDATE SET version='0.99-4', status='FTBFS_2', build_date='2019-01-19 12:20', build_duration='75', node1='osuosl-build170-amd64', node2='osuosl-build169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_6/202/' WHERE results.package_id='402218'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('classpath', '0.99-4', 'archlinux_community', 'x86_64', 3, 'FTBFS_2', '2019-01-19 12:20', '75', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/202/');
ERROR: duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL: Key (name, version, suite, architecture, build_date)=(classpath, 0.99-4, archlinux_community, x86_64, 2019-01-19 12:20:00) already exists.
Sat Jan 19 12:21:26 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-DvsF5HqD deleted.
Sat 19 Jan 12:21:26 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-OtxPMRzV, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list