[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #73778
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Feb 5 01:44:54 GMT 2019
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/73778/display/redirect>
------------------------------------------
[...truncated 14.24 MB...]
[echo] Building ide/editor.guards...
[echo] Building ide/editor.indent...
[echo] Building ide/editor.lib2...
[echo] Building ide/editor.lib...
[echo] Building ide/editor...
[echo] Building ide/spi.viewmodel...
[echo] Building ide/spi.debugger.ui...
[echo] Building ergonomics/ide.ergonomics...
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.debugger.registry.DebuggerProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.api.annotations.common.proc.StaticResourceProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.projectapi.LookupProviderAnnotationProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.awt.ActionProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.options.OptionsPanelControllerProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.loaders.DataObjectFactoryProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.editor.mimelookup.CreateRegistrationProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.windows.TopComponentProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.nodes.NodesAnnotationProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.templates.TemplateProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.intent.OpenUriHandlerProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.project.ant.AntBasedProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.project.ui.convertor.ProjectConvertorProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.project.uiapi.CompositeCategoryProviderAnnotationProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.project.uiapi.NodeFactoryAnnotationProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.core.ide.ServiceTabProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.debugger.ui.registry.DebuggerProcessor' less than -source '1.8'
[repeat] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.editor.lib2.EditorActionRegistrationProcessor' less than -source '1.8'
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/ServerWizardProviderProxy.java:64: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] public InstantiatingIterator getInstantiatingIterator() {
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/api/Factory.java:41: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] public static WizardDescriptor.InstantiatingIterator newProject (FileObject fo) throws IOException {
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FindComponentModules.java:199: warning: [rawtypes] found raw type: Enumeration
[repeat] Enumeration en = new StringTokenizer (value, ","); // NOI18N
[repeat] ^
[repeat] missing type arguments for generic class Enumeration<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Enumeration
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FindComponentModules.java:378: warning: [rawtypes] found raw type: OperationInfo
[repeat] OperationInfo thisInfo;
[repeat] ^
[repeat] missing type arguments for generic class OperationInfo<Support>
[repeat] where Support is a type-variable:
[repeat] Support extends Object declared in class OperationInfo
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FindComponentModules.java:402: warning: [unchecked] unchecked conversion
[repeat] Collection<UpdateElement> deps = thisInfo.getRequiredElements();
[repeat] ^
[repeat] required: Collection<UpdateElement>
[repeat] found: Set
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/ModulesActivator.java:114: warning: [deprecation] createHandle(String) in ProgressHandleFactory has been deprecated
[repeat] enableHandle = ProgressHandleFactory.createHandle (
[repeat] ^
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/OpenAdvancedAction.java:108: warning: [rawtypes] found raw type: Class
[repeat] protected Class[] cookieClasses() {
[repeat] ^
[repeat] missing type arguments for generic class Class<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Class
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/OpenAdvancedAction.java:109: warning: [rawtypes] found raw type: Class
[repeat] return new Class[]{DataObject.class};
[repeat] ^
[repeat] missing type arguments for generic class Class<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Class
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/DescriptionStep.java:234: warning: [rawtypes] found raw type: Collection
[repeat] Collection c = Lookups.forPath("J2EE/DeploymentPlugins/" +
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/DescriptionStep.java:330: warning: [rawtypes] found raw type: Set
[repeat] public Set instantiate() throws IOException {
[repeat] ^
[repeat] missing type arguments for generic class Set<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Set
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/EnableStep.java:89: warning: [deprecation] createHandle(String) in ProgressHandleFactory has been deprecated
[repeat] ProgressHandle enableHandle = ProgressHandleFactory.createHandle (
[repeat] ^
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/EnableStep.java:167: warning: [rawtypes] found raw type: Set
[repeat] public Set instantiate() throws IOException {
[repeat] ^
[repeat] missing type arguments for generic class Set<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Set
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/EnableStep.java:240: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] WizardDescriptor.InstantiatingIterator iterator = readWizard(fo);
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:50: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] private WizardDescriptor.InstantiatingIterator delegateIterator;
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:61: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] public static WizardDescriptor.InstantiatingIterator newProject (FileObject fo) {
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:63: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] WizardDescriptor.InstantiatingIterator it = getRealNewMakeProjectWizardIterator (fo);
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:77: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] private static WizardDescriptor.InstantiatingIterator getRealNewMakeProjectWizardIterator (FileObject template) {
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:78: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] WizardDescriptor.InstantiatingIterator res = null;
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:90: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] WizardDescriptor.InstantiatingIterator iterator = (WizardDescriptor.InstantiatingIterator) o;
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:110: warning: [rawtypes] found raw type: Panel
[repeat] for (WizardDescriptor.Panel p : panels) {
[repeat] ^
[repeat] missing type arguments for generic class Panel<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface Panel
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:142: warning: [rawtypes] found raw type: Panel
[repeat] for (WizardDescriptor.Panel p : getPanels()) {
[repeat] ^
[repeat] missing type arguments for generic class Panel<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface Panel
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:160: warning: [rawtypes] found raw type: Set
[repeat] public Set/*<FileObject>*/ instantiate() throws IOException {
[repeat] ^
[repeat] missing type arguments for generic class Set<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Set
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:168: warning: [rawtypes] found raw type: Set
[repeat] public Set instantiate (ProgressHandle handle) throws IOException {
[repeat] ^
[repeat] missing type arguments for generic class Set<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Set
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:169: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] InstantiatingIterator it = getDelegateIterator ();
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/newproject/FeatureOnDemandWizardIterator.java:283: warning: [rawtypes] found raw type: InstantiatingIterator
[repeat] private WizardDescriptor.InstantiatingIterator getDelegateIterator () {
[repeat] ^
[repeat] missing type arguments for generic class InstantiatingIterator<Data>
[repeat] where Data is a type-variable:
[repeat] Data extends Object declared in interface InstantiatingIterator
[repeat] 47 warnings
[repeat] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[repeat] 1 warning
[echo] Building ergonomics/performance.ergonomics...
[echo] /tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/src/nbbuild/netbeans/platform/lib/nbexec
BUILD SUCCESSFUL
Total time: 9 minutes 4 seconds
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "netbeans"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: netbeans 10.0-0 (Tue Feb 5 01:35:25 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-netbeans-archlinuxrb-build-xEMaVqc4
+ tee -a /srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b2/netbeans/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/netbeans-archlinuxrb-build-xEMaVqc4/netbeans/trunk/netbeans-10.0-0-any.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b2/netbeans/netbeans-10.0-0-any.pkg.tar.xz'
Tue Feb 5 01:35:30 UTC 2019 - build #2 for netbeans on osuosl-build169-amd64 done.
Tue Feb 5 01:35:30 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-FYGRSp12, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-xEMaVqc4:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 5 01:21 b1
drwxr-xr-x 3 jenkins jenkins 4096 Feb 5 01:35 b2
/srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 5 01:22 netbeans
/srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b1/netbeans:
total 143888
-rw-r--r-- 1 jenkins jenkins 7468654 Feb 5 01:21 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Feb 5 01:21 build1.version
-rw-r--r-- 1 jenkins jenkins 139709016 Feb 5 01:22 netbeans-10.0-0-any.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 5 01:36 netbeans
/srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b2/netbeans:
total 143876
-rw-r--r-- 1 jenkins jenkins 7469479 Feb 5 01:35 build2.log
-rw-r--r-- 1 jenkins jenkins 7 Feb 5 01:35 build2.version
-rw-r--r-- 1 jenkins jenkins 139704384 Feb 5 01:36 netbeans-10.0-0-any.pkg.tar.xz
Tue Feb 5 01:36:18 UTC 2019 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b1/netbeans/netbeans-10.0-0-any.pkg.tar.xz and /srv/reproducible-results/archlinuxrb-build-xEMaVqc4/b2/netbeans/netbeans-10.0-0-any.pkg.tar.xz differ
Tue Feb 5 01:36:21 UTC 2019 - Running diffoscope 108 now...
Tue Feb 5 01:44:52 UTC 2019 - diffoscope 108 found issues, please investigate netbeans/netbeans-10.0-0-any.pkg.tar.xz
Tue Feb 5 01:44:52 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/netbeans/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('395551', '10.0-0', 'FTBR_1', '2019-02-05 00:49', '3320', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_4/73778/')
ON CONFLICT (package_id)
DO UPDATE SET version='10.0-0', status='FTBR_1', build_date='2019-02-05 00:49', build_duration='3320', node1='osuosl-build170-amd64', node2='osuosl-build169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_4/73778/' WHERE results.package_id='395551'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('netbeans', '10.0-0', 'archlinux_community', 'x86_64', 3, 'FTBR_1', '2019-02-05 00:49', '3320', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_4/73778/');
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)=(netbeans, 10.0-0, archlinux_community, x86_64, 2019-02-05 00:49:00) already exists.
Tue Feb 5 01:44:53 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-xEMaVqc4 deleted.
Tue 5 Feb 01:44:53 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-DbsN03Sx, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list