On Sun, 24 Oct 2021 at 22:30, Paul Gevers <elb...@debian.org> wrote: > I copied some of the output at the bottom of this report. It seems that > the actual test passes, but there's output on stderr and the default > behavior of autopkgtest is to fail on output to stderr. If in general > output to stderr is harmless to your test, consider adding the > allow-stderr restriction. Otherwise, please fix your test.
The autopkgtest on ppc64el [1] also fails due to output on stderr. [1] https://ci.debian.net/packages/d/ddnet/testing/ppc64el/ /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/collision.cpp: In member function ‘void CCollision::Init(CLayers*)’: /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/collision.cpp:66:10: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 66 | m_Width = m_pLayers->GameLayer()->m_Width; | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 59%] Building CXX object CMakeFiles/game-shared.dir/src/game/extrainfo.cpp.o [ 59%] Building CXX object CMakeFiles/game-shared.dir/src/game/gamecore.cpp.o /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/gamecore.cpp: In member function ‘void CCharacterCore::Reset()’: /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/gamecore.cpp:70:6: note: the layout of aggregates containing vectors with 2-byte alignment has changed in GCC 5 70 | void CCharacterCore::Reset() | ^~~~~~~~~~~~~~ [ 62%] Building CXX object CMakeFiles/game-shared.dir/src/game/layers.cpp.o [ 62%] Building CXX object CMakeFiles/game-shared.dir/src/game/localization.cpp.o /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/localization.cpp: In member function ‘void CLocalizationDatabase::AddString(const char*, const char*, const char*)’: /tmp/autopkgtest-lxc.e6vtmdil/downtmp/build.Hvt/src/src/game/localization.cpp:39:6: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 39 | void CLocalizationDatabase::AddString(const char *pOrgStr, const char *pNewStr, const char *pContext) | ^~~~~~~~~~~~~~~~~~~~~