Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] [Hudson] Build failed in Hudson: 9.0.x #156

See <https://hudson.eclipse.org/sapphire/job/9.0.x/156/changes>

Changes:

[Konstantin Komissarchik] Enhancement : Use try-with-resources instead of try-finally

[Konstantin Komissarchik] Enhancement : FunctionResult should be AutoCloseable

[Konstantin Komissarchik] Enhancement : Element should be AutoCloseable

[Konstantin Komissarchik] Enhancement : DefinitionLoader.Reference should be AutoCloseable

[Konstantin Komissarchik] Enhancement : SapphirePart should be AutoCloseable

[Konstantin Komissarchik] Enhancement : SapphireCondition should be AutoCloseable

[Konstantin Komissarchik] Enhancement : Event suspension handle should be AutoCloseable

[Konstantin Komissarchik] Enhancement : Use try-with-resources instead of try-finally

[Konstantin Komissarchik] Enhancement : Use try-with-resources instead of try-finally

------------------------------------------
Started by an SCM change
Checkout:workspace / <https://hudson.eclipse.org/sapphire/job/9.0.x/ws/> - hudson.remoting.LocalChannel@49cf9cc2
Using strategy: Default
Last Built Revision: Revision 8e516f6d6b150eb60246357669f2eae08efcaebb (origin/master)
Checkout:workspace / <https://hudson.eclipse.org/sapphire/job/9.0.x/ws/> - hudson.remoting.LocalChannel@49cf9cc2
Fetching changes from the remote Git repository
Fetching upstream changes from /gitroot/sapphire/org.eclipse.sapphire.git
Commencing build of Revision 7e09fbfc7f11be2941961448be5b4d164414f867 (origin/master)
Checking out Revision 7e09fbfc7f11be2941961448be5b4d164414f867 (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Starting xvnc
[workspace] $ Xvnc :20 -geometry 1024x768 -depth 24 -ac
[workspace] $ /shared/common/apache-ant-1.8.4/bin/ant -file build.xml -Dhttps.proxyPort=9898 -Dfindbugs.location=/shared/common/findbugs-3.0.0/ -Dftp.proxyHost=proxy.eclipse.org -Dbuild.compiler=javac1.6 -Dsign=true -DftpnonProxyHosts=*.eclipse.org -Dftp.proxyPort=9898 -Dwarnings=true "-Dhttp.proxyHost=proxy.eclipse.org " -Ddownloads=/shared/technology/sapphire/downloads -DSigning.Library=sign-hudson.xml -Dhttp.proxyPort=9898 -DhttpnonProxyHosts=*.eclipse.org -Denv.JDK_16_HOME=/shared/common/jdk1.6.0_27.x86_64 -Dhttps.proxyHost=proxy.eclipse.org -DhttpsnonProxyHosts=*.eclipse.org hudson-build
04/03/2015 21:10:48 Xvnc version X.org/xf4vnc custom version
04/03/2015 21:10:48 Copyright (C) 2001-2004 Alan Hourihane.
04/03/2015 21:10:48 Copyright (C) 2000-2004 Constantin Kaplinsky
04/03/2015 21:10:48 Copyright (C) 1999 AT&T Laboratories Cambridge
04/03/2015 21:10:48 All Rights Reserved.
04/03/2015 21:10:48 See http://www.tightvnc.com/ for information on TightVNC
04/03/2015 21:10:48 See http://xf4vnc.sf.net for xf4vnc-specific information
04/03/2015 21:10:48 Desktop name 'x11' (hipp1:20)
04/03/2015 21:10:48 Protocol versions supported: 3.7, 3.3
04/03/2015 21:10:48 RGB format 8 8 8
04/03/2015 21:10:48 Listening for VNC connections on TCP port 5920
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF, removing from list!
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
Buildfile: /jobs/genie.sapphire/9.0.x/workspace/build.xml
     [echo] Java Version: 1.8.0

init-library:
     [echo] Building Sapphire releng Ant library...
   [delete] Deleting directory /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/bin
    [mkdir] Created dir: /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/bin
    [javac] /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/library.xml:43: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 12 source files to /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/bin
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/src/org/eclipse/sapphire/releng/ant/BundleInventory.java:76: error: try-with-resources is not supported in -source 1.5
    [javac]         try( BufferedWriter w = new BufferedWriter( new FileWriter( f ) ) )
    [javac]            ^
    [javac]   (use -source 7 or higher to enable try-with-resources)
    [javac] /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/src/org/eclipse/sapphire/releng/ant/ExportDocumentationTask.java:86: error: try-with-resources is not supported in -source 1.5
    [javac]         try( InputStream stream = connection.getInputStream() )
    [javac]            ^
    [javac]   (use -source 7 or higher to enable try-with-resources)
    [javac] /jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/src/org/eclipse/sapphire/releng/ant/ManifestUtil.java:57: error: try-with-resources is not supported in -source 1.5
    [javac]             try( ZipFile zip = ZipUtil.open( location ) )
    [javac]                ^
    [javac]   (use -source 7 or higher to enable try-with-resources)
    [javac] 3 errors
    [javac] 4 warnings

BUILD FAILED
/jobs/genie.sapphire/9.0.x/workspace/releng/ant-library/library.xml:43: Compile failed; see the compiler error output for details.

Total time: 1 second
Terminating xvnc.
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top