ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (vladp)" <girar-builder@altlinux.org>
To: Vladislav Petrukhin <vladp@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#408576] [test-only] FAILED (try 2) libpmp.git=3.0.0-alt1
Date: Wed, 18 Feb 2026 08:59:41 +0000
Message-ID: <girar.task.408576.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.408576.1.1@gyle.mskdc.altlinux.org>

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<bool(unsigned int)>, 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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<T>::type*) [with Packet = eigen_packet_wrapper<int, 2>; typename unpacket_traits<T>::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<int, 2>'} 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


  reply	other threads:[~2026-02-18  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-18  8:55 [#408576] [test-only] FAILED libpmp.git=3.0.0-alt1 Girar awaiter (vladp)
2026-02-18  8:59 ` Girar awaiter (vladp) [this message]
2026-02-18  9:17 ` [#408576] [test-only] FAILED (try 3) libpmp.git=3.0.0-alt1 Girar awaiter (vladp)
2026-02-18  9:37 ` [#408576] TESTED (try 4) libpmp.git=3.0.0-alt1 Girar awaiter (vladp)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.408576.2.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    --cc=vladp@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git