maltcmsui-commit Mailing List for Maui (Page 3)
Maui is the Maltcms User Interface
Status: Beta
Brought to you by:
nilshoffmann
You can subscribe to this list here.
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(26) |
Jul
(4) |
Aug
|
Sep
(8) |
Oct
(9) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
|
Feb
(13) |
Mar
(23) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(17) |
Nov
(3) |
Dec
|
| 2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jenkins <je...@ma...> - 2014-02-21 19:09:33
|
See <https://maltcms.de/jenkins/job/Maui/231/> ------------------------------------------ [...truncated 20327 lines...] [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:134: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] maltcmsOnlineVersion.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "1.3.0", "1.2.1", "1.2.0", "1.1.0", "LATEST-SNAPSHOT" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:134: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] maltcmsOnlineVersion.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "1.3.0", "1.2.1", "1.2.0", "1.1.0", "LATEST-SNAPSHOT" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:346: warning: [rawtypes] found raw type: Enumeration [nb-javac] for (Enumeration e = zipfile.entries(); e.hasMoreElements();) { [nb-javac] ^ [nb-javac] missing type arguments for generic class Enumeration<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in interface Enumeration [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:361: warning: [rawtypes] found raw type: Enumeration [nb-javac] for (Enumeration e = zipfile.entries(); e.hasMoreElements();) { [nb-javac] ^ [nb-javac] missing type arguments for generic class Enumeration<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in interface Enumeration [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:463: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox maltcmsOnlineVersion; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:85: warning: [rawtypes] found raw type: JComboBox [nb-javac] dataSourceComboBox = new javax.swing.JComboBox(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:88: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Original Project Files", "Import Directory Files", "Maltcms Result Files" })); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:123: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox dataSourceComboBox; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:73: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] private DefaultListModel dlm = null, dlm2 = null; [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:73: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] private DefaultListModel dlm = null, dlm2 = null; [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:109: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] dlm = new DefaultListModel(); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:110: warning: [unchecked] unchecked call to setModel(ListModel<E>) as a member of the raw type JList [nb-javac] processList.setModel(dlm); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:112: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultListModel [nb-javac] dlm.addElement(p); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:129: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] dlm2 = new DefaultListModel(); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:130: warning: [unchecked] unchecked call to setModel(ListModel<E>) as a member of the raw type JList [nb-javac] runningProcessList.setModel(dlm2); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:133: warning: [unchecked] unchecked call to add(int,E) as a member of the raw type DefaultListModel [nb-javac] dlm2.add(0, p); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:312: warning: [rawtypes] found raw type: JList [nb-javac] processList = new javax.swing.JList(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:314: warning: [rawtypes] found raw type: JList [nb-javac] runningProcessList = new javax.swing.JList(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:500: warning: [rawtypes] found raw type: JList [nb-javac] private javax.swing.JList processList; [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:503: warning: [rawtypes] found raw type: JList [nb-javac] private javax.swing.JList runningProcessList; [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] 45 warnings [copy] Copying 21 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/build/classes> jar-prep: jar: [jarwithmoduleattributes] Building jar: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/maltcms-ui-nb-pipelineRunner.jar> netbeans-extra: javahelp: module-auto-deps: release: [copy] Copying 1 file to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster> -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 1 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for maltcms.ui.nb.pipelineRunner taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/maltcms-ui-project.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/maltcms-ui-project.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/net-sf-maltcms-chromaui-io-chromaTofPeakImporter.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/net-sf-maltcms-chromaui-io-chromaTofPeakImporter.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-annotations-common.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-api-annotations-common.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-java-classpath.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide/modules/org-netbeans-api-java-classpath.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-search.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-api-search.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-slf4j-slf4j-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-slf4j-slf4j-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/slf4j-log4j12-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/log4j/log4j-1.2.17.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/slf4j-api-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/jcl-over-slf4j-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/jul-to-slf4j-1.7.2.jar]> -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: up-to-date: compile: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/build/classes [nb-javac] Compiling 73 source files to <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/build/classes [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:70: error: ';' expected [nb-javac] protected Node createNodeForKey [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:71: error: ';' expected [nb-javac] (IMetaDataDescriptor key [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:82: error: ';' expected [nb-javac] public void propertyChange [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:83: error: ';' expected [nb-javac] (PropertyChangeEvent evt [nb-javac] ^ [nb-javac] 4 errors BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:184: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:218: Compile failed; see the compiler error output for details. Total time: 1 minute 3 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2014-02-20 10:20:04
|
See <https://maltcms.de/jenkins/job/Maui/230/changes> Changes: [Nils Hoffmann] Added MetaData Descriptor, container and dialog in project properties. [Nils Hoffmann] Added Action to create SVG application screenshots. ------------------------------------------ [...truncated 20318 lines...] [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:134: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] maltcmsOnlineVersion.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "1.3.0", "1.2.1", "1.2.0", "1.1.0", "LATEST-SNAPSHOT" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:134: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] maltcmsOnlineVersion.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "1.3.0", "1.2.1", "1.2.0", "1.1.0", "LATEST-SNAPSHOT" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:346: warning: [rawtypes] found raw type: Enumeration [nb-javac] for (Enumeration e = zipfile.entries(); e.hasMoreElements();) { [nb-javac] ^ [nb-javac] missing type arguments for generic class Enumeration<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in interface Enumeration [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:361: warning: [rawtypes] found raw type: Enumeration [nb-javac] for (Enumeration e = zipfile.entries(); e.hasMoreElements();) { [nb-javac] ^ [nb-javac] missing type arguments for generic class Enumeration<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in interface Enumeration [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/options/LocalMaltcmsExecutionPanel.java>:463: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox maltcmsOnlineVersion; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:69: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] dataSourceComboBox.setModel(new DefaultComboBoxModel(model.toArray(new String[model.size()]))); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:85: warning: [rawtypes] found raw type: JComboBox [nb-javac] dataSourceComboBox = new javax.swing.JComboBox(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:88: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] dataSourceComboBox.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Original Project Files", "Import Directory Files", "Maltcms Result Files" })); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/DataSourcePanel.java>:123: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox dataSourceComboBox; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:73: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] private DefaultListModel dlm = null, dlm2 = null; [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:73: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] private DefaultListModel dlm = null, dlm2 = null; [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:109: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] dlm = new DefaultListModel(); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:110: warning: [unchecked] unchecked call to setModel(ListModel<E>) as a member of the raw type JList [nb-javac] processList.setModel(dlm); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:112: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultListModel [nb-javac] dlm.addElement(p); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:129: warning: [rawtypes] found raw type: DefaultListModel [nb-javac] dlm2 = new DefaultListModel(); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultListModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:130: warning: [unchecked] unchecked call to setModel(ListModel<E>) as a member of the raw type JList [nb-javac] runningProcessList.setModel(dlm2); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:133: warning: [unchecked] unchecked call to add(int,E) as a member of the raw type DefaultListModel [nb-javac] dlm2.add(0, p); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultListModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:312: warning: [rawtypes] found raw type: JList [nb-javac] processList = new javax.swing.JList(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:314: warning: [rawtypes] found raw type: JList [nb-javac] runningProcessList = new javax.swing.JList(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:500: warning: [rawtypes] found raw type: JList [nb-javac] private javax.swing.JList processList; [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/src/maltcms/ui/nb/pipelineRunner/ui/PipelineRunnerTopComponent.java>:503: warning: [rawtypes] found raw type: JList [nb-javac] private javax.swing.JList runningProcessList; [nb-javac] ^ [nb-javac] missing type arguments for generic class JList<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JList [nb-javac] 45 warnings [copy] Copying 21 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner/build/classes> jar-prep: jar: [jarwithmoduleattributes] Building jar: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/maltcms-ui-nb-pipelineRunner.jar> netbeans-extra: javahelp: module-auto-deps: release: [copy] Copying 1 file to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster> -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 1 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for maltcms.ui.nb.pipelineRunner taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/maltcms-ui-project.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/maltcms-ui-project.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/net-sf-maltcms-chromaui-io-chromaTofPeakImporter.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/maui/build/cluster/modules/net-sf-maltcms-chromaui-io-chromaTofPeakImporter.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-annotations-common.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-api-annotations-common.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-java-classpath.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide/modules/org-netbeans-api-java-classpath.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-netbeans-api-search.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-api-search.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/maui/build/public-package-jars/org-slf4j-slf4j-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-slf4j-slf4j-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/slf4j-log4j12-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/log4j/log4j-1.2.17.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/slf4j-api-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/jcl-over-slf4j-1.7.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.slf4j/jul-to-slf4j-1.7.2.jar]> -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: up-to-date: compile: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/build/classes [nb-javac] Compiling 73 source files to <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/build/classes [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:70: error: ';' expected [nb-javac] protected Node createNodeForKey [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:71: error: ';' expected [nb-javac] (IMetaDataDescriptor key [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:82: error: ';' expected [nb-javac] public void propertyChange [nb-javac] ^ [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI/src/net/sf/maltcms/chromaui/project/spi/project/panels/MetaDataContainerFactory.java:83: error: ';' expected [nb-javac] (PropertyChangeEvent evt [nb-javac] ^ [nb-javac] 4 errors BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:184: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:218: Compile failed; see the compiler error output for details. Total time: 49 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2014-02-20 09:19:08
|
See <https://maltcms.de/jenkins/job/Maui/228/> ------------------------------------------ [...truncated 3837 lines...] [nb-javac] found: CAP#1 [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieveByExample(T) [nb-javac] where CAP#1 is a fresh type-variable: [nb-javac] CAP#1 extends Object from capture of ? extends Object [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/DB4oQuery.java>:51: warning: [cast] redundant cast to Predicate<T> [nb-javac] return this.session.query((Predicate<T>) predicate); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieve(Predicate<T>) [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/DB4oQuery.java>:57: warning: [cast] redundant cast to Predicate<T> [nb-javac] return this.session.query((Predicate<T>) predicate, comparator); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieve(Predicate<T>,Comparator<T>) [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/options/Db4oGeneralSettingsPanel.java>:96: warning: [rawtypes] found raw type: Binding [nb-javac] org.jdesktop.beansbinding.Binding binding = org.jdesktop.beansbinding.Bindings.createAutoBinding(org.jdesktop.beansbinding.AutoBinding.UpdateStrategy.READ_WRITE, createAutomaticBackups, org.jdesktop.beansbinding.ELProperty.create("${selected}"), jTextField2, org.jdesktop.beansbinding.BeanProperty.create("enabled")); [nb-javac] ^ [nb-javac] missing type arguments for generic class Binding<SS,SV,TS,TV> [nb-javac] where SS,SV,TS,TV are type-variables: [nb-javac] SS extends Object declared in class Binding [nb-javac] SV extends Object declared in class Binding [nb-javac] TS extends Object declared in class Binding [nb-javac] TV extends Object declared in class Binding [nb-javac] 21 warnings [copy] Copying 6 files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/build/classes> jar-prep: jar: [jarwithmoduleattributes] Building jar: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-db-spi-db4o.jar> netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.db.spi.db4o taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/net-sf-maltcms-chromaui-batik.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-batik.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-util.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-awt-util.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-svggen.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-dom.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-xml.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/net-sf-maltcms-chromaui-lookupResultListener.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-lookupResultListener.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-apache-apache-commons-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-apache-apache-commons-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-codec/commons-codec-1.5.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-collections/commons-collections-3.2.1.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-cli/commons-cli-1.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-configuration/commons-configuration-1.9.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-io/commons-io-2.4.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-lang/commons-lang-2.6.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/com.springsource.org.apache.commons.logging-1.1.1.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/com.springsource.org.apache.commons.httpclient-3.1.0.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/commons-math-2.2.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-jfree-jfreechart-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-jfree-jfreechart-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.jfree/jfreechart-osgi-1.0.14.1.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-netbeans-spi-navigator.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide/modules/org-netbeans-spi-navigator.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-netbeans-swing-outline.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-swing-outline.jar]> -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: up-to-date: compile: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes [nb-javac] Compiling 46 source files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.api.annotations.common.proc.StaticResourceProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.settings.convertors.ConvertorProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.modules.PatchedPublicProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.awt.ActionProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.windows.TopComponentProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.editor.mimelookup.CreateRegistrationProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.loaders.DataObjectFactoryProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.templates.TemplateProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.navigator.NavigatorPanelRegistrationProcessor' less than -source '1.7' [nb-javac] warning: No processor claimed any of these annotations: javax.annotation.Generated [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/overlay/AbstractChartOverlay.java:231: warning: [rawtypes] found raw type: Comparable [nb-javac] Comparable categoryKey = cds.getColumnKey(category); [nb-javac] ^ [nb-javac] missing type arguments for generic class Comparable<T> [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in interface Comparable [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/selection/CategoryMouseSelectionHandler.java:40: warning: [rawtypes] found raw type: IMouseSelectionHandler [nb-javac] public class CategoryMouseSelectionHandler<TARGET> implements IMouseSelectionHandler { [nb-javac] ^ [nb-javac] missing type arguments for generic class IMouseSelectionHandler<TARGET> [nb-javac] where TARGET is a type-variable: [nb-javac] TARGET extends Object declared in interface IMouseSelectionHandler [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/selection/XYMouseSelectionHandler.java:40: warning: [rawtypes] found raw type: IMouseSelectionHandler [nb-javac] public class XYMouseSelectionHandler<TARGET> implements IMouseSelectionHandler { [nb-javac] ^ [nb-javac] missing type arguments for generic class IMouseSelectionHandler<TARGET> [nb-javac] where TARGET is a type-variable: [nb-javac] TARGET extends Object declared in interface IMouseSelectionHandler [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [rawtypes] found raw type: Template [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] missing type arguments for generic class Template<T> [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in class Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [unchecked] unchecked call to Template(Class<T>) as a member of the raw type Template [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in class Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [unchecked] unchecked conversion [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] required: Template<Node> [nb-javac] found: Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:111: warning: [rawtypes] found raw type: JComboBox [nb-javac] jComboBox1 = new javax.swing.JComboBox(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:217: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox jComboBox1; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] 25 warnings [copy] Copying 7 files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes jar-prep: jar: BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:184: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:254: java.io.FileNotFoundException: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/manifest.mf (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:146) at org.netbeans.nbbuild.JarWithModuleAttributes.setManifest(JarWithModuleAttributes.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.tools.ant.IntrospectionHelper$7.set(IntrospectionHelper.java:1101) at org.apache.tools.ant.IntrospectionHelper$AttributeSetter.setObject(IntrospectionHelper.java:1502) at org.apache.tools.ant.IntrospectionHelper.setAttribute(IntrospectionHelper.java:405) at org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java:403) at org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java:346) at org.apache.tools.ant.Task.maybeConfigure(Task.java:202) at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:196) at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:163) at org.apache.tools.ant.Task.perform(Task.java:347) at org.apache.tools.ant.Target.execute(Target.java:392) at org.apache.tools.ant.Target.performTasks(Target.java:413) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1251) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:303) at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:392) at org.apache.tools.ant.Target.performTasks(Target.java:413) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) at org.apache.tools.ant.Project.executeTarget(Project.java:1368) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1251) at org.apache.tools.ant.Main.runBuild(Main.java:811) at org.apache.tools.ant.Main.startAnt(Main.java:217) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) Total time: 1 minute 16 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2014-02-18 14:06:24
|
See <https://maltcms.de/jenkins/job/Maui/227/changes> Changes: [Nils Hoffmann] Updates. [Nils Hoffmann] Updated ignores. [Nils Hoffmann] Removed unnecessary files. ------------------------------------------ [...truncated 3834 lines...] [nb-javac] found: CAP#1 [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieveByExample(T) [nb-javac] where CAP#1 is a fresh type-variable: [nb-javac] CAP#1 extends Object from capture of ? extends Object [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/DB4oQuery.java>:51: warning: [cast] redundant cast to Predicate<T> [nb-javac] return this.session.query((Predicate<T>) predicate); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieve(Predicate<T>) [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/DB4oQuery.java>:57: warning: [cast] redundant cast to Predicate<T> [nb-javac] return this.session.query((Predicate<T>) predicate, comparator); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in method <T>retrieve(Predicate<T>,Comparator<T>) [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/src/net/sf/maltcms/chromaui/db/spi/db4o/options/Db4oGeneralSettingsPanel.java>:96: warning: [rawtypes] found raw type: Binding [nb-javac] org.jdesktop.beansbinding.Binding binding = org.jdesktop.beansbinding.Bindings.createAutoBinding(org.jdesktop.beansbinding.AutoBinding.UpdateStrategy.READ_WRITE, createAutomaticBackups, org.jdesktop.beansbinding.ELProperty.create("${selected}"), jTextField2, org.jdesktop.beansbinding.BeanProperty.create("enabled")); [nb-javac] ^ [nb-javac] missing type arguments for generic class Binding<SS,SV,TS,TV> [nb-javac] where SS,SV,TS,TV are type-variables: [nb-javac] SS extends Object declared in class Binding [nb-javac] SV extends Object declared in class Binding [nb-javac] TS extends Object declared in class Binding [nb-javac] TV extends Object declared in class Binding [nb-javac] 21 warnings [copy] Copying 6 files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/build/classes> jar-prep: jar: [jarwithmoduleattributes] Building jar: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-db-spi-db4o.jar> netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.db.spi.db4o taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/net-sf-maltcms-chromaui-batik.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-batik.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-util.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-awt-util.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-svggen.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-dom.jar,> <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/release/modules/ext/batik-xml.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/net-sf-maltcms-chromaui-lookupResultListener.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster/modules/net-sf-maltcms-chromaui-lookupResultListener.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-apache-apache-commons-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-apache-apache-commons-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-codec/commons-codec-1.5.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-collections/commons-collections-3.2.1.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-cli/commons-cli-1.2.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-configuration/commons-configuration-1.9.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-io/commons-io-2.4.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/commons-lang/commons-lang-2.6.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/com.springsource.org.apache.commons.logging-1.1.1.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/com.springsource.org.apache.commons.httpclient-3.1.0.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.apache.commons/commons-math-2.2.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-jfree-jfreechart-nbm.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/org-jfree-jfreechart-nbm.jar,> <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms/modules/ext/org.jfree/jfreechart-osgi-1.0.14.1.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-netbeans-spi-navigator.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide/modules/org-netbeans-spi-navigator.jar]> [parseprojectxml] Distilling <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/public-package-jars/org-netbeans-swing-outline.jar> from [<https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-swing-outline.jar]> -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: up-to-date: compile: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes [nb-javac] Compiling 46 source files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.api.annotations.common.proc.StaticResourceProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.settings.convertors.ConvertorProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.modules.PatchedPublicProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.awt.ActionProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.windows.TopComponentProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.editor.mimelookup.CreateRegistrationProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.loaders.DataObjectFactoryProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.templates.TemplateProcessor' less than -source '1.7' [nb-javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.navigator.NavigatorPanelRegistrationProcessor' less than -source '1.7' [nb-javac] warning: No processor claimed any of these annotations: javax.annotation.Generated [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/overlay/AbstractChartOverlay.java:231: warning: [rawtypes] found raw type: Comparable [nb-javac] Comparable categoryKey = cds.getColumnKey(category); [nb-javac] ^ [nb-javac] missing type arguments for generic class Comparable<T> [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in interface Comparable [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/selection/CategoryMouseSelectionHandler.java:40: warning: [rawtypes] found raw type: IMouseSelectionHandler [nb-javac] public class CategoryMouseSelectionHandler<TARGET> implements IMouseSelectionHandler { [nb-javac] ^ [nb-javac] missing type arguments for generic class IMouseSelectionHandler<TARGET> [nb-javac] where TARGET is a type-variable: [nb-javac] TARGET extends Object declared in interface IMouseSelectionHandler [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/api/selection/XYMouseSelectionHandler.java:40: warning: [rawtypes] found raw type: IMouseSelectionHandler [nb-javac] public class XYMouseSelectionHandler<TARGET> implements IMouseSelectionHandler { [nb-javac] ^ [nb-javac] missing type arguments for generic class IMouseSelectionHandler<TARGET> [nb-javac] where TARGET is a type-variable: [nb-javac] TARGET extends Object declared in interface IMouseSelectionHandler [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [rawtypes] found raw type: Template [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] missing type arguments for generic class Template<T> [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in class Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [unchecked] unchecked call to Template(Class<T>) as a member of the raw type Template [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] where T is a type-variable: [nb-javac] T extends Object declared in class Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/overlay/ui/OverlayNavigatorPanel.java:55: warning: [unchecked] unchecked conversion [nb-javac] private static final Lookup.Template<Node> MY_DATA = new Lookup.Template(Node.class); [nb-javac] ^ [nb-javac] required: Template<Node> [nb-javac] found: Template [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:111: warning: [rawtypes] found raw type: JComboBox [nb-javac] jComboBox1 = new javax.swing.JComboBox(); [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [rawtypes] found raw type: DefaultComboBoxModel [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] missing type arguments for generic class DefaultComboBoxModel<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class DefaultComboBoxModel [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:118: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox [nb-javac] jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Line And Shape", "Line", "Shape", "Area w/ Shapes", "Area" })); [nb-javac] ^ [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/src/net/sf/maltcms/common/charts/ui/XYChartTopComponent.java:217: warning: [rawtypes] found raw type: JComboBox [nb-javac] private javax.swing.JComboBox jComboBox1; [nb-javac] ^ [nb-javac] missing type arguments for generic class JComboBox<E> [nb-javac] where E is a type-variable: [nb-javac] E extends Object declared in class JComboBox [nb-javac] 25 warnings [copy] Copying 7 files to <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/classes jar-prep: jar: BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:184: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:254: java.io.FileNotFoundException: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/manifest.mf (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:146) at org.netbeans.nbbuild.JarWithModuleAttributes.setManifest(JarWithModuleAttributes.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.tools.ant.IntrospectionHelper$7.set(IntrospectionHelper.java:1101) at org.apache.tools.ant.IntrospectionHelper$AttributeSetter.setObject(IntrospectionHelper.java:1502) at org.apache.tools.ant.IntrospectionHelper.setAttribute(IntrospectionHelper.java:405) at org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java:403) at org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java:346) at org.apache.tools.ant.Task.maybeConfigure(Task.java:202) at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:196) at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:163) at org.apache.tools.ant.Task.perform(Task.java:347) at org.apache.tools.ant.Target.execute(Target.java:392) at org.apache.tools.ant.Target.performTasks(Target.java:413) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1251) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:303) at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:392) at org.apache.tools.ant.Target.performTasks(Target.java:413) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) at org.apache.tools.ant.Project.executeTarget(Project.java:1368) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1251) at org.apache.tools.ant.Main.runBuild(Main.java:811) at org.apache.tools.ant.Main.startAnt(Main.java:217) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) Total time: 1 minute 15 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2014-02-05 15:23:13
|
See <https://maltcms.de/jenkins/job/Maui/217/> |
|
From: Jenkins <je...@ma...> - 2014-02-05 14:51:38
|
See <https://maltcms.de/jenkins/job/Maui/216/> ------------------------------------------ Started by user Nils Hoffmann Building in workspace <https://maltcms.de/jenkins/job/Maui/ws/> Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.code.sf.net/p/maltcmsui/code Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Pruning obsolete local branches Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Seen branch in repository origin/master Seen branch in repository origin/nils-custom Seen branch in repository origin/normalizationFeature-phjlk Seen 3 remote branches Merging Revision 1945c07d832c83a89dc7da4057219742dda9b461 (origin/master) onto /master using default strategy FATAL: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions hudson.plugins.git.GitException: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1086) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1063) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:900) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:910) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:373) at hudson.plugins.git.GitAPI.revParse(GitAPI.java:255) at hudson.plugins.git.extensions.impl.PreBuildMerge.decorateRevisionToBuild(PreBuildMerge.java:62) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:808) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:873) at hudson.model.AbstractProject.checkout(AbstractProject.java:1411) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:651) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:560) at hudson.model.Run.execute(Run.java:1670) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231) |
|
From: Jenkins <je...@ma...> - 2014-02-05 13:59:22
|
See <https://maltcms.de/jenkins/job/Maui/215/> ------------------------------------------ Started by upstream project "Maltcms-Tests" build number 505 originally caused by: Started by user Nils Hoffmann Building in workspace <https://maltcms.de/jenkins/job/Maui/ws/> Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.code.sf.net/p/maltcmsui/code Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Pruning obsolete local branches Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Seen branch in repository origin/master Seen branch in repository origin/nils-custom Seen branch in repository origin/normalizationFeature-phjlk Seen 3 remote branches Merging Revision 1945c07d832c83a89dc7da4057219742dda9b461 (origin/master) onto /master using default strategy FATAL: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions hudson.plugins.git.GitException: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1086) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1063) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:900) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:910) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:373) at hudson.plugins.git.GitAPI.revParse(GitAPI.java:255) at hudson.plugins.git.extensions.impl.PreBuildMerge.decorateRevisionToBuild(PreBuildMerge.java:62) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:808) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:873) at hudson.model.AbstractProject.checkout(AbstractProject.java:1411) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:651) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:560) at hudson.model.Run.execute(Run.java:1670) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231) |
|
From: Jenkins <je...@ma...> - 2014-02-05 10:28:05
|
See <https://maltcms.de/jenkins/job/Maui/214/> ------------------------------------------ Started by upstream project "Maltcms-Tests" build number 501 originally caused by: Started by an SCM change Building in workspace <https://maltcms.de/jenkins/job/Maui/ws/> Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.code.sf.net/p/maltcmsui/code Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Pruning obsolete local branches Fetching upstream changes from git://git.code.sf.net/p/maltcmsui/code Seen branch in repository origin/master Seen branch in repository origin/nils-custom Seen branch in repository origin/normalizationFeature-phjlk Seen 3 remote branches Merging Revision 1945c07d832c83a89dc7da4057219742dda9b461 (origin/master) onto /master using default strategy FATAL: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions hudson.plugins.git.GitException: Command "git rev-parse /master^{commit}" returned status code 128: stdout: /master^{commit} stderr: fatal: ambiguous argument '/master^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1086) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1063) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:900) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:910) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:373) at hudson.plugins.git.GitAPI.revParse(GitAPI.java:255) at hudson.plugins.git.extensions.impl.PreBuildMerge.decorateRevisionToBuild(PreBuildMerge.java:62) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:808) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:873) at hudson.model.AbstractProject.checkout(AbstractProject.java:1411) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:651) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:560) at hudson.model.Run.execute(Run.java:1670) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231) |
|
From: Jenkins <je...@ma...> - 2013-11-07 08:19:51
|
See <https://maltcms.de/jenkins/job/Maui/194/changes> |
|
From: Jenkins <je...@ma...> - 2013-11-06 21:02:46
|
See <https://maltcms.de/jenkins/job/Maui/193/changes> Changes: [Nils Hoffmann] Added additional actions for easy creation of user peak databases. ------------------------------------------ [...truncated 9912 lines...] -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/UISupport/build/javadoc/net-sf-maltcms-chromaui-ui-support> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.sf.maltcms.chromaui.ui.support.api... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/DB4oDatabaseServices/build/javadoc/net-sf-maltcms-chromaui-db-spi-db4o> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.sf.maltcms.chromaui.db.api.db4o... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/Common> Charting/build/javadoc/net-sf-maltcms-common-charts [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.sf.maltcms.common.charts.api... [javadoc] Loading source files for package net.sf.maltcms.common.charts.api.dataset... [javadoc] Loading source files for package net.sf.maltcms.common.charts.api.overlay... [javadoc] Loading source files for package net.sf.maltcms.common.charts.api.selection... [javadoc] Loading source files for package org.jfree.chart... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [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: [echo] Skipping target javadoc taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibJava3D/build/javadoc/net-sf-maltcms-chromaui-java3d> BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build.xml>:63: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/build.xml>:296: No source files and no packages have been specified. Total time: 2 minutes 34 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-18 07:23:14
|
See <https://maltcms.de/jenkins/job/Maui/166/> |
|
From: Jenkins <je...@ma...> - 2013-10-17 20:49:05
|
See <https://maltcms.de/jenkins/job/Maui/165/> ------------------------------------------ [...truncated 33792 lines...] -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for de.mdcberlin.test test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcmsui.samples test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: BUILD SUCCESSFUL Total time: 30 seconds [stub] $ /home/jenkins/tools/hudson.tasks.Ant_AntInstallation/Ant_1.8.4/bin/ant -file template.xml -Dnbi.stub.common.location=../.common -Dmacosx"= -Dsolaris= -D-Dpack200.enabled=true -Dsuite.nbi.product.uid=maui -Dlinux= -Dgenerator-jdk-location-forward-slashes=/usr/lib/jvm/java-7-openjdk-amd64 -Dnbi.dock.icon.file=../../../../maui/BrandingModule/src/net/sf/maltcms/chromaui/branding/maui.icns -Dnbi.engine.jar=../../modules/ext/nbi-engine.jar -Dnbi.registries.management.jar=../../modules/ext/nbi-registries-management.jar -Dgenerate.installer.for.platforms="windows -Dnbi.stub.location=. -Dsuite.location=../../../../maui -Dnbi.icon.file=../../../../maui/branding/core/core.jar/org/netbeans/core/startup/frame48.gif -Dnbi.ant.tasks.jar=../../modules/ext/nbi-ant-tasks.jar -Dnbi.license.file=license/maui-license.txt build Buildfile: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/nbi/stub/template.xml> -clean: -init-props: -init-ant-props: -init-maven-props: init: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer> prepare-sources: [copy] Copying 48 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer> [copy] Copying 8 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/.common> [copy] Copying 1 file to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/ext/components/products/helloworld/src/org/mycompany> [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/tmpdirfornac> [native2ascii] Converting 18 files from <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer> to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/tmpdirfornac> [copy] Copying 18 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer> -prepare-license: -prepare-icon: [copy] Copying 1 file to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/ext/engine/src/org/mycompany/installer/wizard> -prepare-dock-icon: [delete] Deleting directory <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/tmpdirfornac> -init-zip: -build-zip: prepare-zip: -build: post-build: run-build: BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/nbi/stub/template.xml>:45: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/installer/build.xml>:2: Property nbi.engine.jar was circularly defined. Total time: 1 second Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-17 20:25:27
|
See <https://maltcms.de/jenkins/job/Maui/164/> ------------------------------------------ [...truncated 33790 lines...] -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcmsui.samples build: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for de.mdcberlin.test test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcmsui.samples test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: BUILD SUCCESSFUL Total time: 30 seconds FATAL: Unable to find build script at <https://maltcms.de/jenkins/job/Maui/ws/platform-7.1.2/harness/nbi/stub/template.xml> Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-17 19:59:22
|
See <https://maltcms.de/jenkins/job/Maui/163/> ------------------------------------------ [...truncated 33783 lines...] -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcmsui.samples build: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for de.mdcberlin.test test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcmsui.samples test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: BUILD SUCCESSFUL Total time: 29 seconds FATAL: Unable to find build script at <https://maltcms.de/jenkins/job/Maui/ws/platform-7.1.2/harness/nbi/stub/template.xml> Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-17 19:34:16
|
See <https://maltcms.de/jenkins/job/Maui/162/changes> Changes: [Nils Hoffmann] Deactivated custom installer. ------------------------------------------ [...truncated 26290 lines...] [javadoc] Building index for all classes... taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/maui> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/MSViewer/build/javadoc/net-sf-maltcms-chromaui-msviewer> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.sf.maltcms.chromaui.msviewer.api.ui... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [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: [echo] Skipping target javadoc taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build/cluster> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/maui> [parseprojectxml] No such dir <https://maltcms.de/jenkins/job/Maui/ws/maui/ExecutionSupport/test/unit/src;> should not define test deps -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/ExecutionSupport/build/javadoc/net-sf-maltcms-ui-execution> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.sf.maltcms.ui.execution.api... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc> [copy] Copying 564 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc> [copy] Copying 31 files to <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site> [echo] Modules sorted: <https://maltcms.de/jenkins/job/Maui/ws/maui/MeltDBConnector>:<https://maltcms.de/jenkins/job/Maui/ws/maui/FileHandles>:<https://maltcms.de/jenkins/job/Maui/ws/maui/Heatmap3DViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/ChromAProject>:<https://maltcms.de/jenkins/job/Maui/ws/maui/ChartComponents>:<https://maltcms.de/jenkins/job/Maui/ws/maui/CDFFileHandle>:<https://maltcms.de/jenkins/job/Maui/ws/maui/BrandingModule>:<https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> CeBiTec Branding:<https://maltcms.de/jenkins/job/Maui/ws/maui/ChromatogramHeatmapViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/GCViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/FeatureSupport>:<https://maltcms.de/jenkins/job/Maui/ws/maui/GroovyActions>:<https://maltcms.de/jenkins/job/Maui/ws/maui/ChromaTOFPeakImporter>:<https://maltcms.de/jenkins/job/Maui/ws/maui/MetaboliteDatabaseViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/PeakNormalization>:<https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core Pipeline Editor:<https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner>:<https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI:<https://maltcms.de/jenkins/job/Maui/ws/maui/StatisticsView>:<https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Welcome:<https://maltcms.de/jenkins/job/Maui/ws/maui/MSDatabaseSearchProvider>:<https://maltcms.de/jenkins/job/Maui/ws/maui/MSViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/PeakTableViewer>:<https://maltcms.de/jenkins/job/Maui/ws/maui/ExecutionSupport> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/MeltDBConnector> [echo] Module Relative Path: MeltDBConnector [echo] Localizing Bundle location: maltcms/io/xml/ws/meltdb/Bundle.properties [echo] Module javadoc relative location: maltcms-io-xml-ws-meltdb [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/FileHandles> [echo] Module Relative Path: FileHandles [echo] Localizing Bundle location: maltcms/ui/fileHandles/Bundle.properties [echo] Module javadoc relative location: maltcms-ui-fileHandles [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/Heatmap3DViewer> [echo] Module Relative Path: Heatmap3DViewer [echo] Localizing Bundle location: maltcms/ui/heatmap3Dviewer/Bundle.properties [echo] Module javadoc relative location: maltcms-ui-heatmap3Dviewer [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/ChromAProject> [echo] Module Relative Path: ChromAProject [echo] Localizing Bundle location: maltcms/ui/project/Bundle.properties [echo] Module javadoc relative location: maltcms-ui-project [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/ChartComponents> [echo] Module Relative Path: ChartComponents [echo] Localizing Bundle location: net/sf/maltcms/chromaui/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/CDFFileHandle> [echo] Module Relative Path: CDFFileHandle [echo] Localizing Bundle location: maltcms/ui/fileHandles/cdf/Bundle.properties [echo] Module javadoc relative location: maltcms-ui-fileHandles-cdf [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/BrandingModule> [echo] Module Relative Path: BrandingModule [echo] Localizing Bundle location: net/sf/maltcms/chromaui/branding/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-branding [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/net-sf-maltcms-chromaui-branding> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> CeBiTec Branding [echo] Module Relative Path: Maui CeBiTec Branding [echo] Localizing Bundle location: net/sf/maltcms/chromaui/branding/cebitec/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-branding-cebitec [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/net-sf-maltcms-chromaui-branding-cebitec> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/ChromatogramHeatmapViewer> [echo] Module Relative Path: ChromatogramHeatmapViewer [echo] Localizing Bundle location: net/sf/maltcms/chromaui/chromatogram1Dviewer/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-chromatogram1Dviewer [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/GCViewer> [echo] Module Relative Path: GCViewer [echo] Localizing Bundle location: net/sf/maltcms/chromaui/chromatogram2Dviewer/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-chromatogram2Dviewer [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/FeatureSupport> [echo] Module Relative Path: FeatureSupport [echo] Localizing Bundle location: net/sf/maltcms/chromaui/features/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-features [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/GroovyActions> [echo] Module Relative Path: GroovyActions [echo] Localizing Bundle location: net/sf/maltcms/chromaui/groovy/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-groovy [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/ChromaTOFPeakImporter> [echo] Module Relative Path: ChromaTOFPeakImporter [echo] Localizing Bundle location: net/sf/maltcms/chromaui/io/chromaTofPeakImporter/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-io-chromaTofPeakImporter [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/MetaboliteDatabaseViewer> [echo] Module Relative Path: MetaboliteDatabaseViewer [echo] Localizing Bundle location: net/sf/maltcms/chromaui/metabolitedb/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-metabolitedb [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/PeakNormalization> [echo] Module Relative Path: PeakNormalization [echo] Localizing Bundle location: net/sf/maltcms/chromaui/normalization/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-normalization [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core Pipeline Editor [echo] Module Relative Path: Maui Core Pipeline Editor [echo] Localizing Bundle location: net/sf/maltcms/chromaui/pipelineEditor/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-pipelineEditor [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/PipelineRunner> [echo] Module Relative Path: PipelineRunner [echo] Localizing Bundle location: maltcms/ui/nb/pipelineRunner/Bundle.properties [echo] Module javadoc relative location: maltcms-ui-nb-pipelineRunner [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/maltcms-ui-nb-pipelineRunner> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Core UI Project SPI [echo] Module Relative Path: Maui Core UI Project SPI [echo] Localizing Bundle location: net/sf/maltcms/chromaui/project/spi/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-project-spi [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/net-sf-maltcms-chromaui-project-spi> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/StatisticsView> [echo] Module Relative Path: StatisticsView [echo] Localizing Bundle location: net/sf/maltcms/chromaui/statistics/view/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-statistics-view [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/Maui> Welcome [echo] Module Relative Path: Maui Welcome [echo] Localizing Bundle location: net/sf/maltcms/chromaui/welcome/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-welcome [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/net-sf-maltcms-chromaui-welcome> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/MSDatabaseSearchProvider> [echo] Module Relative Path: MSDatabaseSearchProvider [echo] Localizing Bundle location: net/sf/maltcms/db/search/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-db-search [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/MSViewer> [echo] Module Relative Path: MSViewer [echo] Localizing Bundle location: net/sf/maltcms/chromaui/msviewer/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-chromaui-msviewer [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/PeakTableViewer> [echo] Module Relative Path: PeakTableViewer [echo] Localizing Bundle location: net/sf/maltcms/maui/peakTableViewer/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-maui-peakTableViewer [echo] Skipping due to missing javadoc at <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc/net-sf-maltcms-maui-peakTableViewer> [echo] Adding JavaDoc for Module: <https://maltcms.de/jenkins/job/Maui/ws/maui/ExecutionSupport> [echo] Module Relative Path: ExecutionSupport [echo] Localizing Bundle location: net/sf/maltcms/ui/execution/Bundle.properties [echo] Module javadoc relative location: net-sf-maltcms-ui-execution zip-javadoc: [zip] Building zip: <https://maltcms.de/jenkins/job/Maui/ws/maui/build/site/javadoc.zip> BUILD FAILED Target "build-installers" does not exist in the project "ChromAUI". Total time: 2 minutes 50 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-11 07:49:06
|
See <https://maltcms.de/jenkins/job/Maui/150/changes> |
|
From: Jenkins <je...@ma...> - 2013-10-10 14:48:46
|
See <https://maltcms.de/jenkins/job/Maui/149/> ------------------------------------------ [...truncated 18562 lines...] netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.branding.cebitec test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] No such dir <https://maltcms.de/jenkins/job/Maui/ws/maui/ChromatogramHeatmapViewer/test/unit/src;> should not define test deps -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.chromatogram1Dviewer test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.chromatogram2Dviewer test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:574: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:591: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:554: Missing test dependency Runtime classpath: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-libs-junit4.jar> -missing-Module-Entries-: org.netbeans.modules.nbjunit Compile classpath: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-libs-junit4.jar> -missing-Module-Entries-: org.netbeans.modules.nbjunit Total time: 59 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-10 14:13:05
|
See <https://maltcms.de/jenkins/job/Maui/148/changes> Changes: [Nils Hoffmann] Added updated ptools bindings. Deactivated javadoc goals for batik library. ------------------------------------------ [...truncated 18555 lines...] netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.branding.cebitec test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: [parseprojectxml] No such dir <https://maltcms.de/jenkins/job/Maui/ws/maui/ChromatogramHeatmapViewer/test/unit/src;> should not define test deps -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.chromatogram1Dviewer test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: -release.dir: -release.files: files-init: nbm-license-init: build-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: test-preinit: -test-branding: test-lib-init: test-init: up-to-date: compile: jar-prep: jar: netbeans-extra: javahelp: module-auto-deps: release: -init-startlevel: module-xml-regular: module-xml-autoload: module-xml-eager: -init-executables: chmod-executables: verify-class-linkage: -validate-layers: [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for net.sf.maltcms.chromaui.chromatogram2Dviewer test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/suite.xml>:574: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:591: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/common.xml>:554: Missing test dependency Runtime classpath: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-libs-junit4.jar> -missing-Module-Entries-: org.netbeans.modules.nbjunit Compile classpath: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform/modules/org-netbeans-libs-junit4.jar> -missing-Module-Entries-: org.netbeans.modules.nbjunit Total time: 56 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-10-10 13:41:43
|
See <https://maltcms.de/jenkins/job/Maui/147/changes> Changes: [Nils Hoffmann] Updated charting code. Integrated batik library for svg export of charts. [Nils Hoffmann] Updated charting code. Updated pipeline wizard (not fully functional yet). ------------------------------------------ [...truncated 9113 lines...] [xmlvalidate] 0 file(s) have been successfully validated. -verify-apichanges: -netbeans: netbeans: [genlist] Generating Auto Update information for org.swinglabs.swingx test-unit-dep-build: test-qa-functional-dep-build: test-dep-build: do-unit-test-build: do-qa-functional-test-build: do-test-build: test-build: test-unit: test-qa-functional: test: -taskdefs: -init-build-dir: -convert-old-project: -init: -init-ant-contrib: [echo] Configuring ant-contrib for Netbeans use... branding: -release.dir: -release.files: files-init: release: -hide-excluded-modules: javadoc: taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/CentralLookup/build/javadoc/de-unibielefeld-gi-kotte-laborprogramm-centralLookup> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package de.unibielefeld.gi.kotte.laborprogramm.centralLookup... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [javadoc] Building tree for all the packages and classes... [javadoc] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/CentralLookup/src/de/unibielefeld/gi/kotte/laborprogramm/centralLookup/ICentralLookupFactory.java>:40: warning - @return tag has no arguments. [javadoc] <https://maltcms.de/jenkins/job/Maui/ws/omics-base/CentralLookup/src/de/unibielefeld/gi/kotte/laborprogramm/centralLookup/ICentralLookupFactory.java>:48: warning - @return tag has no arguments. [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating <https://maltcms.de/jenkins/job/Maui/ws/omics-base/CentralLookup/build/javadoc/de-unibielefeld-gi-kotte-laborprogramm-centralLookup/help-doc.html...> [javadoc] 2 warnings javadoc: [echo] Skipping target javadoc taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/TopComponentTypeRegistry/build/javadoc/de-unibielefeld-gi-kotte-laborprogramm-topComponentRegistry> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package de.unibielefeld.gi.kotte.laborprogramm.topComponentRegistry.api... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_25 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... taskdefs: -build-dir-init: -convert-old-project: common-init: -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: projectized-common.basic-init: basic-init: nbm-license-init: build-init: Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/ide> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/java> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/platform> Scanning for modules in <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/maltcms> Scanning for modules in suite <https://maltcms.de/jenkins/job/Maui/ws/omics-base> -release.dir: -release.files: files-init: -javac-init-nbjdk: -javac-init-bootclasspath-prepend: -javac-init-no-bootclasspath-prepend: -javac-init: init: -javadoc-init: javadoc: [mkdir] Created dir: <https://maltcms.de/jenkins/job/Maui/ws/omics-base/MauiLibBatik/build/javadoc/net-sf-maltcms-chromaui-batik> BUILD FAILED <https://maltcms.de/jenkins/job/Maui/ws/omics-base/build.xml>:63: The following error occurred while executing this line: <https://maltcms.de/jenkins/job/Maui/ws/platform-7.2.1/harness/build.xml>:296: No source files and no packages have been specified. Total time: 2 minutes 6 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-09-24 10:10:28
|
See <https://maltcms.de/jenkins/job/Maui/142/> |
|
From: Jenkins <je...@ma...> - 2013-09-24 09:35:25
|
See <https://maltcms.de/jenkins/job/Maui/141/> ------------------------------------------ Started by an SCM change Building in workspace <https://maltcms.de/jenkins/job/Maui/ws/> Checkout:Maui / <https://maltcms.de/jenkins/job/Maui/ws/> - hudson.remoting.LocalChannel@5a776d96 Using strategy: Default Last Built Revision: Revision 3383e02b21415543d50cb644a2fd39a40755d6dc (origin/master, origin/HEAD) Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.code.sf.net/p/maltcmsui/code git --version git version 1.7.9.5 ERROR: Error cloning remote repo 'origin' : Could not clone git://git.code.sf.net/p/maltcmsui/code hudson.plugins.git.GitException: Could not clone git://git.code.sf.net/p/maltcmsui/code at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:220) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1006) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) at hudson.FilePath.act(FilePath.java:904) at hudson.FilePath.act(FilePath.java:877) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1575) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git clone --progress -o origin git://git.code.sf.net/p/maltcmsui/code <https://maltcms.de/jenkins/job/Maui/ws/"> returned status code 128: stdout: Cloning into '<https://maltcms.de/jenkins/job/Maui/ws/'...> stderr: fatal: The remote end hung up unexpectedly at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218) ... 14 more Trying next repository ERROR: Could not clone repository java.io.IOException: Could not clone at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) at hudson.FilePath.act(FilePath.java:904) at hudson.FilePath.act(FilePath.java:877) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1575) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-09-24 09:35:23
|
See <https://maltcms.de/jenkins/job/Maui/140/> ------------------------------------------ [...truncated 250 lines...] Receiving objects: 13% (2943/21777), 71.95 MiB | 796 KiB/s Receiving objects: 13% (2943/21777), 72.76 MiB | 792 KiB/s Receiving objects: 13% (2943/21777), 73.58 MiB | 784 KiB/s Receiving objects: 13% (2945/21777), 74.03 MiB | 787 KiB/s Receiving objects: 13% (3015/21777), 74.93 MiB | 795 KiB/s Receiving objects: 13% (3016/21777), 75.81 MiB | 842 KiB/s Receiving objects: 14% (3049/21777), 75.81 MiB | 842 KiB/s Receiving objects: 14% (3097/21777), 76.71 MiB | 863 KiB/s Receiving objects: 14% (3097/21777), 77.54 MiB | 862 KiB/s Receiving objects: 14% (3128/21777), 78.29 MiB | 835 KiB/s Receiving objects: 14% (3128/21777), 79.02 MiB | 801 KiB/s Receiving objects: 14% (3130/21777), 79.34 MiB | 775 KiB/s Receiving objects: 14% (3134/21777), 80.40 MiB | 715 KiB/s Receiving objects: 14% (3139/21777), 80.69 MiB | 698 KiB/s Receiving objects: 14% (3139/21777), 81.64 MiB | 651 KiB/s Receiving objects: 14% (3139/21777), 82.32 MiB | 655 KiB/s Receiving objects: 14% (3139/21777), 83.07 MiB | 657 KiB/s Receiving objects: 14% (3139/21777), 83.81 MiB | 680 KiB/s Receiving objects: 14% (3139/21777), 84.59 MiB | 715 KiB/s Receiving objects: 14% (3140/21777), 85.01 MiB | 745 KiB/s Receiving objects: 14% (3251/21777), 85.89 MiB | 789 KiB/s Receiving objects: 15% (3267/21777), 85.89 MiB | 789 KiB/s Receiving objects: 15% (3464/21777), 86.74 MiB | 812 KiB/s Receiving objects: 16% (3485/21777), 86.74 MiB | 812 KiB/s Receiving objects: 17% (3703/21777), 86.74 MiB | 812 KiB/s Receiving objects: 18% (3920/21777), 86.74 MiB | 812 KiB/s Receiving objects: 19% (4138/21777), 86.74 MiB | 812 KiB/s Receiving objects: 20% (4356/21777), 87.06 MiB | 785 KiB/s Receiving objects: 21% (4574/21777), 87.06 MiB | 785 KiB/s Receiving objects: 22% (4791/21777), 87.06 MiB | 785 KiB/s Receiving objects: 23% (5009/21777), 87.06 MiB | 785 KiB/s Receiving objects: 24% (5227/21777), 87.06 MiB | 785 KiB/s Receiving objects: 25% (5445/21777), 87.06 MiB | 785 KiB/s Receiving objects: 25% (5478/21777), 87.06 MiB | 785 KiB/s Receiving objects: 26% (5663/21777), 87.52 MiB | 810 KiB/s Receiving objects: 27% (5880/21777), 87.52 MiB | 810 KiB/s Receiving objects: 28% (6098/21777), 87.52 MiB | 810 KiB/s Receiving objects: 29% (6316/21777), 87.52 MiB | 810 KiB/s Receiving objects: 30% (6534/21777), 87.52 MiB | 810 KiB/s Receiving objects: 31% (6751/21777), 87.52 MiB | 810 KiB/s Receiving objects: 32% (6969/21777), 87.52 MiB | 810 KiB/s Receiving objects: 32% (7052/21777), 87.96 MiB | 820 KiB/s Receiving objects: 33% (7187/21777), 88.78 MiB | 810 KiB/s Receiving objects: 33% (7196/21777), 89.17 MiB | 806 KiB/s Receiving objects: 33% (7198/21777), 90.02 MiB | 792 KiB/s Receiving objects: 33% (7198/21777), 90.75 MiB | 812 KiB/s Receiving objects: 33% (7200/21777), 91.48 MiB | 774 KiB/s Receiving objects: 33% (7201/21777), 92.25 MiB | 762 KiB/s Receiving objects: 33% (7201/21777), 92.96 MiB | 729 KiB/s Receiving objects: 33% (7201/21777), 93.58 MiB | 682 KiB/s Receiving objects: 33% (7202/21777), 93.89 MiB | 688 KiB/s Receiving objects: 33% (7207/21777), 94.52 MiB | 662 KiB/s Receiving objects: 33% (7211/21777), 95.20 MiB | 651 KiB/s Receiving objects: 33% (7217/21777), 95.92 MiB | 653 KiB/s Receiving objects: 33% (7217/21777), 96.72 MiB | 692 KiB/s Receiving objects: 33% (7217/21777), 97.60 MiB | 745 KiB/s Receiving objects: 33% (7217/21777), 98.19 MiB | 733 KiB/s Receiving objects: 33% (7217/21777), 98.82 MiB | 717 KiB/s Receiving objects: 33% (7217/21777), 99.46 MiB | 689 KiB/s Receiving objects: 33% (7225/21777), 99.79 MiB | 669 KiB/s Receiving objects: 33% (7233/21777), 100.79 MiB | 631 KiB/s Receiving objects: 33% (7234/21777), 101.14 MiB | 645 KiB/s Receiving objects: 33% (7237/21777), 102.37 MiB | 714 KiB/s Receiving objects: 33% (7237/21777), 103.21 MiB | 761 KiB/s Receiving objects: 33% (7237/21777), 104.09 MiB | 818 KiB/s Receiving objects: 33% (7237/21777), 104.93 MiB | 847 KiB/s Receiving objects: 33% (7237/21777), 105.36 MiB | 843 KiB/s Receiving objects: 33% (7247/21777), 106.17 MiB | 838 KiB/s Receiving objects: 33% (7254/21777), 106.87 MiB | 809 KiB/s Receiving objects: 33% (7262/21777), 107.18 MiB | 779 KiB/s Receiving objects: 33% (7275/21777), 107.83 MiB | 743 KiB/s Receiving objects: 33% (7317/21777), 108.48 MiB | 697 KiB/s Receiving objects: 33% (7324/21777), 109.46 MiB | 635 KiB/s Receiving objects: 33% (7326/21777), 110.14 MiB | 655 KiB/s Receiving objects: 33% (7328/21777), 111.00 MiB | 689 KiB/s Receiving objects: 33% (7328/21777), 111.88 MiB | 733 KiB/s Receiving objects: 33% (7328/21777), 112.75 MiB | 776 KiB/s Receiving objects: 33% (7328/21777), 113.68 MiB | 839 KiB/s Receiving objects: 33% (7328/21777), 114.11 MiB | 842 KiB/s Receiving objects: 33% (7328/21777), 114.68 MiB | 795 KiB/s Receiving objects: 33% (7328/21777), 115.25 MiB | 722 KiB/s Receiving objects: 33% (7332/21777), 115.81 MiB | 652 KiB/s Receiving objects: 33% (7334/21777), 116.41 MiB | 579 KiB/s Receiving objects: 33% (7334/21777), 116.99 MiB | 549 KiB/s Receiving objects: 33% (7334/21777), 117.59 MiB | 560 KiB/s Receiving objects: 33% (7334/21777), 118.44 MiB | 630 KiB/s Receiving objects: 33% (7334/21777), 119.29 MiB | 703 KiB/s Receiving objects: 33% (7346/21777), 119.73 MiB | 729 KiB/s Receiving objects: 33% (7347/21777), 120.70 MiB | 755 KiB/s Receiving objects: 33% (7348/21777), 120.97 MiB | 748 KiB/s Receiving objects: 33% (7349/21777), 121.55 MiB | 688 KiB/s Receiving objects: 33% (7351/21777), 122.11 MiB | 619 KiB/s Receiving objects: 33% (7360/21777), 122.39 MiB | 586 KiB/s Receiving objects: 34% (7405/21777), 122.67 MiB | 511 KiB/s Receiving objects: 35% (7622/21777), 122.67 MiB | 511 KiB/s Receiving objects: 35% (7706/21777), 122.92 MiB | 507 KiB/s Receiving objects: 35% (7706/21777), 123.64 MiB | 542 KiB/s Receiving objects: 35% (7706/21777), 124.50 MiB | 592 KiB/s Receiving objects: 35% (7706/21777), 125.42 MiB | 669 KiB/s Receiving objects: 35% (7706/21777), 126.33 MiB | 802 KiB/s Receiving objects: 35% (7706/21777), 127.06 MiB | 838 KiB/s Receiving objects: 35% (7706/21777), 127.91 MiB | 849 KiB/s Receiving objects: 35% (7706/21777), 128.79 MiB | 843 KiB/s Receiving objects: 35% (7706/21777), 129.65 MiB | 836 KiB/s Receiving objects: 35% (7706/21777), 130.54 MiB | 847 KiB/s Receiving objects: 35% (7706/21777), 131.32 MiB | 844 KiB/s Receiving objects: 35% (7706/21777), 132.18 MiB | 835 KiB/s Receiving objects: 35% (7706/21777), 133.08 MiB | 841 KiB/s Receiving objects: 35% (7706/21777), 133.95 MiB | 841 KiB/s Receiving objects: 35% (7706/21777), 134.82 MiB | 837 KiB/s Receiving objects: 35% (7706/21777), 135.25 MiB | 854 KiB/s Receiving objects: 35% (7706/21777), 136.15 MiB | 868 KiB/s Receiving objects: 35% (7706/21777), 136.62 MiB | 776 KiB/s Receiving objects: 35% (7706/21777), 137.15 MiB | 706 KiB/s Receiving objects: 35% (7706/21777), 137.57 MiB | 604 KiB/s Receiving objects: 35% (7706/21777), 138.01 MiB | 508 KiB/s Receiving objects: 35% (7706/21777), 138.44 MiB | 432 KiB/s Receiving objects: 35% (7706/21777), 138.87 MiB | 420 KiB/s Receiving objects: 35% (7706/21777), 139.36 MiB | 437 KiB/s Receiving objects: 35% (7706/21777), 139.86 MiB | 448 KiB/s Receiving objects: 35% (7706/21777), 140.44 MiB | 480 KiB/s Receiving objects: 35% (7706/21777), 141.00 MiB | 507 KiB/s Receiving objects: 35% (7706/21777), 141.56 MiB | 533 KiB/s Receiving objects: 35% (7706/21777), 141.85 MiB | 539 KiB/s Receiving objects: 35% (7706/21777), 142.44 MiB | 564 KiB/s Receiving objects: 35% (7706/21777), 143.14 MiB | 593 KiB/s Receiving objects: 35% (7706/21777), 143.78 MiB | 612 KiB/s Receiving objects: 35% (7706/21777), 144.52 MiB | 651 KiB/s Receiving objects: 35% (7706/21777), 145.27 MiB | 691 KiB/s Receiving objects: 35% (7706/21777), 146.02 MiB | 714 KiB/s Receiving objects: 35% (7706/21777), 146.76 MiB | 730 KiB/s Receiving objects: 35% (7706/21777), 147.55 MiB | 752 KiB/s Receiving objects: 35% (7706/21777), 148.41 MiB | 775 KiB/s Receiving objects: 35% (7706/21777), 149.28 MiB | 791 KiB/s Receiving objects: 35% (7706/21777), 149.87 MiB | 759 KiB/s Receiving objects: 35% (7706/21777), 150.54 MiB | 733 KiB/s Receiving objects: 35% (7706/21777), 150.84 MiB | 706 KiB/s Receiving objects: 35% (7706/21777), 151.51 MiB | 660 KiB/s Receiving objects: 35% (7706/21777), 152.18 MiB | 626 KiB/s Receiving objects: 35% (7706/21777), 152.91 MiB | 655 KiB/s Receiving objects: 35% (7706/21777), 153.72 MiB | 692 KiB/s Receiving objects: 35% (7706/21777), 154.71 MiB | 758 KiB/s Receiving objects: 35% (7706/21777), 155.48 MiB | 770 KiB/s Receiving objects: 35% (7706/21777), 156.32 MiB | 810 KiB/s Receiving objects: 35% (7706/21777), 157.12 MiB | 815 KiB/s Receiving objects: 35% (7706/21777), 157.55 MiB | 820 KiB/s Receiving objects: 35% (7706/21777), 158.36 MiB | 800 KiB/s Receiving objects: 35% (7706/21777), 159.20 MiB | 824 KiB/s Receiving objects: 35% (7706/21777), 160.06 MiB | 824 KiB/s Receiving objects: 35% (7706/21777), 160.98 MiB | 853 KiB/s Receiving objects: 35% (7706/21777), 162.14 MiB | 935 KiB/s Receiving objects: 35% (7706/21777), 163.16 MiB | 972 KiB/s Receiving objects: 35% (7706/21777), 164.14 MiB | 985 KiB/s Receiving objects: 35% (7706/21777), 164.96 MiB | 973 KiB/s Receiving objects: 35% (7706/21777), 165.81 MiB | 937 KiB/s Receiving objects: 35% (7706/21777), 166.64 MiB | 819 KiB/s Receiving objects: 35% (7706/21777), 167.28 MiB | 787 KiB/s Receiving objects: 35% (7706/21777), 167.61 MiB | 750 KiB/s Receiving objects: 35% (7706/21777), 168.27 MiB | 714 KiB/s Receiving objects: 35% (7706/21777), 168.94 MiB | 670 KiB/s Receiving objects: 35% (7706/21777), 169.62 MiB | 658 KiB/s Receiving objects: 35% (7706/21777), 170.42 MiB | 693 KiB/s Receiving objects: 35% (7706/21777), 171.19 MiB | 715 KiB/s Receiving objects: 35% (7706/21777), 171.82 MiB | 708 KiB/s Receiving objects: 35% (7706/21777), 172.46 MiB | 701 KiB/s Receiving objects: 35% (7706/21777), 173.05 MiB | 680 KiB/s Receiving objects: 35% (7706/21777), 173.70 MiB | 634 KiB/s Receiving objects: 35% (7706/21777), 174.35 MiB | 617 KiB/s Receiving objects: 35% (7706/21777), 175.06 MiB | 641 KiB/s Receiving objects: 35% (7707/21777), 175.46 MiB | 661 KiB/s Receiving objects: 35% (7778/21777), 176.39 MiB | 706 KiB/s Receiving objects: 35% (7800/21777), 177.17 MiB | 741 KiB/s Receiving objects: 35% (7806/21777), 178.02 MiB | 794 KiB/s Receiving objects: 35% (7806/21777), 178.77 MiB | 803 KiB/s Receiving objects: 35% (7807/21777), 179.15 MiB | 799 KiB/s Receiving objects: 35% (7808/21777), 180.03 MiB | 813 KiB/s Receiving objects: 35% (7808/21777), 181.22 MiB | 802 KiB/s Receiving objects: 35% (7808/21777), 181.78 MiB | 756 KiB/s Receiving objects: 35% (7808/21777), 182.34 MiB | 695 KiB/s Receiving objects: 35% (7808/21777), 182.89 MiB | 626 KiB/s Receiving objects: 35% (7808/21777), 183.46 MiB | 554 KiB/s Receiving objects: 35% (7809/21777), 183.74 MiB | 552 KiB/s Receiving objects: 35% (7810/21777), 184.64 MiB | 572 KiB/s Receiving objects: 35% (7810/21777), 185.54 MiB | 651 KiB/s Receiving objects: 35% (7811/21777), 185.95 MiB | 680 KiB/s Receiving objects: 35% (7814/21777), 187.29 MiB | 789 KiB/s Receiving objects: 35% (7814/21777), 187.68 MiB | 807 KiB/s Receiving objects: 35% (7821/21777), 188.14 MiB | 830 KiB/s Receiving objects: 36% (7840/21777), 188.14 MiB | 830 KiB/s Receiving objects: 37% (8058/21777), 188.58 MiB | 857 KiB/s Receiving objects: 38% (8276/21777), 189.00 MiB | 847 KiB/s Receiving objects: 39% (8494/21777), 189.00 MiB | 847 KiB/s Receiving objects: 39% (8574/21777), 189.00 MiB | 847 KiB/s Receiving objects: 40% (8711/21777), 189.00 MiB | 847 KiB/s Receiving objects: 41% (8929/21777), 189.43 MiB | 840 KiB/s Receiving objects: 42% (9147/21777), 189.86 MiB | 844 KiB/s Receiving objects: 42% (9326/21777), 190.28 MiB | 852 KiB/s Receiving objects: 42% (9364/21777), 190.67 MiB | 826 KiB/s Receiving objects: 42% (9364/21777), 191.64 MiB | 762 KiB/s Receiving objects: 43% (9365/21777), 191.95 MiB | 734 KiB/s Receiving objects: 43% (9405/21777), 192.55 MiB | 686 KiB/s Receiving objects: 43% (9406/21777), 193.16 MiB | 629 KiB/s Receiving objects: 43% (9410/21777), 193.89 MiB | 645 KiB/s Receiving objects: 43% (9414/21777), 195.18 MiB | 718 KiB/s Receiving objects: 43% (9414/21777), 196.14 MiB | 788 KiB/s Receiving objects: 43% (9414/21777), 196.55 MiB | 813 KiB/s Receiving objects: 43% (9415/21777), 197.23 MiB | 821 KiB/s Receiving objects: 43% (9415/21777), 197.79 MiB | 776 KiB/s Receiving objects: 43% (9418/21777), 198.06 MiB | 739 KiB/s Receiving objects: 43% (9422/21777), 198.91 MiB | 616 KiB/s Receiving objects: 43% (9425/21777), 199.18 MiB | 575 KiB/s Receiving objects: 43% (9430/21777), 199.75 MiB | 552 KiB/s Receiving objects: 43% (9519/21777), 200.75 MiB | 591 KiB/s Receiving objects: 43% (9521/21777), 201.67 MiB | 668 KiB/s Receiving objects: 43% (9521/21777), 202.50 MiB | 735 KiB/s Receiving objects: 43% (9521/21777), 203.25 MiB | 773 KiB/s Receiving objects: 43% (9521/21777), 204.00 MiB | 797 KiB/s Receiving objects: 43% (9521/21777), 204.72 MiB | 765 KiB/s Receiving objects: 43% (9521/21777), 205.40 MiB | 720 KiB/s Receiving objects: 43% (9521/21777), 205.78 MiB | 708 KiB/s Receiving objects: 43% (9521/21777), 206.59 MiB | 721 KiB/s Receiving objects: 43% (9521/21777), 207.36 MiB | 725 KiB/s Receiving objects: 43% (9521/21777), 208.10 MiB | 739 KiB/s remote: aborting due to possible repository corruption on the remote side. Receiving objects: 43% (9521/21777), 208.25 MiB | 435 KiB/s fatal: early EOF fatal: index-pack failed at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218) ... 14 more Trying next repository ERROR: Could not clone repository java.io.IOException: Could not clone at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) at hudson.FilePath.act(FilePath.java:904) at hudson.FilePath.act(FilePath.java:877) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1575) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) Archiving artifacts |
|
From: Jenkins <je...@ma...> - 2013-09-24 08:10:25
|
See <https://maltcms.de/jenkins/job/Maui/137/> |
|
From: Jenkins <je...@ma...> - 2013-09-24 07:35:55
|
See <https://maltcms.de/jenkins/job/Maui/136/> ------------------------------------------ Started by upstream project "Maltcms-Tests" build number 459 originally caused by: Started by upstream project "Maltcms" build number 627 originally caused by: Started by an SCM change Building in workspace <https://maltcms.de/jenkins/job/Maui/ws/> Checkout:Maui / <https://maltcms.de/jenkins/job/Maui/ws/> - hudson.remoting.LocalChannel@5a776d96 Using strategy: Default Last Built Revision: Revision 3383e02b21415543d50cb644a2fd39a40755d6dc (origin/master, origin/HEAD) Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.code.sf.net/p/maltcmsui/code git --version git version 1.7.9.5 ERROR: Error cloning remote repo 'origin' : Could not clone git://git.code.sf.net/p/maltcmsui/code hudson.plugins.git.GitException: Could not clone git://git.code.sf.net/p/maltcmsui/code at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:220) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1006) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) at hudson.FilePath.act(FilePath.java:904) at hudson.FilePath.act(FilePath.java:877) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1575) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git clone --progress -o origin git://git.code.sf.net/p/maltcmsui/code <https://maltcms.de/jenkins/job/Maui/ws/"> returned status code 128: stdout: Cloning into '<https://maltcms.de/jenkins/job/Maui/ws/'...> stderr: remote: Counting objects: 61 [K remote: Counting objects: 649 [K remote: Counting objects: 1001 [K remote: Counting objects: 1797 [K remote: Counting objects: 2503 [K remote: Counting objects: 2963 [K remote: Counting objects: 3262 [K remote: Counting objects: 3996 [K remote: Counting objects: 6908 [K remote: Counting objects: 9644 [K remote: Counting objects: 17372 [K remote: Counting objects: 21777, done.[K remote: Compressing objects: 0% (1/6781) [K remote: Compressing objects: 1% (68/6781) [K remote: Compressing objects: 2% (136/6781) [K remote: Compressing objects: 3% (204/6781) [K remote: Compressing objects: 4% (272/6781) [K remote: Compressing objects: 5% (340/6781) [K remote: Compressing objects: 6% (407/6781) [K remote: Compressing objects: 7% (475/6781) [K remote: Compressing objects: 8% (543/6781) [K remote: Compressing objects: 9% (611/6781) [K remote: Compressing objects: 10% (679/6781) [K remote: Compressing objects: 11% (746/6781) [K remote: Compressing objects: 12% (814/6781) [K remote: Compressing objects: 13% (882/6781) [K remote: Compressing objects: 14% (950/6781) [K remote: Compressing objects: 15% (1018/6781) [K remote: Compressing objects: 16% (1085/6781) [K remote: Compressing objects: 17% (1153/6781) [K remote: Compressing objects: 18% (1221/6781) [K remote: Compressing objects: 19% (1289/6781) [K remote: Compressing objects: 20% (1357/6781) [K remote: Compressing objects: 21% (1425/6781) [K remote: Compressing objects: 22% (1492/6781) [K remote: Compressing objects: 23% (1560/6781) [K remote: Compressing objects: 24% (1628/6781) [K remote: Compressing objects: 25% (1696/6781) [K remote: Compressing objects: 26% (1764/6781) [K remote: Compressing objects: 27% (1831/6781) [K remote: Compressing objects: 28% (1899/6781) [K remote: Compressing objects: 29% (1967/6781) [K remote: Compressing objects: 30% (2035/6781) [K remote: Compressing objects: 31% (2103/6781) [K remote: Compressing objects: 32% (2170/6781) [K remote: Compressing objects: 33% (2238/6781) [K remote: Compressing objects: 34% (2306/6781) [K remote: Compressing objects: 35% (2374/6781) [K remote: Compressing objects: 36% (2442/6781) [K remote: Compressing objects: 37% (2509/6781) [K remote: Compressing objects: 38% (2577/6781) [K remote: Compressing objects: 39% (2645/6781) [K remote: Compressing objects: 40% (2713/6781) [K remote: Compressing objects: 41% (2781/6781) [K remote: Compressing objects: 42% (2849/6781) [K remote: Compressing objects: 43% (2916/6781) [K remote: Compressing objects: 44% (2984/6781) [K remote: Compressing objects: 45% (3052/6781) [K remote: Compressing objects: 46% (3120/6781) [K remote: Compressing objects: 47% (3188/6781) [K remote: Compressing objects: 48% (3255/6781) [K remote: Compressing objects: 49% (3323/6781) [K remote: Compressing objects: 50% (3391/6781) [K remote: Compressing objects: 51% (3459/6781) [K remote: Compressing objects: 52% (3527/6781) [K remote: Compressing objects: 53% (3594/6781) [K remote: Compressing objects: 54% (3662/6781) [K remote: Compressing objects: 55% (3730/6781) [K remote: Compressing objects: 56% (3798/6781) [K remote: Compressing objects: 57% (3866/6781) [K remote: Compressing objects: 58% (3933/6781) [K remote: Compressing objects: 59% (4001/6781) [K remote: Compressing objects: 60% (4069/6781) [K remote: Compressing objects: 61% (4137/6781) [K remote: Compressing objects: 62% (4205/6781) [K remote: Compressing objects: 63% (4273/6781) [K remote: Compressing objects: 64% (4340/6781) [K remote: Compressing objects: 65% (4408/6781) [K remote: Compressing objects: 66% (4476/6781) [K remote: Compressing objects: 67% (4544/6781) [K remote: Compressing objects: 68% (4612/6781) [K remote: Compressing objects: 69% (4679/6781) [K remote: Compressing objects: 70% (4747/6781) [K remote: Compressing objects: 71% (4815/6781) [K remote: Compressing objects: 72% (4883/6781) [K remote: Compressing objects: 72% (4917/6781) [K remote: Compressing objects: 73% (4951/6781) [K remote: Compressing objects: 74% (5018/6781) [K remote: Compressing objects: 75% (5086/6781) [K remote: Compressing objects: 76% (5154/6781) [K remote: Compressing objects: 77% (5222/6781) [K remote: Compressing objects: 78% (5290/6781) [K remote: Compressing objects: 79% (5357/6781) [K remote: Compressing objects: 80% (5425/6781) [K remote: Compressing objects: 81% (5493/6781) [K remote: Compressing objects: 82% (5561/6781) [K remote: Compressing objects: 83% (5629/6781) [K remote: Compressing objects: 84% (5697/6781) [K remote: Compressing objects: 85% (5764/6781) [K remote: Compressing objects: 86% (5832/6781) [K remote: Compressing objects: 87% (5900/6781) [K remote: Compressing objects: 88% (5968/6781) [K remote: Compressing objects: 89% (6036/6781) [K remote: Compressing objects: 90% (6103/6781) [K remote: Compressing objects: 91% (6171/6781) [K remote: Compressing objects: 92% (6239/6781) [K remote: Compressing objects: 93% (6307/6781) [K remote: Compressing objects: 94% (6375/6781) [K remote: Compressing objects: 95% (6442/6781) [K remote: Compressing objects: 96% (6510/6781) [K remote: Compressing objects: 97% (6578/6781) [K remote: Compressing objects: 98% (6646/6781) [K remote: Compressing objects: 99% (6714/6781) [K remote: Compressing objects: 100% (6781/6781) [K remote: Compressing objects: 100% (6781/6781), done.[K Receiving objects: 0% (1/21777) Receiving objects: 1% (218/21777) Receiving objects: 2% (436/21777) Receiving objects: 3% (654/21777), 180.00 KiB | 301 KiB/s Receiving objects: 3% (763/21777), 180.00 KiB | 301 KiB/s Receiving objects: 4% (872/21777), 180.00 KiB | 301 KiB/s Receiving objects: 4% (1081/21777), 864.00 KiB | 540 KiB/s Receiving objects: 4% (1084/21777), 1.84 MiB | 600 KiB/s Receiving objects: 4% (1087/21777), 2.18 MiB | 613 KiB/s Receiving objects: 4% (1088/21777), 2.92 MiB | 641 KiB/s Receiving objects: 5% (1089/21777), 3.50 MiB | 653 KiB/s Receiving objects: 5% (1090/21777), 3.82 MiB | 659 KiB/s Receiving objects: 5% (1093/21777), 4.47 MiB | 631 KiB/s Receiving objects: 5% (1095/21777), 4.74 MiB | 619 KiB/s Receiving objects: 5% (1098/21777), 5.31 MiB | 584 KiB/s Receiving objects: 5% (1099/21777), 5.90 MiB | 573 KiB/s Receiving objects: 5% (1101/21777), 6.49 MiB | 565 KiB/s Receiving objects: 5% (1101/21777), 7.09 MiB | 579 KiB/s Receiving objects: 5% (1107/21777), 7.79 MiB | 611 KiB/s Receiving objects: 5% (1110/21777), 8.64 MiB | 666 KiB/s Receiving objects: 5% (1110/21777), 9.54 MiB | 737 KiB/s Receiving objects: 5% (1112/21777), 10.39 MiB | 793 KiB/s Receiving objects: 5% (1113/21777), 11.40 MiB | 877 KiB/s Receiving objects: 5% (1115/21777), 11.75 MiB | 870 KiB/s Receiving objects: 5% (1117/21777), 12.67 MiB | 797 KiB/s Receiving objects: 5% (1117/21777), 13.30 MiB | 735 KiB/s Receiving objects: 5% (1120/21777), 13.61 MiB | 707 KiB/s Receiving objects: 5% (1122/21777), 14.54 MiB | 616 KiB/s Receiving objects: 5% (1123/21777), 14.87 MiB | 614 KiB/s Receiving objects: 5% (1125/21777), 15.56 MiB | 639 KiB/s Receiving objects: 5% (1131/21777), 16.83 MiB | 712 KiB/s Receiving objects: 5% (1134/21777), 17.39 MiB | 696 KiB/s Receiving objects: 5% (1134/21777), 17.71 MiB | 696 KiB/s Receiving objects: 5% (1134/21777), 18.33 MiB | 688 KiB/s Receiving objects: 5% (1134/21777), 18.95 MiB | 661 KiB/s Receiving objects: 5% (1134/21777), 19.59 MiB | 615 KiB/s Receiving objects: 5% (1134/21777), 20.31 MiB | 647 KiB/s Receiving objects: 5% (1134/21777), 21.15 MiB | 690 KiB/s Receiving objects: 5% (1134/21777), 21.90 MiB | 716 KiB/s Receiving objects: 5% (1134/21777), 22.73 MiB | 758 KiB/s Receiving objects: 5% (1135/21777), 23.21 MiB | 785 KiB/s Receiving objects: 5% (1138/21777), 24.10 MiB | 822 KiB/s Receiving objects: 5% (1139/21777), 25.50 MiB | 854 KiB/s Receiving objects: 5% (1139/21777), 26.40 MiB | 876 KiB/s Receiving objects: 5% (1140/21777), 26.65 MiB | 850 KiB/s Receiving objects: 5% (1142/21777), 27.21 MiB | 782 KiB/s Receiving objects: 5% (1142/21777), 27.77 MiB | 703 KiB/s Receiving objects: 5% (1146/21777), 28.33 MiB | 621 KiB/s Receiving objects: 5% (1146/21777), 28.89 MiB | 552 KiB/s Receiving objects: 5% (1146/21777), 29.50 MiB | 560 KiB/s Receiving objects: 5% (1146/21777), 30.18 MiB | 595 KiB/s Receiving objects: 5% (1146/21777), 31.00 MiB | 645 KiB/s Receiving objects: 5% (1146/21777), 31.57 MiB | 654 KiB/s Receiving objects: 5% (1146/21777), 32.18 MiB | 665 KiB/s Receiving objects: 5% (1148/21777), 32.84 MiB | 671 KiB/s Receiving objects: 5% (1148/21777), 33.50 MiB | 635 KiB/s Receiving objects: 5% (1148/21777), 34.16 MiB | 628 KiB/s Receiving objects: 5% (1149/21777), 34.99 MiB | 680 KiB/s Receiving objects: 5% (1150/21777), 35.85 MiB | 722 KiB/s fatal: read error: Connection reset by peer fatal: early EOF fatal: index-pack failed at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218) ... 14 more Trying next repository ERROR: Could not clone repository java.io.IOException: Could not clone at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) at hudson.FilePath.act(FilePath.java:904) at hudson.FilePath.act(FilePath.java:877) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1575) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) Archiving artifacts |