[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_26 #1956
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Mar 6 13:22:59 UTC 2016
See <https://jenkins.debian.net/job/reproducible_builder_armhf_26/1956/>
------------------------------------------
[...truncated 10664 lines...]
../include/cxxtools/char.h:145:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a == b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, unsigned int)’:
../include/cxxtools/char.h:154:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() != b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:164:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a != b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:175:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() < b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:177:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a < b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:188:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() > b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:190:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a > b.value(); }
^
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/characters.h:31,
from xml/characters.cpp:26:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:201:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() <= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:203:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a <= b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:214:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() >= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:216:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a >= b.value(); }
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/entityresolver.cpp -fPIC -DPIC -o .libs/entityresolver.o
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/endelement.h:31,
from xml/endelement.cpp:26:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:143:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:145:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a == b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, unsigned int)’:
../include/cxxtools/char.h:154:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() != b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:164:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a != b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:175:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() < b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:177:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a < b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:188:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() > b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:190:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a > b.value(); }
^
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/endelement.h:31,
from xml/endelement.cpp:26:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:201:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() <= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:203:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a <= b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:214:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() >= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:216:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a >= b.value(); }
^
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/entityresolver.h:30,
from xml/entityresolver.cpp:27:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:143:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:145:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a == b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, unsigned int)’:
../include/cxxtools/char.h:154:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() != b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:164:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a != b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:175:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() < b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:177:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a < b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:188:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() > b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:190:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a > b.value(); }
^
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/entityresolver.h:30,
from xml/entityresolver.cpp:27:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:201:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() <= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:203:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a <= b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:214:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() >= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:216:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a >= b.value(); }
^
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o namespacecontext.lo `test -f 'xml/namespacecontext.cpp' || echo './'`xml/namespacecontext.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/namespacecontext.cpp -fPIC -DPIC -o .libs/namespacecontext.o
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/namespace.h:30,
from ../include/cxxtools/xml/namespacecontext.h:30,
from xml/namespacecontext.cpp:26:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:143:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:145:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a == b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator==(const cxxtools::Char&, unsigned int)’:
../include/cxxtools/char.h:154:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() == b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() != b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator!=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:164:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a != b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:175:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() < b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:177:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a < b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:188:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() > b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:190:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a > b.value(); }
^
In file included from ../include/cxxtools/string.h:34:0,
from ../include/cxxtools/xml/namespace.h:30,
from ../include/cxxtools/xml/namespacecontext.h:30,
from xml/namespacecontext.cpp:26:
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:201:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() <= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator<=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:203:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a <= b.value(); }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(const cxxtools::Char&, wchar_t)’:
../include/cxxtools/char.h:214:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a.value() >= b; }
^
../include/cxxtools/char.h: In function ‘bool cxxtools::operator>=(wchar_t, const cxxtools::Char&)’:
../include/cxxtools/char.h:216:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
{ return a >= b.value(); }
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/characters.cpp -o characters.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/endelement.cpp -o endelement.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/entityresolver.cpp -o entityresolver.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -Wall -pedantic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml/namespacecontext.cpp -o namespacecontext.o >/dev/null 2>&1
Terminated
/srv/reproducible-results/rbuild-debian-5WbVJTw3/tmp.rTX3XfX6xg: Sun 6 Mar 13:22:57 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-r8S3ikns, which will now be removed.
95.7% -- replaced with /srv/reproducible-results/rbuild-debian-5WbVJTw3/tmp.rTX3XfX6xg.gz
Sun 6 Mar 13:22:57 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-r8S3ikns, which will now be removed.
INFO: Starting at 2016-03-06 13:22:57.594583
FATAL: null
java.lang.NullPointerException
at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:173)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
INFO: Finished at 2016-03-06 13:22:58.357941, took: 0:00:00.763369
INFO: Starting at 2016-03-06 13:22:58.575341
More information about the Qa-jenkins-scm
mailing list