From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path: <girar-builder@altlinux.org>
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=ham autolearn_force=no version=3.4.1
Date: Mon, 17 Mar 2025 10:59:23 +0000
From: "Girar awaiter (ved)" <girar-builder@altlinux.org>
To: Egor Shestakov <ved@altlinux.org>
Subject: [#361056] [test-only] FAILED (try 2)
libpostal.git=1.1.0.148.ea8c1-alt1 libvalhalla-router.git=3.5.1-alt1 ...
Message-ID: <girar.task.361056.2.1@gyle.mskdc.altlinux.org>
Mail-Followup-To: Girar awaiter robot <girar-builder@altlinux.org>
References: <girar.task.361056.1.1@gyle.mskdc.altlinux.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <girar.task.361056.1.1@gyle.mskdc.altlinux.org>
X-girar-task-id: 361056
X-girar-task-owner: ved
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/361056/
X-girar-task-log: logs/events.2.1.log
X-girar-task-summary: [#361056] [test-only] FAILED (try 2)
libpostal.git=1.1.0.148.ea8c1-alt1 libvalhalla-router.git=3.5.1-alt1
osmscout-server.git=3.1.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 <devel@lists.altlinux.org>
List-Id: ALT Linux Girar Builder robot reports
<sisyphus-incominger.lists.altlinux.org>
List-Unsubscribe: <https://lists.altlinux.org/mailman/options/sisyphus-incominger>,
<mailto:sisyphus-incominger-request@lists.altlinux.org?subject=unsubscribe>
List-Archive: <http://lists.altlinux.org/pipermail/sisyphus-incominger>
List-Post: <mailto:sisyphus-incominger@lists.altlinux.org>
List-Help: <mailto:sisyphus-incominger-request@lists.altlinux.org?subject=help>
List-Subscribe: <https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger>,
<mailto:sisyphus-incominger-request@lists.altlinux.org?subject=subscribe>
X-List-Received-Date: Mon, 17 Mar 2025 10:59:26 -0000
Archived-At: <http://lore.altlinux.org/sisyphus-incominger/girar.task.361056.2.1@gyle.mskdc.altlinux.org/>
List-Archive: <http://lore.altlinux.org/sisyphus-incominger/>
https://git.altlinux.org/tasks/361056/logs/events.2.1.log
https://packages.altlinux.org/tasks/361056
subtask name aarch64 i586 x86_64
#140 libpostal 13:23 3:37 3:46
#200 libvalhalla-router ? failed failed
2025-Mar-17 10:45:57 :: test-only task #361056 for sisyphus resumed by ved:
#100 removed
#140 build 1.1.0.148.ea8c1-alt1 from /people/ved/packages/libpostal.git fetched at 2025-Mar-17 10:45:39
#200 build 3.5.1-alt1 from /people/ved/packages/libvalhalla-router.git fetched at 2024-Oct-29 12:09:39
#300 build 3.1.0-alt1 from /people/ved/packages/osmscout-server.git fetched at 2024-Oct-29 12:09:46
2025-Mar-17 10:45:58 :: created build repo
2025-Mar-17 10:45:59 :: [x86_64] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build start
2025-Mar-17 10:45:59 :: [aarch64] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build start
2025-Mar-17 10:45:59 :: [i586] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build start
2025-Mar-17 10:49:36 :: [i586] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build OK
2025-Mar-17 10:49:37 :: [i586] #200 libvalhalla-router.git 3.5.1-alt1: build start
2025-Mar-17 10:49:45 :: [x86_64] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build OK
2025-Mar-17 10:49:45 :: [x86_64] #200 libvalhalla-router.git 3.5.1-alt1: build start
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 46 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& from, const PointXY<PrecisionT>& to)
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: note: remove the '< >'
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 54 | VectorXY<PrecisionT>(const VectorXY<PrecisionT>& w) : x_(w.x()), y_(w.y()) {
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] gmake[2]: *** [src/midgard/CMakeFiles/valhalla-midgard.dir/build.make:121: src/midgard/CMakeFiles/valhalla-midgard.dir/obb2.cc.o] Error 1
[i586] --
[i586] In file included from /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/src/midgard/linesegment2.cc:4:
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 22 | VectorXY<PrecisionT>() : x_(0.0), y_(0.0) {
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: note: remove the '< >'
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:30:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 30 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& p) : x_(p.x()), y_(p.y()) {
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:30:23: note: remove the '< >'
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:38:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 38 | VectorXY<PrecisionT>(const PrecisionT x, const PrecisionT y) : x_(x), y_(y) {
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:38:23: note: remove the '< >'
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 46 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& from, const PointXY<PrecisionT>& to)
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: note: remove the '< >'
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 54 | VectorXY<PrecisionT>(const VectorXY<PrecisionT>& w) : x_(w.x()), y_(w.y()) {
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] gmake[2]: *** [src/midgard/CMakeFiles/valhalla-midgard.dir/build.make:79: src/midgard/CMakeFiles/valhalla-midgard.dir/linesegment2.cc.o] Error 1
[i586] --
[i586] In file included from /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/src/midgard/point2.cc:3:
[i586] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 22 | VectorXY<PrecisionT>() : x_(0.0), y_(0.0) {
2025-Mar-17 10:50:28 :: [i586] libvalhalla-router.git 3.5.1-alt1: remote: build failed
2025-Mar-17 10:50:28 :: [i586] #200 libvalhalla-router.git 3.5.1-alt1: build FAILED
2025-Mar-17 10:50:28 :: [i586] requesting cancellation of task processing
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 54 | VectorXY<PrecisionT>(const VectorXY<PrecisionT>& w) : x_(w.x()), y_(w.y()) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] gmake[2]: *** [src/midgard/CMakeFiles/valhalla-midgard.dir/build.make:79: src/midgard/CMakeFiles/valhalla-midgard.dir/linesegment2.cc.o] Error 1
[x86_64] --
[x86_64] from /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/src/midgard/obb2.cc:1:
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 22 | VectorXY<PrecisionT>() : x_(0.0), y_(0.0) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:30:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 30 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& p) : x_(p.x()), y_(p.y()) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:30:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:38:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 38 | VectorXY<PrecisionT>(const PrecisionT x, const PrecisionT y) : x_(x), y_(y) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:38:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 46 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& from, const PointXY<PrecisionT>& to)
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:46:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 54 | VectorXY<PrecisionT>(const VectorXY<PrecisionT>& w) : x_(w.x()), y_(w.y()) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:54:23: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] gmake[2]: *** [src/midgard/CMakeFiles/valhalla-midgard.dir/build.make:121: src/midgard/CMakeFiles/valhalla-midgard.dir/obb2.cc.o] Error 1
[x86_64] --
[x86_64] In file included from /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/src/midgard/point2.cc:3:
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 22 | VectorXY<PrecisionT>() : x_(0.0), y_(0.0) {
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:22:23: note: remove the '< >'
[x86_64] /usr/src/RPM/BUILD/libvalhalla-router-3.5.1/valhalla/midgard/vector2.h:30:23: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 30 | VectorXY<PrecisionT>(const PointXY<PrecisionT>& p) : x_(p.x()), y_(p.y()) {
2025-Mar-17 10:50:34 :: [x86_64] libvalhalla-router.git 3.5.1-alt1: remote: build failed
2025-Mar-17 10:50:34 :: [x86_64] #200 libvalhalla-router.git 3.5.1-alt1: build FAILED
2025-Mar-17 10:59:22 :: [aarch64] #140 libpostal.git 1.1.0.148.ea8c1-alt1: build OK
2025-Mar-17 10:59:22 :: [aarch64] task processing CANCELLED
2025-Mar-17 10:50:28 :: [i586] build FAILED
2025-Mar-17 10:50:34 :: [x86_64] build FAILED
2025-Mar-17 10:59:22 :: [aarch64] build FAILED
2025-Mar-17 10:59:23 :: task #361056 for sisyphus FAILED