From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Wed, 18 Feb 2026 08:59:41 +0000 From: "Girar awaiter (vladp)" To: Vladislav Petrukhin Subject: [#408576] [test-only] FAILED (try 2) libpmp.git=3.0.0-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 408576 X-girar-task-owner: vladp X-girar-task-repo: sisyphus X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/408576/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#408576] [test-only] FAILED (try 2) libpmp.git=3.0.0-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2026 08:59:45 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/408576/logs/events.2.1.log https://packages.altlinux.org/tasks/408576 subtask name aarch64 i586 x86_64 #200 libpmp failed failed 50 2026-Feb-18 08:58:48 :: test-only task #408576 for sisyphus resumed by vladp: #100 removed #200 build 3.0.0-alt1 from /people/vladp/packages/libpmp.git fetched at 2026-Feb-18 08:58:29 2026-Feb-18 08:58:50 :: [i586] #200 libpmp.git 3.0.0-alt1: build start 2026-Feb-18 08:58:50 :: [aarch64] #200 libpmp.git 3.0.0-alt1: build start 2026-Feb-18 08:58:50 :: [x86_64] #200 libpmp.git 3.0.0-alt1: build start [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/io/read_stl.cpp: In lambda function: [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/io/read_stl.cpp:84:21: error: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Werror=sign-compare] [i586] 84 | return size == predicted; [i586] cc1plus: all warnings being treated as errors [i586] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:401: src/pmp/CMakeFiles/pmp.dir/io/read_stl.cpp.o] Error 1 [i586] -- [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/algorithms/numerics.cpp: In function 'pmp::DenseMatrix pmp::cholesky_solve(const SparseMatrix&, const DenseMatrix&, std::function, const DenseMatrix&)': [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/algorithms/numerics.cpp:58:32: error: comparison of integer expressions of different signedness: 'unsigned int' and 'Eigen::Index' {aka 'int'} [-Werror=sign-compare] [i586] 58 | for (unsigned int k = 0; k < A.outerSize(); k++) [i586] cc1plus: all warnings being treated as errors [i586] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:233: src/pmp/CMakeFiles/pmp.dir/algorithms/numerics.cpp.o] Error 1 [i586] -- [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/algorithms/laplace.cpp: In function 'void pmp::laplace_matrix(const SurfaceMesh&, SparseMatrix&, bool)': [i586] /usr/src/RPM/BUILD/libpmp-3.0.0/src/pmp/algorithms/laplace.cpp:471:36: error: comparison of integer expressions of different signedness: 'unsigned int' and 'Eigen::Index' {aka 'int'} [-Werror=sign-compare] [i586] 471 | for (unsigned int k = 0; k < L.outerSize(); k++) [i586] cc1plus: all warnings being treated as errors [i586] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:205: src/pmp/CMakeFiles/pmp.dir/algorithms/laplace.cpp.o] Error 1 2026-Feb-18 08:59:17 :: [i586] libpmp.git 3.0.0-alt1: remote: build failed 2026-Feb-18 08:59:17 :: [i586] #200 libpmp.git 3.0.0-alt1: build FAILED 2026-Feb-18 08:59:17 :: [i586] requesting cancellation of task processing 2026-Feb-18 08:59:40 :: [x86_64] #200 libpmp.git 3.0.0-alt1: build OK [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::pload(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1671:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1671 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::ploadu(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1716:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1716 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] 159 | struct eigen_packet_wrapper [aarch64] cc1plus: all warnings being treated as errors [aarch64] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:233: src/pmp/CMakeFiles/pmp.dir/algorithms/numerics.cpp.o] Error 1 [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::pload(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1671:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1671 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::ploadu(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1716:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1716 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] 159 | struct eigen_packet_wrapper [aarch64] cc1plus: all warnings being treated as errors [aarch64] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:93: src/pmp/CMakeFiles/pmp.dir/algorithms/curvature.cpp.o] Error 1 [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::pload(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1671:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1671 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::ploadu(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1716:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1716 | memcpy(&res, from, sizeof(Packet4c)); [aarch64] -- [aarch64] 159 | struct eigen_packet_wrapper [aarch64] cc1plus: all warnings being treated as errors [aarch64] gmake[2]: *** [src/pmp/CMakeFiles/pmp.dir/build.make:177: src/pmp/CMakeFiles/pmp.dir/algorithms/geodesics.cpp.o] Error 1 [aarch64] -- [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h: In function 'Packet Eigen::internal::pload(const typename unpacket_traits::type*) [with Packet = eigen_packet_wrapper; typename unpacket_traits::type = signed char]': [aarch64] /usr/src/RPM/BUILD/libpmp-3.0.0/external/eigen-3.4.0/Eigen/src/Core/arch/NEON/PacketMath.h:1671:9: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::internal::Packet4c' {aka 'struct Eigen::internal::eigen_packet_wrapper'} from an array of 'const int8_t' {aka 'const signed char'} [-Werror=class-memaccess] [aarch64] 1671 | memcpy(&res, from, sizeof(Packet4c)); 2026-Feb-18 08:59:41 :: [aarch64] libpmp.git 3.0.0-alt1: remote: build failed 2026-Feb-18 08:59:41 :: [aarch64] #200 libpmp.git 3.0.0-alt1: build FAILED 2026-Feb-18 08:59:17 :: [i586] build FAILED 2026-Feb-18 08:59:41 :: [aarch64] build FAILED 2026-Feb-18 08:59:41 :: task #408576 for sisyphus FAILED