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
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger

Reply via email to