Your message dated Tue, 12 Oct 2021 22:48:53 +0000 with message-id <e1maqzp-0009wf...@fasolo.debian.org> and subject line Bug#996278: fixed in open3d 0.9.0+ds-7 has caused the Debian Bug report #996278, regarding open3d: autopkgtest needs update for new version of gcc-defaults: output on stderr to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 996278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996278 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: open3d Version: 0.9.0+ds-6 Severity: serious Tags: sid bookworm User: debian...@lists.debian.org Usertags: needs-update Control: affects -1 src:gcc-defaults [X-Debbugs-CC: debian...@lists.debian.org, gcc-defau...@packages.debian.org] Dear maintainer(s), With a recent upload of gcc-defaults the autopkgtest of open3d fails in testing on arm64, armhf and ppc64el when that autopkgtest is run with the binary packages of gcc-defaults from unstable. It passes when run with only packages from testing. In tabular form: pass fail gcc-defaults from testing 1.194 open3d from testing 0.9.0+ds-6 all others from testing from testing I copied some of the output at the bottom of this report. The failure is due to output on stderr. Output to stderr is by default considered by autopkgtest as a failure of the test. If you want to have test fail on output to stderr, please fix the reason of the output. If you don't care you can add the allow-stderr restriction to have autopkgtest ignore the output. Currently this regression is blocking the migration of gcc-defaults to testing [1]. Of course, gcc-defaults shouldn't just break your autopkgtest (or even worse, your package), but it seems to me that the change in gcc-defaults was intended and your package needs to update to the new situation. If this is a real problem in your package (and not only in your autopkgtest), the right binary package(s) from gcc-defaults should really add a versioned Breaks on the unfixed version of (one of your) package(s). Note: the Breaks is nice even if the issue is only in the autopkgtest as it helps the migration software to figure out the right versions to combine in the tests. More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=gcc-defaults https://ci.debian.net/data/autopkgtest/testing/arm64/o/open3d/15926028/log.gz autopkgtest [01:10:43]: test test-cpp: [----------------------- $ cmake . -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found GLEW: /usr/include (found version "2.2.0") -- Found Open3D: /usr/lib/aarch64-linux-gnu/cmake/Open3D/Open3DConfig.cmake (found version "0.9.0") -- Configuring done -- Generating done -- Build files have been written to: /tmp/tmp.HsneE5NHLQ $ make VERBOSE=ON /usr/bin/cmake -S/tmp/tmp.HsneE5NHLQ -B/tmp/tmp.HsneE5NHLQ --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/tmp.HsneE5NHLQ/CMakeFiles /tmp/tmp.HsneE5NHLQ//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/tmp/tmp.HsneE5NHLQ' make -f CMakeFiles/open3d_test.dir/build.make CMakeFiles/open3d_test.dir/depend make[2]: Entering directory '/tmp/tmp.HsneE5NHLQ' cd /tmp/tmp.HsneE5NHLQ && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmp.HsneE5NHLQ /tmp/tmp.HsneE5NHLQ /tmp/tmp.HsneE5NHLQ /tmp/tmp.HsneE5NHLQ /tmp/tmp.HsneE5NHLQ/CMakeFiles/open3d_test.dir/DependInfo.cmake --color= make[2]: Leaving directory '/tmp/tmp.HsneE5NHLQ' make -f CMakeFiles/open3d_test.dir/build.make CMakeFiles/open3d_test.dir/build make[2]: Entering directory '/tmp/tmp.HsneE5NHLQ' [ 50%] Building CXX object CMakeFiles/open3d_test.dir/open3d_test.cpp.o /usr/bin/c++ -DFMT_LOCALE -DFMT_SHARED -isystem /usr/include/eigen3 -MD -MT CMakeFiles/open3d_test.dir/open3d_test.cpp.o -MF CMakeFiles/open3d_test.dir/open3d_test.cpp.o.d -o CMakeFiles/open3d_test.dir/open3d_test.cpp.o -c /tmp/tmp.HsneE5NHLQ/open3d_test.cpp In file included from /usr/include/Open3D/Open3D.h:30, from /tmp/tmp.HsneE5NHLQ/open3d_test.cpp:1: /usr/include/Open3D/Camera/PinholeCameraIntrinsic.h: In member function ‘std::pair<double, double> open3d::camera::PinholeCameraIntrinsic::GetFocalLength() const’: /usr/include/Open3D/Camera/PinholeCameraIntrinsic.h:93:54: note: parameter passing for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1 93 | std::pair<double, double> GetFocalLength() const { | ^ [100%] Linking CXX executable open3d_test /usr/bin/cmake -E cmake_link_script CMakeFiles/open3d_test.dir/link.txt --verbose=ON /usr/bin/c++ CMakeFiles/open3d_test.dir/open3d_test.cpp.o -o open3d_test /usr/lib/aarch64-linux-gnu/libOpen3D.so.0d make[2]: Leaving directory '/tmp/tmp.HsneE5NHLQ' [100%] Built target open3d_test make[1]: Leaving directory '/tmp/tmp.HsneE5NHLQ' /usr/bin/cmake -E cmake_progress_start /tmp/tmp.HsneE5NHLQ/CMakeFiles 0 $ ./open3d_test cloud.xyz OK autopkgtest [01:10:48]: test test-cpp: -----------------------] autopkgtest [01:10:48]: test test-cpp: - - - - - - - - - - results - - - - - - - - - - test-cpp FAIL stderr: In file included from /usr/include/Open3D/Open3D.h:30, autopkgtest [01:10:48]: test test-cpp: - - - - - - - - - - stderr - - - - - - - - - - In file included from /usr/include/Open3D/Open3D.h:30, from /tmp/tmp.HsneE5NHLQ/open3d_test.cpp:1: /usr/include/Open3D/Camera/PinholeCameraIntrinsic.h: In member function ‘std::pair<double, double> open3d::camera::PinholeCameraIntrinsic::GetFocalLength() const’: /usr/include/Open3D/Camera/PinholeCameraIntrinsic.h:93:54: note: parameter passing for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1 93 | std::pair<double, double> GetFocalLength() const { | ^OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: open3d Source-Version: 0.9.0+ds-7 Done: Timo Röhling <roehl...@debian.org> We believe that the bug you reported is fixed in the latest version of open3d, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 996...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Röhling <roehl...@debian.org> (supplier of updated open3d package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 13 Oct 2021 00:23:55 +0200 Source: open3d Architecture: source Version: 0.9.0+ds-7 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Timo Röhling <roehl...@debian.org> Closes: 996278 Changes: open3d (0.9.0+ds-7) unstable; urgency=medium . * Add -Wno-psabi to autopkgtest (Closes: #996278) Checksums-Sha1: 1e1b8d3c09d53a497b75769609b234494717be33 2797 open3d_0.9.0+ds-7.dsc 89e1e7a54aabb22cb7f972db2794c13f514d9b0c 1006228 open3d_0.9.0+ds-7.debian.tar.xz a68e15eeaf77df97d1395236627a830447f9de34 15040 open3d_0.9.0+ds-7_amd64.buildinfo Checksums-Sha256: 9da29a63c20feabc99a1330d30512789c56cc1e7f41d1cd0f6172cf03f2756a4 2797 open3d_0.9.0+ds-7.dsc 632c57d0c2b7156e80a61017568b6752b6236da6773909e94a6a6fe7a387a940 1006228 open3d_0.9.0+ds-7.debian.tar.xz ced3467e0ae1625fac6c10b355a737275c7ec9a1a5fbcff85e6e41829d110422 15040 open3d_0.9.0+ds-7_amd64.buildinfo Files: 7e9ead22423c76baff88e766833b7139 2797 libs optional open3d_0.9.0+ds-7.dsc 4f8d9401464a88822fc026e3319d76b2 1006228 libs optional open3d_0.9.0+ds-7.debian.tar.xz 13f4178617a9e5dfa1bd5d9335a751af 15040 libs optional open3d_0.9.0+ds-7_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmFmDXUUHHJvZWhsaW5n QGRlYmlhbi5vcmcACgkQ+C8H+466LVnGVgv+I7LTCVRybeABhGLfXmaU0z/ycmUl pO/btNr91oJn745hvPrl31/08mR17FdUC6z/pkAouYfpe2Ge7pYrRJ3NRHsaqWYm 6ZMndRz/i9hIypINe4aDPxeyFtYCPn/xRAXnE+s/I6m/iCHxUbB+Rodoh7ACmFIt A/dDbODIgYW8v9tsWJ5fRDrqpKqWEOaymA2tNL4/7gcGYb0ce6ahGE8ke5GxFzGt oyq7NNmVzD+PUFf2If2bastLb9Oa9++zBd5MnjNPzNqJUBXEmKYVCCo8o9zAbdNq AnhOrSROTDJC1tyejRku0SSSFzRKUn1aGS3kuGqLStmfvgf7Ajf7rpsIrYbFfFwG y5g/NwHriDaKJiQXQBz2kQlexKvda+wdWs2Ywkz2mTjOQygCIqXLhN/81/0pYnLS nM58uuyUOJVOLOkPGn/GvN6YDScCqM12ehu+TX7l7i9lvAMYgdXYQDrB0q0gFid7 tEHKQtOMqc8eX7d0FQcQ8mt+51DuZR60II+B =kFat -----END PGP SIGNATURE-----
--- End Message ---