>>> Starting at: Tue Jul 7 17:20:08 EDT 2009
>>> Commit: f599e84e8fcba9d232092cc7741cbcf8cba3e065
>>> Switching git branch...
Previous HEAD position was 4b92e5f... Merge commit 'origin/sqlite_hack2' into sqlite_hack2
HEAD is now at f599e84... WvStreamStream: oops, protect an access to inbuf with a lock.
HEAD is now at f599e84 WvStreamStream: oops, protect an access to inbuf with a lock.
>>> Cleaning...
>>> Building...
+ . /home/apenwarr/.bashrc
++ export SVN=svn+ssh://svn.pwbc.ca/home/svn
++ SVN=svn+ssh://svn.pwbc.ca/home/svn
++ export PATH=/home/apenwarr/bin:/home/apenwarr/src/git:/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin
++ PATH=/home/apenwarr/bin:/home/apenwarr/src/git:/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin
++ export LESS=-MMFRSXi
++ LESS=-MMFRSXi
++ export EDITOR=joe
++ EDITOR=joe
++ export EMAIL=apenwarr@gmail.com
++ EMAIL=apenwarr@gmail.com
++ gitify
++ export PATH=/home/apenwarr/src/git:/sw/bin:/usr/local/bin:/home/apenwarr/bin:/home/apenwarr/src/git:/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin
++ PATH=/home/apenwarr/src/git:/sw/bin:/usr/local/bin:/home/apenwarr/bin:/home/apenwarr/src/git:/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin
++ export GITPERLLIB=/home/apenwarr/src/git/perl
++ GITPERLLIB=/home/apenwarr/src/git/perl
++ '[' -z '' ']'
++ return
+ '[' -x configure-mingw32 ']'
+ clean
+ git clean -fdx
+ '[' '!' -d wv ']'
+ git clean -fdx
+ '[' '!' -d wv/wvstreams ']'
+ git clean -fdx
+ '[' '!' -x get-git-modules ']'
+ '[' '!' -x autogen.sh ']'
+ autoconf
autoconf: no input file
+ true
+ '[' '!' -x configure ']'
+ make
gmcs -langversion:linq /warn:4 /debug /target:library /out:wv.dll /r:Mono.Posix /r:System.Data /r:System.Web /r:Mono.Data.Sqlite assemblyinfo.cs wvutils.cs wvtest.cs wvdata.cs wvmoniker.cs wvurl.cs wvdbi.cs wvini.cs wvquery.cs wvloopsock.cs wveventer.cs wvbuf.cs wvstream.cs wvstreamstream.cs wvsockstream.cs wvloopback.cs wvlog.cs wvhexdump.cs wvextensions.cs wvweb.cs wvhtml.cs wvhttpserver.cs wvcsv.cs ndesk-options.cs mono-getline.cs
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
wvstreamstream.cs(141,20): warning CS0414: The private field `Wv.WvStreamStream.c' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
+ make -q tests
+ '[' 1 = 1 ']'
+ make tests
gmcs -langversion:linq /warn:4 /debug /target:exe /out:streamtest.exe /r:Mono.Posix /r:System.Data /r:System.Web /r:Mono.Data.Sqlite streamtest.cs /r:wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
rm -f streamtest
ln -sf streamtest.exe streamtest
gmcs -langversion:linq /warn:4 /debug /target:exe /out:servtest.exe /r:Mono.Posix /r:System.Data /r:System.Web /r:Mono.Data.Sqlite /r:System.ServiceProcess /r:System.Configuration.Install servtest.cs /r:wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
rm -f servtest
ln -sf servtest.exe servtest
gmcs -langversion:linq /warn:4 /debug /target:exe /out:httpservtest.exe /r:Mono.Posix /r:System.Data /r:System.Web /r:Mono.Data.Sqlite httpservtest.cs /r:wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
rm -f httpservtest
ln -sf httpservtest.exe httpservtest
gmcs -langversion:linq /warn:4 /debug /target:exe /out:htmlgentest.exe /r:Mono.Posix /r:System.Data /r:System.Web /r:Mono.Data.Sqlite htmlgentest.cs /r:wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
rm -f htmlgentest
ln -sf htmlgentest.exe htmlgentest
--> Making tests in t...
set -o pipefail; cpp -I.. -C -dI wvtest.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvtest.t.cs.E || (rm -f wvtest.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wv.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wv.t.cs.E || (rm -f wv.t.cs.E && exit 1)
create symbolic link `./wv.dll' to `../wv.dll'
gmcs -langversion:linq /warn:4 /debug /target:exe /out:wvtest.t.exe /r:Mono.Posix /r:System.Data /r:System.Web wvtest.t.cs.E wv.t.cs.E /r:../wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
set -o pipefail; cpp -I.. -C -dI wvutils.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvutils.t.cs.E || (rm -f wvutils.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvloopsock.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvloopsock.t.cs.E || (rm -f wvloopsock.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvlog.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvlog.t.cs.E || (rm -f wvlog.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvdata.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvdata.t.cs.E || (rm -f wvdata.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvstream.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvstream.t.cs.E || (rm -f wvstream.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvmoniker.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvmoniker.t.cs.E || (rm -f wvmoniker.t.cs.E && exit 1)
set -o pipefail; cpp -I.. -C -dI wvurl.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvurl.t.cs.E || (rm -f wvurl.t.cs.E && exit 1)
create symbolic link `./wv.dll' to `../wv.dll'
gmcs -langversion:linq /warn:4 /debug /target:exe /out:wv.t.exe /r:Mono.Posix /r:System.Data /r:System.Web wv.t.cs.E wvutils.t.cs.E wvloopsock.t.cs.E wvlog.t.cs.E wvdata.t.cs.E wvstream.t.cs.E wvmoniker.t.cs.E wvurl.t.cs.E /r:../wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
set -o pipefail; cpp -I.. -C -dI wvhttpserver.t.cs \
| expand -8 \
| sed -e 's,^#include,//#include,' \
| grep -v '^# [0-9]' \
>wvhttpserver.t.cs.E || (rm -f wvhttpserver.t.cs.E && exit 1)
create symbolic link `./wv.dll' to `../wv.dll'
gmcs -langversion:linq /warn:4 /debug /target:exe /out:wvhttpserver.t.exe /r:Mono.Posix /r:System.Data /r:System.Web wvhttpserver.t.cs.E wv.t.cs.E /r:../wv.dll
warning CS8030: Deprecated: The `linq' option is no longer required and should not be used
Compilation succeeded - 1 warning(s)
+ export DBUS_SESSION_BUS_ADDRESS=tcp:host=localhost,port=55155
+ DBUS_SESSION_BUS_ADDRESS=tcp:host=localhost,port=55155
+ cd versaplexd
../build.sh: line 32: cd: versaplexd: No such file or directory
+ cat
+ ./versaplexd -l tcp:55155 -c versaplexd.ini
+ VPID=11141
+ cd ..
+ sleep 2
+ make test
make: *** No rule to make target `test'. Stop.
+ RET=2
+ kill -15 11141
../build.sh: line 55: kill: (11141) - No such process
+ test 2 -ne 0
+ exit 2
>>> Result code: 40
FAIL
`log.out' -> `out/fail/f599e84e8fcba9d232092cc7741cbcf8cba3e065'
Done: f599e84e8fcba9d232092cc7741cbcf8cba3e065