[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_48 #6725
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Sep 8 15:12:38 UTC 2016
See <https://jenkins.debian.net/job/reproducible_builder_armhf_48/6725/>
------------------------------------------
[...truncated 91146 lines...]
);
^
In file included from /usr/include/pangomm-1.4/pangomm/item.h:26:0,
from /usr/include/pangomm-1.4/pangomm/context.h:38,
from /usr/include/pangomm-1.4/pangomm/layout.h:35,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:29,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ./ui/tool/control-point.h:13,
from ./ui/tool/selectable-control-point.h:12,
from ui/tool/selectable-control-point.cpp:9:
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘PangoAttrFloat* Pango::AttrFloat::gobj()’:
/usr/include/pangomm-1.4/pangomm/attributes.h:655:89: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘PangoAttrFloat* {aka _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
PangoAttrFloat* gobj() { return reinterpret_cast<PangoAttrFloat*>(gobject_); }
^
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘const PangoAttrFloat* Pango::AttrFloat::gobj() const’:
/usr/include/pangomm-1.4/pangomm/attributes.h:657:95: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘const PangoAttrFloat* {aka const _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
const PangoAttrFloat* gobj() const { return reinterpret_cast<const PangoAttrFloat*>(gobject_); }
^
In file included from ui/tool/node.cpp:26:0:
./ui/control-manager.h: At global scope:
./ui/control-manager.h:78:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr<ControlManagerImpl> _impl;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /usr/include/boost/smart_ptr/weak_ptr.hpp:16,
from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from ui/tool/node.h:30,
from ui/tool/multi-path-manipulator.h:16,
from ui/tool/node.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./2geom/geom.h:43:0,
from ./snapped-point.h:17,
from ./snapper.h:20,
from ./line-snapper.h:13,
from ./guide-snapper.h:14,
from ./snap.h:21,
from ./sp-namedview.h:21,
from ./ui/widget/registered-widget.h:31,
from ./ui/widget/registered-enums.h:14,
from ./live_effects/parameter/enum.h:12,
from ./live_effects/lpe-powerstroke.h:15,
from ui/tool/path-manipulator.cpp:13:
./2geom/line.h: In member function ‘void Geom::Line::setPoints(const Geom::Point&, const Geom::Point&)’:
./2geom/line.h:146:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
else
^~~~
./2geom/line.h:148:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’
m_versor.normalize();
^~~~~~~~
In file included from ui/tool/multi-path-manipulator.cpp:14:0:
ui/tool/node.h: In instantiation of ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node; Inkscape::UI::NodeIterator< <template-parameter-1-1> >::self = Inkscape::UI::NodeIterator<Inkscape::UI::Node>]’:
ui/tool/multi-path-manipulator.cpp:255:40: required from here
ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
In file included from ui/tool/multi-path-manipulator.h:16:0,
from ui/tool/node.cpp:12:
ui/tool/node.h: In instantiation of ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node; Inkscape::UI::NodeIterator< <template-parameter-1-1> >::self = Inkscape::UI::NodeIterator<Inkscape::UI::Node>]’:
ui/tool/node.cpp:907:24: required from here
ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:35:0,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:33,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ./ui/tool/control-point.h:13,
from ./ui/tool/selectable-control-point.h:12,
from ui/tool/selectable-control-point.cpp:9:
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘GdkScreen* Gdk::Screen::gobj()’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:97:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
GdkScreen* gobj() { return reinterpret_cast<GdkScreen*>(gobject_); }
^
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘const GdkScreen* Gdk::Screen::gobj() const’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:100:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
const GdkScreen* gobj() const { return reinterpret_cast<GdkScreen*>(gobject_); }
^
ui/tool/node.h: In member function ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node]’:
ui/tool/node.h:323:48: warning: nonnull argument ‘other’ compared to NULL [-Wnonnull-compare]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
ui/tool/node.h: In member function ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node]’:
ui/tool/node.h:323:48: warning: nonnull argument ‘other’ compared to NULL [-Wnonnull-compare]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glibmm-2.4/glibmm/varianttype.h:25,
from /usr/include/glibmm-2.4/glibmm/variant.h:25,
from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:24,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:93,
from /usr/include/gtkmm-2.4/gtkmm/box.h:7,
from ./ui/widget/labelled.h:22,
from ./ui/widget/combo-enums.h:14,
from ./ui/widget/registered-enums.h:13,
from ./live_effects/parameter/enum.h:12,
from ./live_effects/lpe-powerstroke.h:15,
from ui/tool/path-manipulator.cpp:13:
ui/tool/path-manipulator.cpp: In constructor ‘Inkscape::UI::PathManipulator::PathManipulator(Inkscape::UI::MultiPathManipulator&, SPPath*, const Geom::Affine&, guint32, Glib::ustring)’:
/usr/include/glib-2.0/gobject/gtype.h:2207:63: warning: cast from ‘GTypeInstance* {aka _GTypeInstance*}’ to ‘SPCanvasBPath*’ increases required alignment of target type [-Wcast-align]
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
/usr/include/glib-2.0/gobject/gtype.h:479:66: note: in expansion of macro ‘_G_TYPE_CIC’
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^~~~~~~~~~~
./display/canvas-bpath.h:28:31: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
#define SP_CANVAS_BPATH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_CANVAS_BPATH, SPCanvasBPath))
^~~~~~~~~~~~~~~~~~~~~~~~~~
ui/tool/path-manipulator.cpp:136:32: note: in expansion of macro ‘SP_CANVAS_BPATH’
sp_canvas_bpath_set_stroke(SP_CANVAS_BPATH(_outline), outline_color, 1.0,
^
/usr/include/glib-2.0/gobject/gtype.h:2207:63: warning: cast from ‘GTypeInstance* {aka _GTypeInstance*}’ to ‘SPCanvasBPath*’ increases required alignment of target type [-Wcast-align]
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
/usr/include/glib-2.0/gobject/gtype.h:479:66: note: in expansion of macro ‘_G_TYPE_CIC’
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^~~~~~~~~~~
./display/canvas-bpath.h:28:31: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
#define SP_CANVAS_BPATH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_CANVAS_BPATH, SPCanvasBPath))
^~~~~~~~~~~~~~~~~~~~~~~~~~
ui/tool/path-manipulator.cpp:138:30: note: in expansion of macro ‘SP_CANVAS_BPATH’
sp_canvas_bpath_set_fill(SP_CANVAS_BPATH(_outline), 0, SP_WIND_RULE_NONZERO);
^
ui/tool/path-manipulator.cpp: In member function ‘void Inkscape::UI::PathManipulator::_updateOutline()’:
/usr/include/glib-2.0/gobject/gtype.h:2207:63: warning: cast from ‘GTypeInstance* {aka _GTypeInstance*}’ to ‘SPCanvasBPath*’ increases required alignment of target type [-Wcast-align]
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
/usr/include/glib-2.0/gobject/gtype.h:479:66: note: in expansion of macro ‘_G_TYPE_CIC’
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^~~~~~~~~~~
./display/canvas-bpath.h:28:31: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
#define SP_CANVAS_BPATH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_CANVAS_BPATH, SPCanvasBPath))
^~~~~~~~~~~~~~~~~~~~~~~~~~
ui/tool/path-manipulator.cpp:1298:31: note: in expansion of macro ‘SP_CANVAS_BPATH’
sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(_outline), _hc);
^
g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/libexif -I/usr/include/freetype2 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libwpg-0.3 -I/usr/include/libwpd-0.10 -I/usr/include/librevenge-0.0 -I/usr/include/libxml2 -I/usr/include/libvisio-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/libcdr-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/poppler -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/arm-linux-gnueabihf/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -fdebug-prefix-map=/build/inkscape-0.91=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c -o ui/tool/selector.o ui/tool/selector.cpp
In file included from ./ui/tool/path-manipulator.h:20:0,
from ui/tool/path-manipulator.cpp:23:
./ui/tool/node.h: In instantiation of ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node; Inkscape::UI::NodeIterator< <template-parameter-1-1> >::self = Inkscape::UI::NodeIterator<Inkscape::UI::Node>]’:
ui/tool/path-manipulator.cpp:417:45: required from here
./ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
./ui/tool/node.h:323:48: warning: the compiler can assume that the address of ‘other’ will always evaluate to ‘true’ [-Waddress]
./ui/tool/node.h: In member function ‘bool Inkscape::UI::NodeIterator< <template-parameter-1-1> >::operator==(const self&) const [with N = Inkscape::UI::Node]’:
./ui/tool/node.h:323:48: warning: nonnull argument ‘other’ compared to NULL [-Wnonnull-compare]
bool operator==(self const &other) const { if(&other){return _node == other._node;} else{return false;} }
^~
g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/libexif -I/usr/include/freetype2 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libwpg-0.3 -I/usr/include/libwpd-0.10 -I/usr/include/librevenge-0.0 -I/usr/include/libxml2 -I/usr/include/libvisio-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/libcdr-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/poppler -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/arm-linux-gnueabihf/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -fdebug-prefix-map=/build/inkscape-0.91=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c -o ui/tool/transform-handle-set.o ui/tool/transform-handle-set.cpp
In file included from /usr/include/pangomm-1.4/pangomm/item.h:26:0,
from /usr/include/pangomm-1.4/pangomm/context.h:38,
from /usr/include/pangomm-1.4/pangomm/layout.h:35,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:29,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ui/tool/control-point.h:13,
from ui/tool/selector.cpp:12:
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘PangoAttrFloat* Pango::AttrFloat::gobj()’:
/usr/include/pangomm-1.4/pangomm/attributes.h:655:89: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘PangoAttrFloat* {aka _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
PangoAttrFloat* gobj() { return reinterpret_cast<PangoAttrFloat*>(gobject_); }
^
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘const PangoAttrFloat* Pango::AttrFloat::gobj() const’:
/usr/include/pangomm-1.4/pangomm/attributes.h:657:95: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘const PangoAttrFloat* {aka const _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
const PangoAttrFloat* gobj() const { return reinterpret_cast<const PangoAttrFloat*>(gobject_); }
^
In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:35:0,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:33,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ui/tool/control-point.h:13,
from ui/tool/selector.cpp:12:
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘GdkScreen* Gdk::Screen::gobj()’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:97:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
GdkScreen* gobj() { return reinterpret_cast<GdkScreen*>(gobject_); }
^
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘const GdkScreen* Gdk::Screen::gobj() const’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:100:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
const GdkScreen* gobj() const { return reinterpret_cast<GdkScreen*>(gobject_); }
^
g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/libexif -I/usr/include/freetype2 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libwpg-0.3 -I/usr/include/libwpd-0.10 -I/usr/include/librevenge-0.0 -I/usr/include/libxml2 -I/usr/include/libvisio-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/libcdr-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/poppler -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/arm-linux-gnueabihf/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -fdebug-prefix-map=/build/inkscape-0.91=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c -o ui/tools/arc-tool.o ui/tools/arc-tool.cpp
In file included from ./ui/view/view.h:19:0,
from ./desktop.h:34,
from ui/tool/selector.cpp:13:
./gc-finalized.h: In static member function ‘static Inkscape::GC::Finalized* Inkscape::GC::Finalized::_unoffset(void*, void*)’:
./gc-finalized.h:128:9: warning: cast from ‘char*’ to ‘Inkscape::GC::Finalized*’ increases required alignment of target type [-Wcast-align]
);
^
g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/libexif -I/usr/include/freetype2 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/arm-linux-gnueabihf//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libwpg-0.3 -I/usr/include/libwpd-0.10 -I/usr/include/librevenge-0.0 -I/usr/include/libxml2 -I/usr/include/libvisio-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/libcdr-0.1 -I/usr/include/librevenge-0.0 -I/usr/include/poppler -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/arm-linux-gnueabihf/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/arm-linux-gnueabihf/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -I/usr/include/cairomm-1.0 -I/usr/lib/arm-linux-gnueabihf/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/sigc++-2.0 -I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -fdebug-prefix-map=/build/inkscape-0.91=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c -o ui/tools/box3d-tool.o ui/tools/box3d-tool.cpp
In file included from /usr/include/pangomm-1.4/pangomm/item.h:26:0,
from /usr/include/pangomm-1.4/pangomm/context.h:38,
from /usr/include/pangomm-1.4/pangomm/layout.h:35,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:29,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ui/tool/control-point.h:13,
from ui/tool/transform-handle-set.cpp:14:
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘PangoAttrFloat* Pango::AttrFloat::gobj()’:
/usr/include/pangomm-1.4/pangomm/attributes.h:655:89: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘PangoAttrFloat* {aka _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
PangoAttrFloat* gobj() { return reinterpret_cast<PangoAttrFloat*>(gobject_); }
^
/usr/include/pangomm-1.4/pangomm/attributes.h: In member function ‘const PangoAttrFloat* Pango::AttrFloat::gobj() const’:
/usr/include/pangomm-1.4/pangomm/attributes.h:657:95: warning: cast from ‘PangoAttribute* {aka _PangoAttribute*}’ to ‘const PangoAttrFloat* {aka const _PangoAttrFloat*}’ increases required alignment of target type [-Wcast-align]
const PangoAttrFloat* gobj() const { return reinterpret_cast<const PangoAttrFloat*>(gobject_); }
^
In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:35:0,
from /usr/include/gdkmm-2.4/gdkmm/drawable.h:33,
from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
from ui/tool/control-point.h:13,
from ui/tool/transform-handle-set.cpp:14:
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘GdkScreen* Gdk::Screen::gobj()’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:97:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
GdkScreen* gobj() { return reinterpret_cast<GdkScreen*>(gobject_); }
^
/usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘const GdkScreen* Gdk::Screen::gobj() const’:
/usr/include/gdkmm-2.4/gdkmm/screen.h:100:79: warning: cast from ‘GObject* {aka _GObject*}’ to ‘GdkScreen* {aka _GdkScreen*}’ increases required alignment of target type [-Wcast-align]
const GdkScreen* gobj() const { return reinterpret_cast<GdkScreen*>(gobject_); }
^
In file included from ./document.h:25:0,
from ui/tools/arc-tool.cpp:28:
./gc-finalized.h: In static member function ‘static Inkscape::GC::Finalized* Inkscape::GC::Finalized::_unoffset(void*, void*)’:
./gc-finalized.h:128:9: warning: cast from ‘char*’ to ‘Inkscape::GC::Finalized*’ increases required alignment of target type [-Wcast-align]
);
^
In file included from ./ui/view/view.h:19:0,
from ./desktop.h:34,
from ui/tool/transform-handle-set.cpp:17:
./gc-finalized.h: In static member function ‘static Inkscape::GC::Finalized* Inkscape::GC::Finalized::_unoffset(void*, void*)’:
./gc-finalized.h:128:9: warning: cast from ‘char*’ to ‘Inkscape::GC::Finalized*’ increases required alignment of target type [-Wcast-align]
);
^
/srv/reproducible-results/rbuild-debian-3lQNf9cE/tmp.NFr9Qp4Oek: 96.2% -- replaced with /srv/reproducible-results/rbuild-debian-3lQNf9cE/tmp.NFr9Qp4Oek.gz
INFO: Starting at 2016-09-08 15:12:33.994699
INFO: Finished at 2016-09-08 15:12:34.281524, took: 0:00:00.286842
INFO: Starting at 2016-09-08 15:12:34.968950
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:1741)
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-09-08 15:12:35.193746, took: 0:00:00.224807
rm: cannot remove ‘/srv/reproducible-results/rbuild-debian-3lQNf9cE’: No such file or directory
More information about the Qa-jenkins-scm
mailing list