From: "Girar awaiter (antohami)" <girar-builder@altlinux.org>
To: Anton Midyukov <antohami@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
girar-builder-sisyphus@altlinux.org,
Nikolay Strelkov <snk@altlinux.org>
Subject: [#418168] [test-only] FAILED (try 4) uhd.git=4.10.0.0-alt1 gnuradio.git=3.10.12.0-alt1 ...
Date: Tue, 16 Jun 2026 04:38:15 +0000
Message-ID: <girar.task.418168.4.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.418168.1.1@gyle.mskdc.altlinux.org>
https://git.altlinux.org/tasks/418168/logs/events.4.1.log
https://packages.altlinux.org/tasks/418168
subtask name aarch64 i586 x86_64
#100 uhd failed - 6:25
#200 gnuradio ? - 5:39
#300 gr-osmosdr ? - 1:04
#500 soapyuhd ? - failed
2026-Jun-16 03:30:56 :: test-only shared task #418168 for sisyphus resumed by antohami:
2026-Jun-16 03:30:56 :: message: update_uhd
#100 build 4.10.0.0-alt1 from /people/antohami/packages/uhd.git fetched at 2026-May-14 19:13:40
#200 build 3.10.12.0-alt1 from /gears/g/gnuradio.git fetched at 2026-May-14 19:56:39 from sisyphus
#300 build 0.2.6-alt3 from /gears/g/gr-osmosdr.git fetched at 2026-May-14 19:56:45 from sisyphus
#400 removed
#500 build 0.4.1-alt2 from /people/snk/packages/soapyuhd.git fetched at 2026-Jun-15 20:12:46
2026-Jun-16 03:30:57 :: created build repo
2026-Jun-16 03:30:58 :: [aarch64] #100 uhd.git 4.10.0.0-alt1: build start
2026-Jun-16 03:30:58 :: [x86_64] #100 uhd.git 4.10.0.0-alt1: build start
2026-Jun-16 03:30:58 :: [i586] #100 uhd.git 4.10.0.0-alt1: build start
2026-Jun-16 03:31:16 :: [i586] #100 uhd.git 4.10.0.0-alt1: build SKIPPED
2026-Jun-16 03:31:17 :: [i586] #200 gnuradio.git 3.10.12.0-alt1: build start
2026-Jun-16 03:31:26 :: [i586] #200 gnuradio.git 3.10.12.0-alt1: build SKIPPED
2026-Jun-16 03:31:26 :: [i586] #300 gr-osmosdr.git 0.2.6-alt3: build start
2026-Jun-16 03:31:35 :: [i586] #300 gr-osmosdr.git 0.2.6-alt3: build SKIPPED
2026-Jun-16 03:31:35 :: [i586] #500 soapyuhd.git 0.4.1-alt2: build start
2026-Jun-16 03:31:44 :: [i586] #500 soapyuhd.git 0.4.1-alt2: build SKIPPED
2026-Jun-16 03:37:23 :: [x86_64] #100 uhd.git 4.10.0.0-alt1: build OK
2026-Jun-16 03:37:23 :: [x86_64] #200 gnuradio.git 3.10.12.0-alt1: build start
2026-Jun-16 03:43:02 :: [x86_64] #200 gnuradio.git 3.10.12.0-alt1: build OK
2026-Jun-16 03:43:02 :: [x86_64] #300 gr-osmosdr.git 0.2.6-alt3: build start
2026-Jun-16 03:44:06 :: [x86_64] #300 gr-osmosdr.git 0.2.6-alt3: build OK
2026-Jun-16 03:44:06 :: [x86_64] #500 soapyuhd.git 0.4.1-alt2: build start
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp: In member function 'virtual void SoapyUHDDevice::setFrequency(int, size_t, double, const SoapySDR::Kwargs&)':
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:596:56: error: 'lexical_cast' is not a member of 'boost'
[x86_64] 596 | tr = uhd::tune_request_t(frequency, boost::lexical_cast<double>(args.at("OFFSET")));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:596:37: error: expected primary-expression before '(' token
[x86_64] 596 | tr = uhd::tune_request_t(frequency, boost::lexical_cast<double>(args.at("OFFSET")));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:596:56: error: 'lexical_cast' is not a member of 'boost'
[x86_64] 596 | tr = uhd::tune_request_t(frequency, boost::lexical_cast<double>(args.at("OFFSET")));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:596:69: error: expected primary-expression before 'double'
[x86_64] 596 | tr = uhd::tune_request_t(frequency, boost::lexical_cast<double>(args.at("OFFSET")));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:602:37: error: 'lexical_cast' is not a member of 'boost'
[x86_64] 602 | tr.rf_freq = boost::lexical_cast<double>(args.at("RF"));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:602:50: error: expected primary-expression before 'double'
[x86_64] 602 | tr.rf_freq = boost::lexical_cast<double>(args.at("RF"));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:614:38: error: 'lexical_cast' is not a member of 'boost'
[x86_64] 614 | tr.dsp_freq = boost::lexical_cast<double>(args.at("BB"));
[x86_64] /usr/src/RPM/BUILD/soapyuhd-0.4.1/SoapyUHDDevice.cpp:614:51: error: expected primary-expression before 'double'
[x86_64] 614 | tr.dsp_freq = boost::lexical_cast<double>(args.at("BB"));
[x86_64] --
[x86_64] /usr/include/uhd/utils/cast.hpp: In function 'data_t uhd::cast::from_str(const std::string&)':
[x86_64] /usr/include/uhd/utils/cast.hpp:70:15: error: 'is_same_v' is not a member of 'std'; did you mean 'is_same'? [-Wtemplate-body]
[x86_64] 70 | (std::is_same_v<data_t,
[x86_64] | is_same
[x86_64] /usr/include/uhd/utils/cast.hpp:70:31: error: expected primary-expression before ',' token [-Wtemplate-body]
[x86_64] 70 | (std::is_same_v<data_t,
2026-Jun-16 03:44:25 :: [x86_64] soapyuhd.git 0.4.1-alt2: remote: build failed
2026-Jun-16 03:44:25 :: [x86_64] #500 soapyuhd.git 0.4.1-alt2: build FAILED
2026-Jun-16 03:44:25 :: [x86_64] requesting cancellation of task processing
[aarch64] Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile -j32 test
[aarch64] hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
2026-Jun-16 04:38:14 :: [aarch64] uhd.git 4.10.0.0-alt1: remote: build failed
2026-Jun-16 04:38:15 :: [aarch64] #100 uhd.git 4.10.0.0-alt1: build FAILED
2026-Jun-16 03:44:25 :: [x86_64] build FAILED
2026-Jun-16 04:38:15 :: [aarch64] build FAILED
2026-Jun-16 04:38:15 :: task #418168 for sisyphus FAILED
prev parent reply other threads:[~2026-06-16 4:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 19:27 [#418168] [test-only] FAILED uhd.git=4.10.0.0-alt1 Girar awaiter (antohami)
2026-05-14 20:10 ` [#418168] [test-only] FAILED (try 2) uhd.git=4.10.0.0-alt1 gnuradio.git=3.10.12.0-alt1 Girar awaiter (antohami)
2026-05-31 16:13 ` [#418168] [test-only] FAILED (try 3) " Girar awaiter (antohami)
2026-06-16 4:38 ` Girar awaiter (antohami) [this message]
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.418168.4.1@gyle.mskdc.altlinux.org \
--to=girar-builder@altlinux.org \
--cc=antohami@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=girar-builder-sisyphus@altlinux.org \
--cc=sisyphus-incominger@lists.altlinux.org \
--cc=snk@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