nixbot

builds

succeeded libmatthew-java-0.8 x86_64-linux.nixos-nixworker · build #452 · raw

unpackPhase
1unpacking source archive /nix/store/79vmz82yi3rchb7wdka0yqsi84y86dyj-libmatthew-java-0.8.tar.gz2source root is libmatthew-java-0.83setting SOURCE_DATE_EPOCH to timestamp 1309249640 of file "libmatthew-java-0.8/unix-java.c"
configurePhase
4no configure script, doing nothing
buildPhase
5build flags: SHELL=/nix/store/c9mv5v53f7vy3wd00ah0f77k509mzmn7-bash-5.3p15/bin/bash6mkdir -p classes7make .disabledebug8make[1]: Entering directory '/build/libmatthew-java-0.8'9mkdir -p classes10cpp -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java11javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java12warning: [options] bootstrap class path not set in conjunction with -source 1.513warning: [options] source value 1.5 is obsolete and will be removed in a future release14warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.15Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations.16Note: Recompile with -Xlint:unchecked for details.173 warnings18rm -f .enabledebug19touch .disabledebug20make[1]: Leaving directory '/build/libmatthew-java-0.8'21javac -source 1.5 -d classes -cp classes cx/ath/matthew/cgi/Password.java cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/SubmitButton.java cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/TextField.java cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/cgi/CGI.java cx/ath/matthew/cgi/CGIErrorHandler.java cx/ath/matthew/cgi/CGIHeaderSentException.java cx/ath/matthew/cgi/CGIInvalidContentFormatException.java cx/ath/matthew/cgi/CheckBox.java cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/DefaultErrorHandler.java cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/DropDown.java cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/HTMLForm.java cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/MultipleDropDown.java cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/io/DOMPrinter.java cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/ExecOutputStream.java cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/TeeInputStream.java cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test.java cx/ath/matthew/io/test2.java cx/ath/matthew/io/test3.java cx/ath/matthew/unix/USInputStream.java cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/NotConnectedException.java cx/ath/matthew/unix/UnixIOException.java cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/UnixServerSocket.java cx/ath/matthew/unix/UnixSocket.java cx/ath/matthew/utils/Hexdump.java22warning: [options] bootstrap class path not set in conjunction with -source 1.523warning: [options] source value 1.5 is obsolete and will be removed in a future release24warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.25Note: Some input files use unchecked or unsafe operations.26Note: Recompile with -Xlint:unchecked for details.273 warnings28touch .classes29echo "Class-Path: " > Manifest30(cd classes; jar cfm ../unix-0.5.jar ../Manifest cx/ath/matthew/unix/*class)31(cd classes; jar cf ../cgi-0.6.jar cx/ath/matthew/cgi/*class)32make .enabledebug33make[1]: Entering directory '/build/libmatthew-java-0.8'34mkdir -p classes35cpp -C -P -DDEBUGSETTING=true < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java36javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java37warning: [options] bootstrap class path not set in conjunction with -source 1.538warning: [options] source value 1.5 is obsolete and will be removed in a future release39warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.40Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations.41Note: Recompile with -Xlint:unchecked for details.423 warnings43rm -f .disabledebug44touch .enabledebug45make[1]: Leaving directory '/build/libmatthew-java-0.8'46echo "Class-Path: /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/hexdump.jar" > Manifest47(cd classes;jar cfm ../debug-enable-1.1.jar ../Manifest cx/ath/matthew/debug/*.class)48make .disabledebug49make[1]: Entering directory '/build/libmatthew-java-0.8'50mkdir -p classes51cpp -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java52javac -source 1.5 -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java53warning: [options] bootstrap class path not set in conjunction with -source 1.554warning: [options] source value 1.5 is obsolete and will be removed in a future release55warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.56Note: cx/ath/matthew/debug/Debug.java uses unchecked or unsafe operations.57Note: Recompile with -Xlint:unchecked for details.583 warnings59rm -f .enabledebug60touch .disabledebug61make[1]: Leaving directory '/build/libmatthew-java-0.8'62echo "Class-Path: /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/hexdump.jar" > Manifest63(cd classes;jar cfm ../debug-disable-1.1.jar ../Manifest cx/ath/matthew/debug/*.class)64(cd classes; jar cf ../io-0.1.jar cx/ath/matthew/io/*class)65(cd classes; jar cf ../hexdump-0.2.jar cx/ath/matthew/utils/Hexdump.class)66javah -classpath classes -o cgi-java.h cx.ath.matthew.cgi.CGI67gcc -Wall -Os -pedantic -Werror -std=c99 -fpic -fno-stack-protector -I/nix/store/a97rarcm3vskykmggsca1a0qqzcwd0p3-openjdk-8u502-b07/include -I/nix/store/a97rarcm3vskykmggsca1a0qqzcwd0p3-openjdk-8u502-b07/include/linux -c -o cgi-java.o cgi-java.c68gcc -fpic -shared -o libcgi-java.so cgi-java.o69javah -classpath classes -o unix-java.h cx.ath.matthew.unix.UnixServerSocket cx.ath.matthew.unix.UnixSocket cx.ath.matthew.unix.USInputStream cx.ath.matthew.unix.USOutputStream70gcc -Wall -Os -pedantic -Werror -std=c99 -fpic -fno-stack-protector -I/nix/store/a97rarcm3vskykmggsca1a0qqzcwd0p3-openjdk-8u502-b07/include -I/nix/store/a97rarcm3vskykmggsca1a0qqzcwd0p3-openjdk-8u502-b07/include/linux -c -o unix-java.o unix-java.c71gcc -fpic -shared -o libunix-java.so unix-java.o72rm unix-java.o cgi-java.o
installPhase
73install flags: SHELL=/nix/store/c9mv5v53f7vy3wd00ah0f77k509mzmn7-bash-5.3p15/bin/bash install74install -d /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib/jni 75install libcgi-java.so /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib/jni76install libunix-java.so /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib/jni77install -d /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java78install -m 644 debug-enable-1.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java79install -m 644 debug-disable-1.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java80install -m 644 unix-0.5.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java81install -m 644 cgi-0.6.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java82install -m 644 io-0.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java83install -m 644 hexdump-0.2.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java84ln -sf debug-disable-1.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/debug-disable.jar85ln -sf debug-enable-1.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/debug-enable.jar86ln -sf unix-0.5.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/unix.jar87ln -sf io-0.1.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/io.jar88ln -sf cgi-0.6.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/cgi.jar89ln -sf hexdump-0.2.jar /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/share/java/hexdump.jar
fixupPhase
90shrinking RPATHs of ELF executables and libraries in /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.891shrinking /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib/jni/libcgi-java.so92shrinking /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib/jni/libunix-java.so93checking for references to /build/ in /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8...94patching script interpreter paths in /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.895stripping (with command strip and flags -S -p) in /nix/store/0hp9r8n38wf6szmyjvppm259k95n3dwr-libmatthew-java-0.8/lib