diff --git "a/pre_round3/RUYI \345\214\205\347\256\241\347\220\206 20231126 \347\211\210\346\234\254\346\265\213\350\257\225\347\273\223\346\236\234.md" "b/pre_round3/RUYI \345\214\205\347\256\241\347\220\206 20231126 \347\211\210\346\234\254\346\265\213\350\257\225\347\273\223\346\236\234.md" new file mode 100644 index 0000000000000000000000000000000000000000..842cee19cf6075d8c91fdf03146cafa66d1a9787 --- /dev/null +++ "b/pre_round3/RUYI \345\214\205\347\256\241\347\220\206 20231126 \347\211\210\346\234\254\346\265\213\350\257\225\347\273\223\346\236\234.md" @@ -0,0 +1,96 @@ +# RUYI 包管理 20231126 版本测试结果 + +本次测试基于 RUYI 20231126 版本预编译的 amd64 和 riscv64 两个架构版本二进制 [ruyi.amd64.20231126](https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126) 与 [ruyi.riscv64.20231126](https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126) ,以及主线 [e941280](https://github.com/ruyisdk/ruyi/tree/e941280bc7b72ea57cd3be6d8622517caa9ca10f) 分支的构建脚本。 mugen-ruyi 为 [6699c95](https://gitee.com/weilinfox/mugen-ruyi/tree/6699c952e668e52bbd2dec757835ef5c60c1653b) 分支。 + +编写了 mugen 测试用例,在 QEMU openEuler 2309 x86_64 、 QEMU openEuler 2309 riscv64 、 QEMU Ubuntu 22.04 LTS x86_64 、 QEMU Fedora 38 x86_64 和 LicheePi 4A RevyOS 20231009 riscv64 开展两轮测试。 + +适配了 Jenkins CI Pipeline ,在 Debian bookworm 开展了构建测试。 + +## 测试环境说明 + ++ 由于 mugen 本身依赖 expect 、 psmisc 、 ping 、 make 、 python3 、 python3-paramiko 、 python3-six ,故 mugen 自动化测试不能测试 RUYI 对这些软件包的依赖 ++ RevyOS 测试环境为在 RevyOS LPI4A_BASIC_20231023 上搭建的 systemd-nspawn 容器,预装软件与 LPI4A_BASIC_20231023 镜像看齐 + +## mugen 测试 + +### 测试用例变更 + ++ 兼容了新版本 RUYI 的输出 ++ 解决 Jenkins Pipeline 依赖 tar 对后续测试的影响 ++ 完成 mugen ``DNF_INSTALL`` 相关命令对 debian 系的支持 ++ 当前版本 RUYI 依赖 git ,每个测试开始前均显式安装了 git ,关联 issue [!11](https://github.com/ruyisdk/ruyi/issues/11) ++ 无法从 profile 反查软件包,不再从 ``list profiles`` 获取第一个 profile 进行 ``venv`` 测试 ++ ``venv`` 命令使用独立的测试用例 ``oe_test_ruyi_venv`` ++ ``oe_test_ruyi`` 增加了 ``extract`` 命令测试 + +### 测试结果 + +共测试了 1 个测试套, 4 个测试用例,其中 + ++ 3 个测试用例在 openEuler 2309 上失败 ++ 3 个测试用例在 openEuler 2309 riscv64 上失败 ++ 1 个测试用例在 Ubuntu 22.04 LTS 上失败 ++ 3 个测试用例在 Fedora 38 上失败 ++ 1 个测试用例在 RevyOS LPI4A_BASIC_20231023 上失败 + +### 测试结论 + ++ RUYI 包管理需要一个安装程序处理用户使用环境软件包缺失的问题,已知的依赖有 git 、 tar 、 xz 、 zstd ++ progcache 目录没有跟随 XDG_CACHE_HOME 环境变量 + +### 失败用例分析 + +#### openEuler 2309 + +| 测试环境 | 测试用例名 | 状态 | 日志文件 | 原因 | +| :-: | :-: | :-: | :-: | :-: | +| openEuler 2309 | oe_test_ruyi | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_17_32.log) | openEuler 2309 没有预装 tar | +| | oe_test_ruyi_cachedir | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_29_19.log) | openEuler 2309 没有预装 tar | +| | oe_test_ruyi_venv | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_05_09.log) | openEuler 2309 没有预装 tar | + +关联朱旭昌老师的 issue [Ruyi install 在未预装 tar 的系统上无法运行](https://github.com/ruyisdk/ruyi/issues/12) + +#### openEuler 2309 riscv64 + +| 测试环境 | 测试用例名 | 状态 | 日志文件 | 原因 | +| :-: | :-: | :-: | :-: | :-: | +| openEuler 2309 riscv64 | oe_test_ruyi | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi/2023-11-30-02_33_58.log) | ``list`` 命令显示不支持本架构的软件包 | +| | oe_test_ruyi_cachedir | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-30-02_29_13.log) | progcache 不跟随 XDG_CACHE_HOME 环境变量 | +| | oe_test_ruyi_wrong_proxy | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-30-02_25_25.log) | ``list`` 命令显示不支持本架构的软件包 | + +关联 issue [ruyi list 不过滤本机架构不支持的软件包](https://github.com/ruyisdk/ruyi/issues/15) (这个问题实际影响不大,可以认为是非问题) + +#### Ubuntu 22.04 LTS + +| 测试环境 | 测试用例名 | 状态 | 日志文件 | 原因 | +| :-: | :-: | :-: | :-: | :-: | +| Ubuntu 22.04 LTS | oe_test_ruyi_cachedir | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_18_23.log) | progcache 不跟随 XDG_CACHE_HOME 环境变量 | + +#### Fedora 38 + +| 测试环境 | 测试用例名 | 状态 | 日志文件 | 原因 | +| :-: | :-: | :-: | :-: | :-: | +| Fedora 38 | oe_test_ruyi | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-13_18_51.log) | Fedora 38 没有预装 tar | +| | oe_test_ruyi_cachedir | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-13_24_11.log) | Fedora 38 没有预装 tar | +| | oe_test_ruyi_venv | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-13_08_27.log) | Fedora 38 没有预装 tar | + +#### RevyOS LPI4A_BASIC_20231023 + +| 测试环境 | 测试用例名 | 状态 | 日志文件 | 原因 | +| :-: | :-: | :-: | :-: | :-: | +| RevyOS LPI4A_BASIC_20231023 | oe_test_ruyi | fail | [log](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_00.log) | RevyOS 没有预装 zstd | + +``install`` 和 ``extract`` 命令观测到依赖 tar 、 xz 和 zstd ,其中 xz 在被测试环境均已经预装, tar 在 openEuler 2309 x86_64 没有预装, zstd 在 RevyOS 20231009 没有预装。 + +关联已有 issue 下的[评论](https://github.com/ruyisdk/ruyi/issues/12#issuecomment-1832015421) + +## 构建测试 + +测试使用 Jenkins CI 在 Debian 12 x86_64 环境进行打包。 Jenkins CI Pipeline 仅依照构建机器网络环境和用户权限对构建脚本进行了必要的更改。 + +### 构建测试结论 + +[scripts](https://github.com/ruyisdk/ruyi/tree/main/scripts) 下的脚本能够正常打包出 amd64 和 riscv64 架构的二进制 + +附[完整构建日志](https://gitee.com/yunxiangluo/ruyi-sdk-v0.2-test/blob/master/pre_round3/ruyi-auto-build_56.log) + diff --git a/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-13_18_51.log b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-13_18_51.log new file mode 100644 index 0000000000000000000000000000000000000000..1575be7ce8788909af154f861a0cc306faa2c472 --- /dev/null +++ b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-13_18_51.log @@ -0,0 +1,463 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 13:18:52 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmp4vy96hc_ ++ '[' -z '' ']' ++ tmpfile=/tmp/tmp4vy96hc_ ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmp4vy96hc_ ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmp4vy96hc_ +Wed Nov 29 13:21:17 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmp4vy96hc_ ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 10.3M 10 1084k 0 0 3338k 0 0:00:03 --:--:-- 0:00:03 3336k 22 10.3M 22 2408k 0 0 1789k 0 0:00:05 0:00:01 0:00:04 1789k 32 10.3M 32 3416k 0 0 1338k 0 0:00:07 0:00:02 0:00:05 1338k 50 10.3M 50 5376k 0 0 1616k 0 0:00:06 0:00:03 0:00:03 1616k 75 10.3M 75 7940k 0 0 1835k 0 0:00:05 0:00:04 0:00:01 1835k 100 10.3M 100 10.3M 0 0 2103k 0 0:00:05 0:00:05 --:--:-- 2018k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 13:21:23 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 13:21:23 2023 - INFO - Start to run test. ++ ruyi +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... +ruyi: error: the following arguments are required: {extract,install,i,list,update,venv,admin} ++ CHECK_RESULT 2 0 1 'Check ruyi empty cmdline failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi empty cmdline failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi empty cmdline help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty cmdline help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi -h ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ '[' -d /root/.cache//ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list profiles +generic +sipeed-lpi4a (needs flavor(s): {'xthead'}) +milkv-duo ++ CHECK_RESULT 0 0 0 'Check ruyi profile failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi profile failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct-xthead ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-riscv64- +plctxthead-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-l +inux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 273M 0 11584 0 0 21042 0 3:47:13 --:--:-- 3:47:13 21023 0 273M 0 16384 0 0 10399 0 7:39:47 0:00:01 7:39:46 10395 0 273M 0 384k 0 0 169k 0 0:27:28 0:00:02 0:27:26 169k 0 273M 0 1815k 0 0 562k 0 0:08:18 0:00:03 0:08:15 562k 1 273M 1 3843k 0 0 911k 0 0:05:07 0:00:04 0:05:03 911k 2 273M 2 6155k 0 0 1180k 0 0:03:57 0:00:05 0:03:52 1317k 2 273M 2 7707k 0 0 1239k 0 0:03:45 0:00:06 0:03:39 1657k 3 273M 3 9.9M 0 0 1410k 0 0:03:18 0:00:07 0:03:11 1975k 4 273M 4 12.6M 0 0 1558k 0 0:02:59 0:00:08 0:02:51 2193k 5 273M 5 14.1M 0 0 1571k 0 0:02:58 0:00:09 0:02:49 2129k 8 273M 8 22.5M 0 0 2257k 0 0:02:04 0:00:10 0:01:54 3379k 10 273M 10 28.5M 0 0 2602k 0 0:01:47 0:00:11 0:01:36 4297k 13 273M 13 35.6M 0 0 2986k 0 0:01:33 0:00:12 0:01:21 5271k 15 273M 15 43.6M 0 0 3379k 0 0:01:22 0:00:13 0:01:09 6459k 18 273M 18 49.5M 0 0 3573k 0 0:01:18 0:00:14 0:01:04 7262k 19 273M 19 53.8M 0 0 3624k 0 0:01:17 0:00:15 0:01:02 6422k 21 273M 21 58.2M 0 0 3681k 0 0:01:16 0:00:16 0:01:00 6102k 22 273M 22 61.4M 0 0 3645k 0 0:01:16 0:00:17 0:00:59 5235k 23 273M 23 64.0M 0 0 3600k 0 0:01:17 0:00:18 0:00:59 4182k 24 273M 24 68.1M 0 0 3630k 0 0:01:17 0:00:19 0:00:58 3792k 26 273M 26 73.3M 0 0 3713k 0 0:01:15 0:00:20 0:00:55 3984k 28 273M 28 78.7M 0 0 3802k 0 0:01:13 0:00:21 0:00:52 4195k 30 273M 30 84.6M 0 0 3903k 0 0:01:11 0:00:22 0:00:49 4805k 32 273M 32 87.9M 0 0 3877k 0 0:01:12 0:00:23 0:00:49 4890k 32 273M 32 89.3M 0 0 3777k 0 0:01:14 0:00:24 0:00:50 4341k 33 273M 33 90.6M 0 0 3679k 0 0:01:16 0:00:25 0:00:51 3542k 33 273M 33 91.8M 0 0 3586k 0 0:01:18 0:00:26 0:00:52 2671k 33 273M 33 92.8M 0 0 3492k 0 0:01:20 0:00:27 0:00:53 1668k 34 273M 34 95.0M 0 0 3448k 0 0:01:21 0:00:28 0:00:53 1453k 35 273M 35 98.2M 0 0 3445k 0 0:01:21 0:00:29 0:00:52 1833k 36 273M 36 99.9M 0 0 3388k 0 0:01:22 0:00:30 0:00:52 1921k 37 273M 37 101M 0 0 3342k 0 0:01:23 0:00:31 0:00:52 2062k 38 273M 38 104M 0 0 3327k 0 0:01:24 0:00:32 0:00:52 2429k 39 273M 39 107M 0 0 3313k 0 0:01:24 0:00:33 0:00:51 2555k 39 273M 39 108M 0 0 3250k 0 0:01:26 0:00:34 0:00:52 2111k 41 273M 41 112M 0 0 3269k 0 0:01:25 0:00:35 0:00:50 2547k 42 273M 42 117M 0 0 3316k 0 0:01:24 0:00:36 0:00:48 3151k 44 273M 44 122M 0 0 3363k 0 0:01:23 0:00:37 0:00:46 3595k 45 273M 45 125M 0 0 3364k 0 0:01:23 0:00:38 0:00:45 3698k 46 273M 46 127M 0 0 3336k 0 0:01:23 0:00:39 0:00:44 3927k 47 273M 47 130M 0 0 3321k 0 0:01:24 0:00:40 0:00:44 3688k 49 273M 49 134M 0 0 3333k 0 0:01:24 0:00:41 0:00:43 3454k 50 273M 50 137M 0 0 3343k 0 0:01:23 0:00:42 0:00:41 3196k 51 273M 51 139M 0 0 3309k 0 0:01:24 0:00:43 0:00:41 2889k 51 273M 51 142M 0 0 3289k 0 0:01:25 0:00:44 0:00:41 2918k 52 273M 52 143M 0 0 3253k 0 0:01:26 0:00:45 0:00:41 2709k 53 273M 53 146M 0 0 3242k 0 0:01:26 0:00:46 0:00:40 2497k 54 273M 54 150M 0 0 3257k 0 0:01:26 0:00:47 0:00:39 2527k 56 273M 56 155M 0 0 3296k 0 0:01:24 0:00:48 0:00:36 3182k 57 273M 57 157M 0 0 3279k 0 0:01:25 0:00:49 0:00:36 3193k 59 273M 59 162M 0 0 3315k 0 0:01:24 0:00:50 0:00:34 3875k 60 273M 60 166M 0 0 3323k 0 0:01:24 0:00:51 0:00:33 4064k 61 273M 61 167M 0 0 3294k 0 0:01:25 0:00:52 0:00:33 3642k 62 273M 62 170M 0 0 3290k 0 0:01:25 0:00:53 0:00:32 3233k 64 273M 64 175M 0 0 3308k 0 0:01:24 0:00:54 0:00:30 3587k 65 273M 65 180M 0 0 3345k 0 0:01:23 0:00:55 0:00:28 3644k 67 273M 67 185M 0 0 3387k 0 0:01:22 0:00:56 0:00:26 4043k 70 273M 70 192M 0 0 3437k 0 0:01:21 0:00:57 0:00:24 4932k 72 273M 72 198M 0 0 3498k 0 0:01:20 0:00:58 0:00:22 5720k 74 273M 74 204M 0 0 3528k 0 0:01:19 0:00:59 0:00:20 5889k 74 273M 74 204M 0 0 3472k 0 0:01:20 0:01:00 0:00:20 4845k 75 273M 75 205M 0 0 3434k 0 0:01:21 0:01:01 0:00:20 3971k 76 273M 76 210M 0 0 3462k 0 0:01:20 0:01:02 0:00:18 3744k 78 273M 78 213M 0 0 3457k 0 0:01:21 0:01:03 0:00:18 2979k 79 273M 79 217M 0 0 3469k 0 0:01:20 0:01:04 0:00:16 2765k 81 273M 81 222M 0 0 3498k 0 0:01:20 0:01:05 0:00:15 3827k 83 273M 83 228M 0 0 3538k 0 0:01:19 0:01:06 0:00:13 4813k 84 273M 84 232M 0 0 3538k 0 0:01:19 0:01:07 0:00:12 4496k 85 273M 85 234M 0 0 3523k 0 0:01:19 0:01:08 0:00:11 4360k 86 273M 86 237M 0 0 3507k 0 0:01:19 0:01:09 0:00:10 3993k 87 273M 87 238M 0 0 3476k 0 0:01:20 0:01:10 0:00:10 3181k 87 273M 87 240M 0 0 3451k 0 0:01:21 0:01:11 0:00:10 2287k 88 273M 88 242M 0 0 3442k 0 0:01:21 0:01:12 0:00:09 2151k 89 273M 89 245M 0 0 3430k 0 0:01:21 0:01:13 0:00:08 2198k 90 273M 90 247M 0 0 3408k 0 0:01:22 0:01:14 0:00:08 2096k 91 273M 91 249M 0 0 3395k 0 0:01:22 0:01:15 0:00:07 2260k 92 273M 92 253M 0 0 3404k 0 0:01:22 0:01:16 0:00:06 2743k 93 273M 93 256M 0 0 3402k 0 0:01:22 0:01:17 0:00:05 2822k 94 273M 94 259M 0 0 3394k 0 0:01:22 0:01:18 0:00:04 2849k 96 273M 96 262M 0 0 3396k 0 0:01:22 0:01:19 0:00:03 3221k 97 273M 97 266M 0 0 3398k 0 0:01:22 0:01:20 0:00:02 3440k 98 273M 98 269M 0 0 3398k 0 0:01:22 0:01:21 0:00:01 3303k 99 273M 99 271M 0 0 3375k 0 0:01:22 0:01:22 --:--:-- 2959k 99 273M 99 273M 0 0 3366k 0 0:01:23 0:01:23 --:--:-- 2920k 100 273M 100 273M 0 0 3366k 0 0:01:23 0:01:23 --:--:-- 2760k +info: extracting +RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-linux-gnu.tar.xz for package +gnu-plct-xthead-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi install package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Wed Nov 29 13:22:56 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 60' ++ message='oe_test_ruyi.sh line 60' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 60' +Wed Nov 29 13:22:57 2023 - ERROR - oe_test_ruyi.sh line 60 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Wed Nov 29 13:22:59 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 62' ++ message='oe_test_ruyi.sh line 62' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 62' +Wed Nov 29 13:23:00 2023 - ERROR - oe_test_ruyi.sh line 62 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install name:gnu-plct-xthead ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package by name failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package by name failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package by name failed' ++ LOG_ERROR 'Check ruyi install duplicate package by name failed' ++ message='Check ruyi install duplicate package by name failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package by name failed' +Wed Nov 29 13:23:02 2023 - ERROR - Check ruyi install duplicate package by name failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 64' ++ message='oe_test_ruyi.sh line 64' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 64' +Wed Nov 29 13:23:03 2023 - ERROR - oe_test_ruyi.sh line 64 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* source' +++ cut -d/ -f 2 ++ pkgname=coremark ++ mkdir source-test ++ cd source-test ++ ruyi extract coremark +info: downloading https://mirror.iscas.ac.cn/ruyisdk/dist/coremark-1.01.tar.gz +to /root/.cache/ruyi/distfiles/coremark-1.01.tar.gz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 391k 0 1448 0 0 930 0 0:07:11 0:00:01 0:07:10 930 100 391k 100 391k 0 0 184k 0 0:00:02 0:00:02 --:--:-- 184k +info: extracting coremark-1.01.tar.gz for package coremark-1.0.1 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 184, in cli_extract + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi extract failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract failed' ++ LOG_ERROR 'Check ruyi extract failed' ++ message='Check ruyi extract failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract failed' +Wed Nov 29 13:23:06 2023 - ERROR - Check ruyi extract failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 69' ++ message='oe_test_ruyi.sh line 69' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 69' +Wed Nov 29 13:23:06 2023 - ERROR - oe_test_ruyi.sh line 69 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ls ++ '[' '' '!=' '' ']' ++ CHECK_RESULT 1 0 0 'Check ruyi extract dir not enpty failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract dir not enpty failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract dir not enpty failed' ++ LOG_ERROR 'Check ruyi extract dir not enpty failed' ++ message='Check ruyi extract dir not enpty failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract dir not enpty failed' +Wed Nov 29 13:23:06 2023 - ERROR - Check ruyi extract dir not enpty failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 71' ++ message='oe_test_ruyi.sh line 71' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 71' +Wed Nov 29 13:23:06 2023 - ERROR - oe_test_ruyi.sh line 71 ++ '[' 0 -eq 1 ']' ++ return 0 ++ cd .. ++ rm -rf source-test ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 13:23:06 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 5 ++ test 5 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 13:23:06 2023 - ERROR - failed to execute the case. ++ exit 5 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 13:23:06 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmp4vy96hc_ ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp4vy96hc_ ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp4vy96hc_ +Wed Nov 29 13:24:11 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 13:24:11 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-13_24_11.log b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-13_24_11.log new file mode 100644 index 0000000000000000000000000000000000000000..bbc536b763cb51eadcf4ba470ea36e38269a5844 --- /dev/null +++ b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-13_24_11.log @@ -0,0 +1,341 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 13:24:12 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmpot1nv_a9 ++ '[' -z '' ']' ++ tmpfile=/tmp/tmpot1nv_a9 ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmpot1nv_a9 ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmpot1nv_a9 +Wed Nov 29 13:25:24 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmpot1nv_a9 ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 10.3M 11 1167k 0 0 1768k 0 0:00:05 --:--:-- 0:00:05 1768k 21 10.3M 21 2239k 0 0 1343k 0 0:00:07 0:00:01 0:00:06 1343k 35 10.3M 35 3767k 0 0 1418k 0 0:00:07 0:00:02 0:00:05 1417k 51 10.3M 51 5471k 0 0 1488k 0 0:00:07 0:00:03 0:00:04 1488k 71 10.3M 71 7555k 0 0 1616k 0 0:00:06 0:00:04 0:00:02 1616k 100 10.3M 100 10.3M 0 0 1867k 0 0:00:05 0:00:05 --:--:-- 1880k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 13:25:30 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 13:25:30 2023 - INFO - Start to run test. ++ export XDG_CACHE_HOME=/root/.cache/test ++ XDG_CACHE_HOME=/root/.cache/test ++ mkdir /root/.cache/test ++ xdg_ruyi_dir=/root/.cache/test/ruyi ++ default_ruyi_dir=/root/.cache/ruyi ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ grep 'Package declares' ++ ruyi list ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct-xthead ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-riscv64- +plctxthead-linux-gnu.tar.xz to +/root/.cache/test/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxth +ead-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 273M 0 164k 0 0 653k 0 0:07:08 --:--:-- 0:07:08 653k 0 273M 0 2064k 0 0 1649k 0 0:02:49 0:00:01 0:02:48 1649k 1 273M 1 4624k 0 0 2053k 0 0:02:16 0:00:02 0:02:14 2053k 2 273M 2 8204k 0 0 2523k 0 0:01:51 0:00:03 0:01:48 2522k 4 273M 4 11.1M 0 0 2681k 0 0:01:44 0:00:04 0:01:40 2681k 5 273M 5 13.7M 0 0 2687k 0 0:01:44 0:00:05 0:01:39 2790k 5 273M 5 15.8M 0 0 2603k 0 0:01:47 0:00:06 0:01:41 2842k 6 273M 6 16.8M 0 0 2375k 0 0:01:57 0:00:07 0:01:50 2519k 6 273M 6 17.9M 0 0 2220k 0 0:02:06 0:00:08 0:01:58 2023k 7 273M 7 19.6M 0 0 2171k 0 0:02:09 0:00:09 0:02:00 1736k 7 273M 7 20.5M 0 0 2049k 0 0:02:16 0:00:10 0:02:06 1381k 9 273M 9 25.5M 0 0 2326k 0 0:02:00 0:00:11 0:01:49 1980k 11 273M 11 32.3M 0 0 2706k 0 0:01:43 0:00:12 0:01:31 3190k 14 273M 14 38.7M 0 0 2994k 0 0:01:33 0:00:13 0:01:20 4278k 16 273M 16 44.6M 0 0 3205k 0 0:01:27 0:00:14 0:01:13 5134k 17 273M 17 49.1M 0 0 3301k 0 0:01:24 0:00:15 0:01:09 5881k 19 273M 19 52.5M 0 0 3308k 0 0:01:24 0:00:16 0:01:08 5512k 20 273M 20 54.9M 0 0 3261k 0 0:01:25 0:00:17 0:01:08 4622k 20 273M 20 56.3M 0 0 3161k 0 0:01:28 0:00:18 0:01:10 3602k 21 273M 21 58.4M 0 0 3107k 0 0:01:30 0:00:19 0:01:11 2828k 21 273M 21 59.6M 0 0 3014k 0 0:01:32 0:00:20 0:01:12 2140k 22 273M 22 61.3M 0 0 2955k 0 0:01:34 0:00:21 0:01:13 1805k 22 273M 22 62.5M 0 0 2878k 0 0:01:37 0:00:22 0:01:15 1556k 23 273M 23 63.6M 0 0 2800k 0 0:01:40 0:00:23 0:01:17 1486k 25 273M 25 71.1M 0 0 3003k 0 0:01:33 0:00:24 0:01:09 2603k 28 273M 28 76.9M 0 0 3122k 0 0:01:29 0:00:25 0:01:04 3563k 30 273M 30 84.2M 0 0 3286k 0 0:01:25 0:00:26 0:00:59 4692k 32 273M 32 88.0M 0 0 3307k 0 0:01:24 0:00:27 0:00:57 5222k 33 273M 33 91.0M 0 0 3299k 0 0:01:24 0:00:28 0:00:56 5626k 34 273M 34 94.1M 0 0 3295k 0 0:01:25 0:00:29 0:00:56 4710k 35 273M 35 97.9M 0 0 3316k 0 0:01:24 0:00:30 0:00:54 4298k 36 273M 36 100M 0 0 3286k 0 0:01:25 0:00:31 0:00:54 3289k 37 273M 37 102M 0 0 3247k 0 0:01:26 0:00:32 0:00:54 2920k 37 273M 37 103M 0 0 3185k 0 0:01:27 0:00:33 0:00:54 2544k 38 273M 38 104M 0 0 3126k 0 0:01:29 0:00:34 0:00:55 2136k 38 273M 38 105M 0 0 3068k 0 0:01:31 0:00:35 0:00:56 1567k 39 273M 39 107M 0 0 3023k 0 0:01:32 0:00:36 0:00:56 1378k 39 273M 39 109M 0 0 3002k 0 0:01:33 0:00:37 0:00:56 1424k 40 273M 40 111M 0 0 2971k 0 0:01:34 0:00:38 0:00:56 1549k 41 273M 41 113M 0 0 2969k 0 0:01:34 0:00:39 0:00:55 1896k 42 273M 42 115M 0 0 2942k 0 0:01:35 0:00:40 0:00:55 2051k 43 273M 43 117M 0 0 2927k 0 0:01:35 0:00:41 0:00:54 2228k 43 273M 43 119M 0 0 2898k 0 0:01:36 0:00:42 0:00:54 2119k 44 273M 44 122M 0 0 2894k 0 0:01:36 0:00:43 0:00:53 2301k 45 273M 45 124M 0 0 2872k 0 0:01:37 0:00:44 0:00:53 2104k 48 273M 48 132M 0 0 2998k 0 0:01:33 0:00:45 0:00:48 3448k 50 273M 50 137M 0 0 3037k 0 0:01:32 0:00:46 0:00:46 3950k 51 273M 51 141M 0 0 3060k 0 0:01:31 0:00:47 0:00:44 4434k 52 273M 52 143M 0 0 3044k 0 0:01:32 0:00:48 0:00:44 4349k 53 273M 53 146M 0 0 3050k 0 0:01:31 0:00:49 0:00:42 4628k 54 273M 54 148M 0 0 3033k 0 0:01:32 0:00:50 0:00:42 3353k 55 273M 55 151M 0 0 3020k 0 0:01:32 0:00:51 0:00:41 2858k 56 273M 56 154M 0 0 3028k 0 0:01:32 0:00:52 0:00:40 2717k 56 273M 56 155M 0 0 2997k 0 0:01:33 0:00:53 0:00:40 2543k 57 273M 57 157M 0 0 2970k 0 0:01:34 0:00:54 0:00:40 2179k 57 273M 57 158M 0 0 2933k 0 0:01:35 0:00:55 0:00:40 1926k 58 273M 58 159M 0 0 2912k 0 0:01:36 0:00:56 0:00:40 1805k 59 273M 59 161M 0 0 2889k 0 0:01:36 0:00:57 0:00:39 1444k 59 273M 59 163M 0 0 2873k 0 0:01:37 0:00:58 0:00:39 1549k 60 273M 60 165M 0 0 2857k 0 0:01:38 0:00:59 0:00:39 1637k 61 273M 61 167M 0 0 2846k 0 0:01:38 0:01:00 0:00:38 1890k 61 273M 61 169M 0 0 2827k 0 0:01:39 0:01:01 0:00:38 1873k 62 273M 62 171M 0 0 2825k 0 0:01:39 0:01:02 0:00:37 2091k 63 273M 63 174M 0 0 2825k 0 0:01:39 0:01:03 0:00:36 2270k 64 273M 64 176M 0 0 2811k 0 0:01:39 0:01:04 0:00:35 2263k 65 273M 65 179M 0 0 2810k 0 0:01:39 0:01:05 0:00:34 2374k 65 273M 65 179M 0 0 2781k 0 0:01:40 0:01:06 0:00:34 2209k 66 273M 66 181M 0 0 2767k 0 0:01:41 0:01:07 0:00:34 2039k 67 273M 67 183M 0 0 2750k 0 0:01:41 0:01:08 0:00:33 1805k 67 273M 67 184M 0 0 2722k 0 0:01:42 0:01:09 0:00:33 1586k 68 273M 68 188M 0 0 2750k 0 0:01:41 0:01:10 0:00:31 1967k 71 273M 71 196M 0 0 2820k 0 0:01:39 0:01:11 0:00:28 3346k 72 273M 72 199M 0 0 2826k 0 0:01:39 0:01:12 0:00:27 3623k 73 273M 73 201M 0 0 2821k 0 0:01:39 0:01:13 0:00:26 3798k 74 273M 74 204M 0 0 2816k 0 0:01:39 0:01:14 0:00:25 4102k 75 273M 75 206M 0 0 2809k 0 0:01:39 0:01:15 0:00:24 3629k 76 273M 76 209M 0 0 2813k 0 0:01:39 0:01:16 0:00:23 2717k 77 273M 77 212M 0 0 2818k 0 0:01:39 0:01:17 0:00:22 2691k 79 273M 79 216M 0 0 2834k 0 0:01:38 0:01:18 0:00:20 3022k 79 273M 79 218M 0 0 2825k 0 0:01:39 0:01:19 0:00:20 2960k 80 273M 80 220M 0 0 2817k 0 0:01:39 0:01:20 0:00:19 2944k 81 273M 81 222M 0 0 2807k 0 0:01:39 0:01:21 0:00:18 2716k 81 273M 81 224M 0 0 2792k 0 0:01:40 0:01:22 0:00:18 2390k 82 273M 82 225M 0 0 2774k 0 0:01:40 0:01:23 0:00:17 1842k 83 273M 83 229M 0 0 2787k 0 0:01:40 0:01:24 0:00:16 2185k 84 273M 84 232M 0 0 2789k 0 0:01:40 0:01:25 0:00:15 2339k 86 273M 86 236M 0 0 2802k 0 0:01:39 0:01:26 0:00:13 2721k 87 273M 87 238M 0 0 2801k 0 0:01:40 0:01:27 0:00:13 2956k 88 273M 88 242M 0 0 2810k 0 0:01:39 0:01:28 0:00:11 3399k 89 273M 89 244M 0 0 2805k 0 0:01:39 0:01:29 0:00:10 3111k 89 273M 89 246M 0 0 2792k 0 0:01:40 0:01:30 0:00:10 2840k 90 273M 90 247M 0 0 2778k 0 0:01:40 0:01:31 0:00:09 2354k 91 273M 91 250M 0 0 2776k 0 0:01:40 0:01:32 0:00:08 2334k 91 273M 91 251M 0 0 2760k 0 0:01:41 0:01:33 0:00:08 1874k 93 273M 93 254M 0 0 2764k 0 0:01:41 0:01:34 0:00:07 2035k 94 273M 94 257M 0 0 2767k 0 0:01:41 0:01:35 0:00:06 2315k 94 273M 94 259M 0 0 2755k 0 0:01:41 0:01:36 0:00:05 2336k 95 273M 95 260M 0 0 2747k 0 0:01:41 0:01:37 0:00:04 2212k 96 273M 96 262M 0 0 2739k 0 0:01:42 0:01:38 0:00:04 2345k 96 273M 96 264M 0 0 2732k 0 0:01:42 0:01:39 0:00:03 2133k 97 273M 97 266M 0 0 2721k 0 0:01:42 0:01:40 0:00:02 1857k 98 273M 98 268M 0 0 2715k 0 0:01:43 0:01:41 0:00:02 1951k 99 273M 99 271M 0 0 2714k 0 0:01:43 0:01:42 0:00:01 2069k 99 273M 99 272M 0 0 2697k 0 0:01:43 0:01:43 --:--:-- 1884k 99 273M 99 273M 0 0 2682k 0 0:01:44 0:01:44 --:--:-- 1689k 100 273M 100 273M 0 0 2676k 0 0:01:44 0:01:44 --:--:-- 1649k +info: extracting +RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-linux-gnu.tar.xz for package +gnu-plct-xthead-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi install package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Wed Nov 29 13:27:23 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 52' ++ message='oe_test_ruyi_cachedir.sh line 52' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 52' +Wed Nov 29 13:27:23 2023 - ERROR - oe_test_ruyi_cachedir.sh line 52 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Wed Nov 29 13:27:26 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 54' ++ message='oe_test_ruyi_cachedir.sh line 54' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 54' +Wed Nov 29 13:27:26 2023 - ERROR - oe_test_ruyi_cachedir.sh line 54 ++ '[' 0 -eq 1 ']' ++ return 0 ++ '[' -d /root/.cache/test/ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create xdg based cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create xdg based cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/ruyi ']' ++ CHECK_RESULT 0 0 1 'Check ruyi create default cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi create default cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 1 -eq 0 ']' ++ test 0x == 0x ++ test -n 'Check ruyi create default cache directory failed' ++ LOG_ERROR 'Check ruyi create default cache directory failed' ++ message='Check ruyi create default cache directory failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi create default cache directory failed' +Wed Nov 29 13:27:26 2023 - ERROR - Check ruyi create default cache directory failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 59' ++ message='oe_test_ruyi_cachedir.sh line 59' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 59' +Wed Nov 29 13:27:26 2023 - ERROR - oe_test_ruyi_cachedir.sh line 59 ++ '[' 0 -eq 1 ']' ++ return 0 ++ rm -rf /root/.cache/test ++ export XDG_CACHE_HOME= ++ XDG_CACHE_HOME= ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 13:27:26 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 13:27:26 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 13:27:26 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmpot1nv_a9 ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpot1nv_a9 ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpot1nv_a9 +Wed Nov 29 13:27:53 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 13:27:53 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-13_08_27.log b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-13_08_27.log new file mode 100644 index 0000000000000000000000000000000000000000..f9e3b8ab57394d4f835d14c3f26c30fad49a0616 --- /dev/null +++ b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-13_08_27.log @@ -0,0 +1,218 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 13:08:27 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmp4jxe84ws ++ '[' -z '' ']' ++ tmpfile=/tmp/tmp4jxe84ws ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmp4jxe84ws ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmp4jxe84ws +Wed Nov 29 13:09:29 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmp4jxe84ws ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 10.3M 2 283k 0 0 386k 0 0:00:27 --:--:-- 0:00:27 386k 5 10.3M 5 627k 0 0 359k 0 0:00:29 0:00:01 0:00:28 359k 9 10.3M 9 995k 0 0 362k 0 0:00:29 0:00:02 0:00:27 362k 13 10.3M 13 1419k 0 0 380k 0 0:00:27 0:00:03 0:00:24 380k 20 10.3M 20 2187k 0 0 462k 0 0:00:22 0:00:04 0:00:18 462k 26 10.3M 26 2743k 0 0 478k 0 0:00:22 0:00:05 0:00:17 492k 30 10.3M 30 3239k 0 0 481k 0 0:00:21 0:00:06 0:00:15 523k 33 10.3M 33 3523k 0 0 455k 0 0:00:23 0:00:07 0:00:16 506k 36 10.3M 36 3867k 0 0 442k 0 0:00:23 0:00:08 0:00:15 489k 39 10.3M 39 4179k 0 0 429k 0 0:00:24 0:00:09 0:00:15 398k 43 10.3M 43 4595k 0 0 427k 0 0:00:24 0:00:10 0:00:14 369k 46 10.3M 46 4951k 0 0 421k 0 0:00:25 0:00:11 0:00:14 341k 50 10.3M 50 5355k 0 0 420k 0 0:00:25 0:00:12 0:00:13 366k 54 10.3M 54 5763k 0 0 419k 0 0:00:25 0:00:13 0:00:12 378k 60 10.3M 60 6335k 0 0 429k 0 0:00:24 0:00:14 0:00:10 429k 64 10.3M 64 6815k 0 0 433k 0 0:00:24 0:00:15 0:00:09 444k 67 10.3M 67 7151k 0 0 427k 0 0:00:24 0:00:16 0:00:08 440k 70 10.3M 70 7487k 0 0 422k 0 0:00:24 0:00:17 0:00:07 426k 73 10.3M 73 7783k 0 0 414k 0 0:00:25 0:00:18 0:00:07 400k 76 10.3M 76 8047k 0 0 407k 0 0:00:25 0:00:19 0:00:06 343k 79 10.3M 79 8371k 0 0 403k 0 0:00:26 0:00:20 0:00:06 309k 84 10.3M 84 8867k 0 0 407k 0 0:00:25 0:00:21 0:00:04 343k 86 10.3M 86 9143k 0 0 402k 0 0:00:26 0:00:22 0:00:04 330k 88 10.3M 88 9335k 0 0 393k 0 0:00:26 0:00:23 0:00:03 311k 89 10.3M 89 9459k 0 0 382k 0 0:00:27 0:00:24 0:00:03 281k 90 10.3M 90 9575k 0 0 371k 0 0:00:28 0:00:25 0:00:03 240k 93 10.3M 93 9903k 0 0 370k 0 0:00:28 0:00:26 0:00:02 207k 100 10.3M 100 10.3M 0 0 381k 0 0:00:27 0:00:27 --:--:-- 285k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 13:09:57 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 13:09:57 2023 - INFO - Start to run test. ++ ruyi update ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu +.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 232M 0 264k 0 0 223k 0 0:17:45 0:00:01 0:17:44 223k 0 232M 0 564k 0 0 258k 0 0:15:19 0:00:02 0:15:17 258k 0 232M 0 932k 0 0 295k 0 0:13:25 0:00:03 0:13:22 295k 0 232M 0 1392k 0 0 334k 0 0:11:50 0:00:04 0:11:46 334k 0 232M 0 1716k 0 0 332k 0 0:11:54 0:00:05 0:11:49 343k 0 232M 0 2136k 0 0 346k 0 0:11:26 0:00:06 0:11:20 375k 1 232M 1 2548k 0 0 356k 0 0:11:08 0:00:07 0:11:01 398k 1 232M 1 2944k 0 0 360k 0 0:11:00 0:00:08 0:10:52 401k 1 232M 1 3220k 0 0 351k 0 0:11:16 0:00:09 0:11:07 365k 1 232M 1 3548k 0 0 348k 0 0:11:22 0:00:10 0:11:12 364k 1 232M 1 4084k 0 0 366k 0 0:10:50 0:00:11 0:10:39 390k 1 232M 1 4748k 0 0 390k 0 0:10:09 0:00:12 0:09:57 439k 2 232M 2 5220k 0 0 396k 0 0:09:59 0:00:13 0:09:46 456k 2 232M 2 5668k 0 0 400k 0 0:09:54 0:00:14 0:09:40 489k 2 232M 2 6148k 0 0 405k 0 0:09:46 0:00:15 0:09:31 521k 2 232M 2 6636k 0 0 410k 0 0:09:39 0:00:16 0:09:23 509k 2 232M 2 7052k 0 0 410k 0 0:09:39 0:00:17 0:09:22 457k 3 232M 3 7376k 0 0 406k 0 0:09:45 0:00:18 0:09:27 430k 3 232M 3 7680k 0 0 400k 0 0:09:53 0:00:19 0:09:34 402k 3 232M 3 8028k 0 0 398k 0 0:09:57 0:00:20 0:09:37 375k 3 232M 3 8480k 0 0 400k 0 0:09:53 0:00:21 0:09:32 369k 3 232M 3 8912k 0 0 402k 0 0:09:51 0:00:22 0:09:29 374k 3 232M 3 9236k 0 0 398k 0 0:09:57 0:00:23 0:09:34 371k 4 232M 4 9612k 0 0 397k 0 0:09:58 0:00:24 0:09:34 385k 4 232M 4 9.8M 0 0 399k 0 0:09:55 0:00:25 0:09:30 404k 4 232M 4 10.6M 0 0 416k 0 0:09:31 0:00:26 0:09:05 483k 4 232M 4 11.3M 0 0 429k 0 0:09:13 0:00:27 0:08:46 551k 5 232M 5 12.0M 0 0 436k 0 0:09:04 0:00:28 0:08:36 614k 5 232M 5 12.4M 0 0 438k 0 0:09:02 0:00:29 0:08:33 636k 5 232M 5 12.9M 0 0 438k 0 0:09:02 0:00:30 0:08:32 635k 5 232M 5 13.3M 0 0 437k 0 0:09:03 0:00:31 0:08:32 547k 5 232M 5 13.6M 0 0 435k 0 0:09:05 0:00:32 0:08:33 469k 6 232M 6 14.2M 0 0 440k 0 0:09:00 0:00:33 0:08:27 460k 6 232M 6 14.6M 0 0 438k 0 0:09:02 0:00:34 0:08:28 438k 6 232M 6 14.9M 0 0 436k 0 0:09:05 0:00:35 0:08:30 421k 6 232M 6 15.2M 0 0 431k 0 0:09:11 0:00:36 0:08:35 395k 6 232M 6 15.5M 0 0 427k 0 0:09:16 0:00:37 0:08:39 376k 6 232M 6 15.8M 0 0 424k 0 0:09:20 0:00:38 0:08:42 319k 6 232M 6 16.1M 0 0 422k 0 0:09:23 0:00:39 0:08:44 311k 7 232M 7 16.4M 0 0 419k 0 0:09:27 0:00:40 0:08:47 302k 7 232M 7 16.8M 0 0 419k 0 0:09:27 0:00:41 0:08:46 327k 7 232M 7 17.4M 0 0 422k 0 0:09:22 0:00:42 0:08:40 386k 7 232M 7 18.3M 0 0 435k 0 0:09:05 0:00:43 0:08:22 521k 8 232M 8 18.9M 0 0 440k 0 0:09:00 0:00:44 0:08:16 579k 8 232M 8 19.4M 0 0 441k 0 0:08:58 0:00:45 0:08:13 619k 8 232M 8 19.9M 0 0 441k 0 0:08:58 0:00:46 0:08:12 628k 8 232M 8 20.3M 0 0 441k 0 0:08:58 0:00:47 0:08:11 599k 8 232M 8 20.7M 0 0 442k 0 0:08:58 0:00:48 0:08:10 497k 9 232M 9 21.2M 0 0 443k 0 0:08:56 0:00:49 0:08:07 471k 9 232M 9 21.6M 0 0 442k 0 0:08:57 0:00:50 0:08:07 450k 9 232M 9 22.0M 0 0 440k 0 0:09:00 0:00:51 0:08:09 428k 9 232M 9 22.4M 0 0 440k 0 0:09:00 0:00:52 0:08:08 426k 9 232M 9 22.8M 0 0 440k 0 0:09:00 0:00:53 0:08:07 422k 10 232M 10 23.3M 0 0 442k 0 0:08:58 0:00:54 0:08:04 431k 10 232M 10 23.9M 0 0 444k 0 0:08:55 0:00:55 0:08:00 466k 10 232M 10 24.2M 0 0 442k 0 0:08:57 0:00:56 0:08:01 461k 10 232M 10 24.6M 0 0 441k 0 0:08:59 0:00:57 0:08:02 453k 10 232M 10 24.9M 0 0 439k 0 0:09:01 0:00:58 0:08:03 432k 10 232M 10 25.3M 0 0 438k 0 0:09:02 0:00:59 0:08:03 402k 11 232M 11 25.7M 0 0 437k 0 0:09:03 0:01:00 0:08:03 361k 11 232M 11 26.0M 0 0 436k 0 0:09:05 0:01:01 0:08:04 366k 11 232M 11 26.5M 0 0 438k 0 0:09:03 0:01:02 0:08:01 402k 11 232M 11 26.9M 0 0 436k 0 0:09:05 0:01:03 0:08:02 399k 11 232M 11 27.2M 0 0 435k 0 0:09:06 0:01:04 0:08:02 396k 11 232M 11 27.8M 0 0 437k 0 0:09:04 0:01:05 0:07:59 432k 12 232M 12 28.3M 0 0 438k 0 0:09:02 0:01:06 0:07:56 465k 12 232M 12 28.7M 0 0 438k 0 0:09:02 0:01:07 0:07:55 443k 12 232M 12 29.2M 0 0 439k 0 0:09:01 0:01:08 0:07:53 479k 12 232M 12 29.7M 0 0 440k 0 0:08:59 0:01:09 0:07:50 509k 12 232M 12 30.1M 0 0 440k 0 0:09:00 0:01:10 0:07:50 476k 13 232M 13 30.5M 0 0 439k 0 0:09:01 0:01:11 0:07:50 456k 13 232M 13 30.8M 0 0 438k 0 0:09:03 0:01:12 0:07:51 432k 13 232M 13 31.1M 0 0 436k 0 0:09:04 0:01:13 0:07:51 396k 13 232M 13 31.5M 0 0 435k 0 0:09:06 0:01:14 0:07:52 365k 13 232M 13 31.8M 0 0 433k 0 0:09:08 0:01:15 0:07:53 348k 13 232M 13 32.2M 0 0 433k 0 0:09:09 0:01:16 0:07:53 341k 14 232M 14 32.6M 0 0 432k 0 0:09:09 0:01:17 0:07:52 352k 14 232M 14 32.9M 0 0 430k 0 0:09:12 0:01:18 0:07:54 348k 14 232M 14 33.2M 0 0 430k 0 0:09:13 0:01:19 0:07:54 344k 14 232M 14 33.6M 0 0 430k 0 0:09:12 0:01:20 0:07:52 378k 14 232M 14 34.1M 0 0 430k 0 0:09:12 0:01:21 0:07:51 391k 14 232M 14 34.4M 0 0 429k 0 0:09:13 0:01:22 0:07:51 388k 14 232M 14 34.8M 0 0 428k 0 0:09:15 0:01:23 0:07:52 391k 15 232M 15 35.1M 0 0 427k 0 0:09:16 0:01:24 0:07:52 386k 15 232M 15 35.4M 0 0 426k 0 0:09:18 0:01:25 0:07:53 358k 15 232M 15 35.8M 0 0 425k 0 0:09:18 0:01:26 0:07:52 349k 15 232M 15 36.1M 0 0 424k 0 0:09:20 0:01:27 0:07:53 341k 15 232M 15 36.5M 0 0 424k 0 0:09:20 0:01:28 0:07:52 353k 15 232M 15 36.8M 0 0 423k 0 0:09:21 0:01:29 0:07:52 359k 16 232M 16 37.2M 0 0 423k 0 0:09:22 0:01:30 0:07:52 373k 16 232M 16 37.6M 0 0 422k 0 0:09:22 0:01:31 0:07:51 367k 16 232M 16 37.9M 0 0 421k 0 0:09:24 0:01:32 0:07:52 366k 16 232M 16 38.2M 0 0 420k 0 0:09:25 0:01:33 0:07:52 358k 16 232M 16 38.6M 0 0 420k 0 0:09:26 0:01:34 0:07:52 355k 16 232M 16 39.0M 0 0 420k 0 0:09:26 0:01:35 0:07:51 364k 16 232M 16 39.4M 0 0 420k 0 0:09:26 0:01:36 0:07:50 370k 17 232M 17 39.7M 0 0 418k 0 0:09:28 0:01:37 0:07:51 362k 17 232M 17 40.0M 0 0 417k 0 0:09:30 0:01:38 0:07:52 351k 17 232M 17 40.4M 0 0 417k 0 0:09:30 0:01:39 0:07:51 366k 17 232M 17 40.7M 0 0 416k 0 0:09:30 0:01:40 0:07:50 354k 17 232M 17 41.1M 0 0 416k 0 0:09:31 0:01:41 0:07:50 341k 17 232M 17 41.4M 0 0 415k 0 0:09:32 0:01:42 0:07:50 356k 17 232M 17 41.7M 0 0 414k 0 0:09:34 0:01:43 0:07:51 350k 18 232M 18 42.0M 0 0 413k 0 0:09:36 0:01:44 0:07:52 328k 18 232M 18 42.3M 0 0 412k 0 0:09:37 0:01:45 0:07:52 313k 18 232M 18 42.5M 0 0 410k 0 0:09:39 0:01:46 0:07:53 297k 18 232M 18 42.9M 0 0 410k 0 0:09:39 0:01:47 0:07:52 300k 18 232M 18 43.2M 0 0 409k 0 0:09:40 0:01:48 0:07:52 318k 18 232M 18 43.6M 0 0 409k 0 0:09:40 0:01:49 0:07:51 343k 19 232M 19 44.2M 0 0 410k 0 0:09:38 0:01:50 0:07:48 389k 19 232M 19 44.6M 0 0 411k 0 0:09:38 0:01:51 0:07:47 429k 19 232M 19 44.9M 0 0 410k 0 0:09:39 0:01:52 0:07:47 416k 19 232M 19 45.2M 0 0 409k 0 0:09:41 0:01:53 0:07:48 400k 19 232M 19 45.4M 0 0 407k 0 0:09:43 0:01:54 0:07:49 358k 19 232M 19 45.6M 0 0 405k 0 0:09:46 0:01:55 0:07:51 294k 19 232M 19 45.8M 0 0 404k 0 0:09:48 0:01:56 0:07:52 247k 19 232M 19 46.1M 0 0 403k 0 0:09:49 0:01:57 0:07:52 241k 19 232M 19 46.3M 0 0 401k 0 0:09:52 0:01:58 0:07:54 231k 20 232M 20 46.5M 0 0 400k 0 0:09:54 0:01:59 0:07:55 233k 20 232M 20 46.7M 0 0 398k 0 0:09:57 0:02:00 0:07:57 222k 20 232M 20 46.9M 0 0 397k 0 0:09:59 0:02:01 0:07:58 228k 20 232M 20 47.4M 0 0 397k 0 0:09:58 0:02:02 0:07:56 255k 20 232M 20 47.7M 0 0 397k 0 0:09:59 0:02:03 0:07:56 287k 20 232M 20 48.0M 0 0 396k 0 0:10:00 0:02:04 0:07:56 305k 20 232M 20 48.3M 0 0 395k 0 0:10:01 0:02:05 0:07:56 332k 20 232M 20 48.7M 0 0 395k 0 0:10:01 0:02:06 0:07:55 352k 21 232M 21 49.1M 0 0 395k 0 0:10:01 0:02:07 0:07:54 353k 21 232M 21 49.4M 0 0 395k 0 0:10:02 0:02:08 0:07:54 345k 21 232M 21 49.6M 0 0 393k 0 0:10:04 0:02:09 0:07:55 330k 21 232M 21 49.9M 0 0 392k 0 0:10:05 0:02:10 0:07:55 318k 21 232M 21 50.2M 0 0 392k 0 0:10:06 0:02:11 0:07:55 313k 21 232M 21 50.5M 0 0 391k 0 0:10:07 0:02:12 0:07:55 296k 21 232M 21 50.9M 0 0 391k 0 0:10:07 0:02:13 0:07:54 298k 22 232M 22 51.2M 0 0 390k 0 0:10:08 0:02:14 0:07:54 315k 22 232M 22 51.5M 0 0 390k 0 0:10:09 0:02:15 0:07:54 326k 22 232M 22 51.7M 0 0 389k 0 0:10:11 0:02:16 0:07:55 312k 22 232M 22 52.1M 0 0 389k 0 0:10:11 0:02:17 0:07:54 315k 22 232M 22 52.3M 0 0 387k 0 0:10:13 0:02:18 0:07:55 296k 22 232M 22 52.6M 0 0 387k 0 0:10:14 0:02:19 0:07:55 290k 22 232M 22 52.9M 0 0 386k 0 0:10:15 0:02:20 0:07:55 285k 22 232M 22 53.1M 0 0 385k 0 0:10:17 0:02:21 0:07:56 284k 23 232M 23 53.5M 0 0 385k 0 0:10:16 0:02:22 0:07:54 300k 23 232M 23 53.9M 0 0 386k 0 0:10:16 0:02:23 0:07:53 335k 23 232M 23 54.2M 0 0 385k 0 0:10:17 0:02:24 0:07:53 331k 23 232M 23 54.4M 0 0 383k 0 0:10:19 0:02:25 0:07:54 312k 23 232M 23 54.7M 0 0 383k 0 0:10:20 0:02:26 0:07:54 326k 23 232M 23 55.1M 0 0 383k 0 0:10:20 0:02:27 0:07:53 318k 23 232M 23 55.5M 0 0 383k 0 0:10:19 0:02:28 0:07:51 320k 24 232M 24 55.8M 0 0 383k 0 0:10:20 0:02:29 0:07:51 329k 24 232M 24 56.0M 0 0 382k 0 0:10:22 0:02:30 0:07:52 337k 24 232M 24 56.2M 0 0 381k 0 0:10:24 0:02:31 0:07:53 310k 24 232M 24 56.6M 0 0 380k 0 0:10:24 0:02:32 0:07:52 302k 24 232M 24 56.9M 0 0 380k 0 0:10:25 0:02:33 0:07:52 275k 24 232M 24 57.0M 0 0 378k 0 0:10:27 0:02:34 0:07:53 241k 24 232M 24 57.2M 0 0 377k 0 0:10:29 0:02:35 0:07:54 241k 24 232M 24 57.5M 0 0 377k 0 0:10:30 0:02:36 0:07:54 265k 24 232M 24 58.0M 0 0 377k 0 0:10:29 0:02:37 0:07:52 281k 25 232M 25 58.3M 0 0 377k 0 0:10:30 0:02:38 0:07:52 286k 25 232M 25 58.5M 0 0 376k 0 0:10:32 0:02:39 0:07:53 298k 25 232M 25 58.8M 0 0 375k 0 0:10:32 0:02:40 0:07:52 314k 25 232M 25 59.1M 0 0 375k 0 0:10:33 0:02:41 0:07:52 323k 25 232M 25 59.4M 0 0 375k 0 0:10:34 0:02:42 0:07:52 295k 25 232M 25 59.6M 0 0 374k 0 0:10:35 0:02:43 0:07:52 284k 25 232M 25 59.8M 0 0 373k 0 0:10:36 0:02:44 0:07:52 284k 25 232M 25 60.1M 0 0 372k 0 0:10:38 0:02:45 0:07:53 269k 26 232M 26 60.4M 0 0 372k 0 0:10:38 0:02:46 0:07:52 269k 26 232M 26 60.8M 0 0 373k 0 0:10:37 0:02:47 0:07:50 298k 26 232M 26 61.2M 0 0 372k 0 0:10:38 0:02:48 0:07:50 313k 26 232M 26 61.5M 0 0 372k 0 0:10:38 0:02:49 0:07:49 335k 26 232M 26 61.9M 0 0 372k 0 0:10:38 0:02:50 0:07:48 367k 26 232M 26 62.2M 0 0 372k 0 0:10:39 0:02:51 0:07:48 361k 26 232M 26 62.5M 0 0 371k 0 0:10:39 0:02:52 0:07:47 332k 27 232M 27 62.9M 0 0 372k 0 0:10:38 0:02:53 0:07:45 363k 27 232M 27 63.2M 0 0 371k 0 0:10:39 0:02:54 0:07:45 353k 27 232M 27 63.6M 0 0 371k 0 0:10:39 0:02:55 0:07:44 350k 27 232M 27 63.9M 0 0 371k 0 0:10:39 0:02:56 0:07:43 362k 27 232M 27 64.2M 0 0 371k 0 0:10:40 0:02:57 0:07:43 361k 27 232M 27 64.6M 0 0 371k 0 0:10:40 0:02:58 0:07:42 346k 28 232M 28 65.0M 0 0 371k 0 0:10:39 0:02:59 0:07:40 372k 28 232M 28 65.3M 0 0 371k 0 0:10:41 0:03:00 0:07:41 345k 28 232M 28 65.5M 0 0 370k 0 0:10:42 0:03:01 0:07:41 313k 28 232M 28 65.7M 0 0 369k 0 0:10:44 0:03:02 0:07:42 287k 28 232M 28 65.8M 0 0 368k 0 0:10:46 0:03:03 0:07:43 237k 28 232M 28 66.0M 0 0 367k 0 0:10:47 0:03:04 0:07:43 202k 28 232M 28 66.3M 0 0 367k 0 0:10:48 0:03:05 0:07:43 220k 28 232M 28 66.6M 0 0 366k 0 0:10:49 0:03:06 0:07:43 229k 28 232M 28 66.8M 0 0 366k 0 0:10:50 0:03:07 0:07:43 248k 28 232M 28 67.2M 0 0 365k 0 0:10:50 0:03:08 0:07:42 285k 29 232M 29 67.5M 0 0 365k 0 0:10:50 0:03:09 0:07:41 295k 29 232M 29 67.9M 0 0 365k 0 0:10:50 0:03:10 0:07:40 325k 29 232M 29 68.2M 0 0 365k 0 0:10:50 0:03:11 0:07:39 332k 29 232M 29 68.5M 0 0 365k 0 0:10:51 0:03:12 0:07:39 343k 29 232M 29 68.8M 0 0 365k 0 0:10:51 0:03:13 0:07:38 340k 29 232M 29 69.2M 0 0 364k 0 0:10:51 0:03:14 0:07:37 344k 29 232M 29 69.5M 0 0 364k 0 0:10:52 0:03:15 0:07:37 323k 30 232M 30 69.8M 0 0 364k 0 0:10:52 0:03:16 0:07:36 327k 30 232M 30 70.1M 0 0 364k 0 0:10:53 0:03:17 0:07:36 315k 30 232M 30 70.3M 0 0 363k 0 0:10:54 0:03:18 0:07:36 290k 30 232M 30 70.6M 0 0 363k 0 0:10:55 0:03:19 0:07:36 295k 30 232M 30 71.0M 0 0 363k 0 0:10:54 0:03:20 0:07:34 312k 30 232M 30 71.4M 0 0 363k 0 0:10:54 0:03:21 0:07:33 320k 30 232M 30 71.9M 0 0 364k 0 0:10:53 0:03:22 0:07:31 366k 31 232M 31 72.3M 0 0 364k 0 0:10:52 0:03:23 0:07:29 420k 31 232M 31 72.6M 0 0 364k 0 0:10:53 0:03:24 0:07:29 398k 31 232M 31 72.8M 0 0 363k 0 0:10:54 0:03:25 0:07:29 354k 31 232M 31 73.0M 0 0 363k 0 0:10:55 0:03:26 0:07:29 340k 31 232M 31 73.4M 0 0 362k 0 0:10:55 0:03:27 0:07:28 311k 31 232M 31 73.7M 0 0 362k 0 0:10:55 0:03:28 0:07:27 284k 31 232M 31 74.0M 0 0 362k 0 0:10:56 0:03:29 0:07:27 297k 32 232M 32 74.5M 0 0 363k 0 0:10:55 0:03:30 0:07:25 353k 32 232M 32 74.9M 0 0 363k 0 0:10:54 0:03:31 0:07:23 386k 32 232M 32 75.3M 0 0 363k 0 0:10:54 0:03:32 0:07:22 385k 32 232M 32 75.7M 0 0 363k 0 0:10:54 0:03:33 0:07:21 400k 32 232M 32 75.9M 0 0 363k 0 0:10:54 0:03:34 0:07:20 395k 32 232M 32 76.2M 0 0 362k 0 0:10:55 0:03:35 0:07:20 349k 32 232M 32 76.5M 0 0 362k 0 0:10:55 0:03:36 0:07:19 328k 33 232M 33 76.8M 0 0 362k 0 0:10:56 0:03:37 0:07:19 319k 33 232M 33 77.1M 0 0 362k 0 0:10:56 0:03:38 0:07:18 303k 33 232M 33 77.5M 0 0 362k 0 0:10:57 0:03:39 0:07:18 310k 33 232M 33 77.8M 0 0 362k 0 0:10:57 0:03:40 0:07:17 329k 33 232M 33 78.1M 0 0 361k 0 0:10:57 0:03:41 0:07:16 325k 33 232M 33 78.4M 0 0 361k 0 0:10:57 0:03:42 0:07:15 325k 33 232M 33 78.6M 0 0 361k 0 0:10:59 0:03:43 0:07:16 304k 33 232M 33 78.8M 0 0 360k 0 0:11:00 0:03:44 0:07:16 279k 34 232M 34 79.1M 0 0 360k 0 0:11:00 0:03:45 0:07:15 271k 34 232M 34 79.4M 0 0 359k 0 0:11:01 0:03:46 0:07:15 267k 34 232M 34 79.6M 0 0 359k 0 0:11:02 0:03:47 0:07:15 252k 34 232M 34 79.9M 0 0 358k 0 0:11:03 0:03:48 0:07:15 249k 34 232M 34 80.0M 0 0 357k 0 0:11:05 0:03:49 0:07:16 244k 34 232M 34 80.2M 0 0 357k 0 0:11:06 0:03:50 0:07:16 223k 34 232M 34 80.5M 0 0 356k 0 0:11:06 0:03:51 0:07:15 224k 34 232M 34 80.8M 0 0 356k 0 0:11:07 0:03:52 0:07:15 237k 34 232M 34 81.0M 0 0 356k 0 0:11:08 0:03:53 0:07:15 239k 35 232M 35 81.4M 0 0 355k 0 0:11:08 0:03:54 0:07:14 274k 35 232M 35 81.7M 0 0 355k 0 0:11:08 0:03:55 0:07:13 297k 35 232M 35 82.0M 0 0 355k 0 0:11:08 0:03:56 0:07:12 304k 35 232M 35 82.4M 0 0 355k 0 0:11:08 0:03:57 0:07:11 324k 35 232M 35 82.7M 0 0 355k 0 0:11:08 0:03:58 0:07:10 352k 35 232M 35 83.1M 0 0 355k 0 0:11:08 0:03:59 0:07:09 346k 35 232M 35 83.5M 0 0 356k 0 0:11:07 0:04:00 0:07:07 376k 36 232M 36 84.2M 0 0 357k 0 0:11:05 0:04:01 0:07:04 451k 36 232M 36 84.6M 0 0 358k 0 0:11:04 0:04:02 0:07:02 460k 36 232M 36 84.9M 0 0 357k 0 0:11:05 0:04:03 0:07:02 440k 36 232M 36 85.2M 0 0 357k 0 0:11:05 0:04:04 0:07:01 447k 36 232M 36 85.6M 0 0 357k 0 0:11:05 0:04:05 0:07:00 429k 37 232M 37 85.9M 0 0 357k 0 0:11:05 0:04:06 0:06:59 351k 37 232M 37 86.2M 0 0 357k 0 0:11:06 0:04:07 0:06:59 312k 37 232M 37 86.3M 0 0 356k 0 0:11:07 0:04:08 0:06:59 299k 37 232M 37 86.6M 0 0 356k 0 0:11:07 0:04:09 0:06:58 288k 37 232M 37 86.9M 0 0 355k 0 0:11:08 0:04:10 0:06:58 266k 37 232M 37 87.2M 0 0 355k 0 0:11:09 0:04:11 0:06:58 250k 37 232M 37 87.5M 0 0 355k 0 0:11:09 0:04:12 0:06:57 272k 37 232M 37 87.8M 0 0 355k 0 0:11:09 0:04:13 0:06:56 294k 37 232M 37 88.1M 0 0 354k 0 0:11:10 0:04:14 0:06:56 292k 38 232M 38 88.4M 0 0 355k 0 0:11:10 0:04:15 0:06:55 312k 38 232M 38 88.9M 0 0 355k 0 0:11:09 0:04:16 0:06:53 354k 38 232M 38 89.2M 0 0 355k 0 0:11:09 0:04:17 0:06:52 359k 38 232M 38 89.5M 0 0 355k 0 0:11:09 0:04:18 0:06:51 354k 38 232M 38 89.8M 0 0 354k 0 0:11:10 0:04:19 0:06:51 349k 38 232M 38 90.2M 0 0 355k 0 0:11:09 0:04:20 0:06:49 365k 38 232M 38 90.4M 0 0 354k 0 0:11:10 0:04:21 0:06:49 316k 39 232M 39 90.8M 0 0 354k 0 0:11:10 0:04:22 0:06:48 316k 39 232M 39 91.2M 0 0 354k 0 0:11:10 0:04:23 0:06:47 335k 39 232M 39 91.5M 0 0 354k 0 0:11:10 0:04:24 0:06:46 350k 39 232M 39 91.7M 0 0 354k 0 0:11:11 0:04:25 0:06:46 313k 39 232M 39 92.0M 0 0 353k 0 0:11:12 0:04:26 0:06:46 313k 39 232M 39 92.3M 0 0 353k 0 0:11:12 0:04:27 0:06:45 311k 39 232M 39 92.6M 0 0 353k 0 0:11:12 0:04:28 0:06:44 300k 40 232M 40 92.9M 0 0 353k 0 0:11:12 0:04:29 0:06:43 295k 40 232M 40 93.2M 0 0 353k 0 0:11:13 0:04:30 0:06:43 299k 40 232M 40 93.4M 0 0 353k 0 0:11:13 0:04:31 0:06:42 302k 40 232M 40 93.6M 0 0 352k 0 0:11:15 0:04:32 0:06:43 269k 40 232M 40 93.9M 0 0 352k 0 0:11:15 0:04:33 0:06:42 252k 40 232M 40 94.0M 0 0 351k 0 0:11:17 0:04:34 0:06:43 227k 40 232M 40 94.3M 0 0 351k 0 0:11:17 0:04:35 0:06:42 220k 40 232M 40 94.6M 0 0 350k 0 0:11:18 0:04:36 0:06:42 231k 40 232M 40 94.7M 0 0 350k 0 0:11:19 0:04:37 0:06:42 223k 40 232M 40 94.9M 0 0 349k 0 0:11:20 0:04:38 0:06:42 212k 40 232M 40 95.1M 0 0 349k 0 0:11:21 0:04:39 0:06:42 228k 41 232M 41 95.3M 0 0 348k 0 0:11:22 0:04:40 0:06:42 219k 41 232M 41 95.7M 0 0 348k 0 0:11:22 0:04:41 0:06:41 226k 41 232M 41 96.0M 0 0 348k 0 0:11:22 0:04:42 0:06:40 255k 41 232M 41 96.4M 0 0 348k 0 0:11:22 0:04:43 0:06:39 307k 41 232M 41 96.8M 0 0 348k 0 0:11:22 0:04:44 0:06:38 328k 41 232M 41 97.0M 0 0 348k 0 0:11:22 0:04:45 0:06:37 346k 41 232M 41 97.3M 0 0 348k 0 0:11:23 0:04:46 0:06:37 333k 42 232M 42 97.7M 0 0 348k 0 0:11:22 0:04:47 0:06:35 350k 42 232M 42 98.0M 0 0 348k 0 0:11:22 0:04:48 0:06:34 328k 42 232M 42 98.3M 0 0 348k 0 0:11:23 0:04:49 0:06:34 318k 42 232M 42 98.6M 0 0 348k 0 0:11:23 0:04:50 0:06:33 322k 42 232M 42 99.0M 0 0 348k 0 0:11:23 0:04:51 0:06:32 348k 42 232M 42 99.3M 0 0 348k 0 0:11:23 0:04:52 0:06:31 336k 42 232M 42 99.6M 0 0 348k 0 0:11:23 0:04:53 0:06:30 326k 42 232M 42 99.9M 0 0 347k 0 0:11:24 0:04:54 0:06:30 319k 43 232M 43 100M 0 0 347k 0 0:11:24 0:04:55 0:06:29 300k 43 232M 43 100M 0 0 346k 0 0:11:25 0:04:56 0:06:29 266k 43 232M 43 100M 0 0 346k 0 0:11:26 0:04:57 0:06:29 260k 43 232M 43 100M 0 0 346k 0 0:11:27 0:04:58 0:06:29 245k 43 232M 43 101M 0 0 346k 0 0:11:27 0:04:59 0:06:28 250k 43 232M 43 101M 0 0 346k 0 0:11:27 0:05:00 0:06:27 280k 43 232M 43 101M 0 0 346k 0 0:11:27 0:05:01 0:06:26 296k 43 232M 43 101M 0 0 345k 0 0:11:28 0:05:02 0:06:26 274k 43 232M 43 102M 0 0 345k 0 0:11:29 0:05:03 0:06:26 269k 44 232M 44 102M 0 0 344k 0 0:11:30 0:05:04 0:06:26 254k 44 232M 44 102M 0 0 344k 0 0:11:30 0:05:05 0:06:25 254k 44 232M 44 103M 0 0 344k 0 0:11:30 0:05:06 0:06:24 252k 44 232M 44 103M 0 0 344k 0 0:11:30 0:05:07 0:06:23 272k 44 232M 44 103M 0 0 344k 0 0:11:31 0:05:08 0:06:23 283k 44 232M 44 103M 0 0 344k 0 0:11:31 0:05:09 0:06:22 319k 44 232M 44 104M 0 0 344k 0 0:11:31 0:05:10 0:06:21 304k 44 232M 44 104M 0 0 344k 0 0:11:31 0:05:11 0:06:20 306k 45 232M 45 104M 0 0 344k 0 0:11:31 0:05:12 0:06:19 324k 45 232M 45 105M 0 0 343k 0 0:11:31 0:05:13 0:06:18 334k 45 232M 45 105M 0 0 343k 0 0:11:31 0:05:14 0:06:17 325k 45 232M 45 105M 0 0 344k 0 0:11:31 0:05:15 0:06:16 356k 45 232M 45 106M 0 0 344k 0 0:11:31 0:05:16 0:06:15 357k 45 232M 45 106M 0 0 344k 0 0:11:31 0:05:17 0:06:14 351k 45 232M 45 106M 0 0 343k 0 0:11:31 0:05:18 0:06:13 340k 46 232M 46 107M 0 0 343k 0 0:11:32 0:05:19 0:06:13 320k 46 232M 46 107M 0 0 343k 0 0:11:32 0:05:20 0:06:12 297k 46 232M 46 107M 0 0 343k 0 0:11:32 0:05:21 0:06:11 290k 46 232M 46 107M 0 0 343k 0 0:11:33 0:05:22 0:06:11 277k 46 232M 46 108M 0 0 342k 0 0:11:34 0:05:23 0:06:11 270k 46 232M 46 108M 0 0 342k 0 0:11:34 0:05:24 0:06:10 268k 46 232M 46 108M 0 0 341k 0 0:11:36 0:05:25 0:06:11 226k 46 232M 46 108M 0 0 341k 0 0:11:37 0:05:26 0:06:11 206k 46 232M 46 108M 0 0 340k 0 0:11:37 0:05:27 0:06:10 201k 46 232M 46 109M 0 0 340k 0 0:11:38 0:05:28 0:06:10 207k 47 232M 47 109M 0 0 340k 0 0:11:39 0:05:29 0:06:10 204k 47 232M 47 109M 0 0 339k 0 0:11:40 0:05:30 0:06:10 197k 47 232M 47 109M 0 0 339k 0 0:11:41 0:05:31 0:06:10 205k 47 232M 47 109M 0 0 338k 0 0:11:42 0:05:32 0:06:10 204k 47 232M 47 110M 0 0 339k 0 0:11:41 0:05:33 0:06:08 241k 47 232M 47 110M 0 0 339k 0 0:11:40 0:05:34 0:06:06 286k 47 232M 47 111M 0 0 339k 0 0:11:40 0:05:35 0:06:05 349k 47 232M 47 111M 0 0 339k 0 0:11:40 0:05:36 0:06:04 365k 48 232M 48 111M 0 0 339k 0 0:11:41 0:05:37 0:06:04 367k 48 232M 48 112M 0 0 339k 0 0:11:41 0:05:38 0:06:03 342k 48 232M 48 112M 0 0 339k 0 0:11:41 0:05:39 0:06:02 310k 48 232M 48 112M 0 0 338k 0 0:11:42 0:05:40 0:06:02 284k 48 232M 48 112M 0 0 338k 0 0:11:42 0:05:41 0:06:01 267k 48 232M 48 113M 0 0 338k 0 0:11:42 0:05:42 0:06:00 284k 48 232M 48 113M 0 0 338k 0 0:11:42 0:05:43 0:05:59 293k 48 232M 48 113M 0 0 338k 0 0:11:43 0:05:44 0:05:59 285k 49 232M 49 113M 0 0 338k 0 0:11:43 0:05:45 0:05:58 287k 49 232M 49 114M 0 0 337k 0 0:11:44 0:05:46 0:05:58 294k 49 232M 49 114M 0 0 337k 0 0:11:44 0:05:47 0:05:57 268k 49 232M 49 114M 0 0 337k 0 0:11:45 0:05:48 0:05:57 232k 49 232M 49 114M 0 0 336k 0 0:11:46 0:05:49 0:05:57 239k 49 232M 49 115M 0 0 336k 0 0:11:47 0:05:50 0:05:57 216k 49 232M 49 115M 0 0 336k 0 0:11:47 0:05:51 0:05:56 223k 49 232M 49 115M 0 0 336k 0 0:11:47 0:05:52 0:05:55 260k 49 232M 49 115M 0 0 336k 0 0:11:47 0:05:53 0:05:54 284k 50 232M 50 116M 0 0 336k 0 0:11:47 0:05:54 0:05:53 308k 50 232M 50 116M 0 0 336k 0 0:11:46 0:05:55 0:05:51 345k 50 232M 50 117M 0 0 336k 0 0:11:46 0:05:56 0:05:50 378k 50 232M 50 117M 0 0 336k 0 0:11:46 0:05:57 0:05:49 368k 50 232M 50 117M 0 0 336k 0 0:11:46 0:05:58 0:05:48 376k 50 232M 50 118M 0 0 336k 0 0:11:47 0:05:59 0:05:48 337k 50 232M 50 118M 0 0 336k 0 0:11:47 0:06:00 0:05:47 330k 51 232M 51 118M 0 0 336k 0 0:11:47 0:06:01 0:05:46 298k 51 232M 51 118M 0 0 335k 0 0:11:48 0:06:02 0:05:46 260k 51 232M 51 119M 0 0 335k 0 0:11:49 0:06:03 0:05:46 239k 51 232M 51 119M 0 0 335k 0 0:11:49 0:06:04 0:05:45 266k 51 232M 51 119M 0 0 335k 0 0:11:49 0:06:05 0:05:44 248k 51 232M 51 119M 0 0 335k 0 0:11:49 0:06:06 0:05:43 263k 51 232M 51 120M 0 0 335k 0 0:11:49 0:06:07 0:05:42 302k 51 232M 51 120M 0 0 335k 0 0:11:49 0:06:08 0:05:41 309k 51 232M 51 120M 0 0 335k 0 0:11:50 0:06:09 0:05:41 298k 52 232M 52 121M 0 0 334k 0 0:11:50 0:06:10 0:05:40 300k 52 232M 52 121M 0 0 334k 0 0:11:50 0:06:11 0:05:39 302k 52 232M 52 121M 0 0 334k 0 0:11:50 0:06:12 0:05:38 294k 52 232M 52 121M 0 0 334k 0 0:11:51 0:06:13 0:05:38 293k 52 232M 52 122M 0 0 334k 0 0:11:51 0:06:14 0:05:37 285k 52 232M 52 122M 0 0 334k 0 0:11:51 0:06:15 0:05:36 290k 52 232M 52 122M 0 0 334k 0 0:11:51 0:06:16 0:05:35 316k 53 232M 53 123M 0 0 334k 0 0:11:50 0:06:17 0:05:33 334k 53 232M 53 123M 0 0 334k 0 0:11:50 0:06:18 0:05:32 362k 53 232M 53 123M 0 0 334k 0 0:11:50 0:06:19 0:05:31 364k 53 232M 53 124M 0 0 334k 0 0:11:51 0:06:20 0:05:31 359k 53 232M 53 124M 0 0 334k 0 0:11:51 0:06:21 0:05:30 308k 53 232M 53 124M 0 0 334k 0 0:11:52 0:06:22 0:05:30 281k 53 232M 53 124M 0 0 333k 0 0:11:52 0:06:23 0:05:29 246k 53 232M 53 125M 0 0 333k 0 0:11:52 0:06:24 0:05:28 253k 54 232M 54 125M 0 0 333k 0 0:11:52 0:06:25 0:05:27 280k 54 232M 54 125M 0 0 334k 0 0:11:52 0:06:26 0:05:26 315k 54 232M 54 126M 0 0 334k 0 0:11:51 0:06:27 0:05:24 367k 54 232M 54 127M 0 0 335k 0 0:11:50 0:06:28 0:05:22 433k 54 232M 54 127M 0 0 335k 0 0:11:48 0:06:29 0:05:19 488k 55 232M 55 127M 0 0 335k 0 0:11:48 0:06:30 0:05:18 494k 55 232M 55 128M 0 0 335k 0 0:11:49 0:06:31 0:05:18 453k 55 232M 55 128M 0 0 335k 0 0:11:48 0:06:32 0:05:16 421k 55 232M 55 128M 0 0 335k 0 0:11:48 0:06:33 0:05:15 384k 55 232M 55 129M 0 0 335k 0 0:11:48 0:06:34 0:05:14 328k 55 232M 55 129M 0 0 335k 0 0:11:49 0:06:35 0:05:14 305k 55 232M 55 129M 0 0 335k 0 0:11:49 0:06:36 0:05:13 323k 56 232M 56 130M 0 0 335k 0 0:11:49 0:06:37 0:05:12 327k 56 232M 56 130M 0 0 335k 0 0:11:49 0:06:38 0:05:11 319k 56 232M 56 130M 0 0 335k 0 0:11:49 0:06:39 0:05:10 325k 56 232M 56 131M 0 0 335k 0 0:11:49 0:06:40 0:05:09 328k 56 232M 56 131M 0 0 335k 0 0:11:49 0:06:41 0:05:08 319k 56 232M 56 131M 0 0 335k 0 0:11:49 0:06:42 0:05:07 312k 56 232M 56 132M 0 0 335k 0 0:11:49 0:06:43 0:05:06 315k 56 232M 56 132M 0 0 335k 0 0:11:49 0:06:44 0:05:05 337k 57 232M 57 132M 0 0 335k 0 0:11:49 0:06:45 0:05:04 347k 57 232M 57 133M 0 0 335k 0 0:11:49 0:06:46 0:05:03 352k 57 232M 57 133M 0 0 335k 0 0:11:48 0:06:47 0:05:01 364k 57 232M 57 133M 0 0 335k 0 0:11:49 0:06:48 0:05:01 337k 57 232M 57 133M 0 0 335k 0 0:11:50 0:06:49 0:05:01 295k 57 232M 57 134M 0 0 334k 0 0:11:50 0:06:50 0:05:00 276k 57 232M 57 134M 0 0 334k 0 0:11:50 0:06:51 0:04:59 274k 57 232M 57 134M 0 0 334k 0 0:11:50 0:06:52 0:04:58 259k 58 232M 58 135M 0 0 334k 0 0:11:50 0:06:53 0:04:57 285k 58 232M 58 136M 0 0 336k 0 0:11:47 0:06:54 0:04:53 440k 59 232M 59 137M 0 0 339k 0 0:11:40 0:06:55 0:04:45 740k 60 232M 60 139M 0 0 344k 0 0:11:31 0:06:56 0:04:35 1128k 60 232M 60 141M 0 0 347k 0 0:11:24 0:06:57 0:04:27 1405k 61 232M 61 143M 0 0 351k 0 0:11:16 0:06:58 0:04:18 1747k 62 232M 62 145M 0 0 355k 0 0:11:08 0:06:59 0:04:09 1981k 63 232M 63 147M 0 0 359k 0 0:11:02 0:07:00 0:04:02 1992k 64 232M 64 149M 0 0 364k 0 0:10:53 0:07:01 0:03:52 2017k 65 232M 65 152M 0 0 369k 0 0:10:43 0:07:02 0:03:41 2237k 66 232M 66 155M 0 0 375k 0 0:10:34 0:07:03 0:03:31 2354k 67 232M 67 156M 0 0 378k 0 0:10:28 0:07:04 0:03:24 2293k 68 232M 68 158M 0 0 382k 0 0:10:21 0:07:05 0:03:16 2327k 69 232M 69 160M 0 0 386k 0 0:10:15 0:07:06 0:03:09 2307k 70 232M 70 163M 0 0 393k 0 0:10:05 0:07:07 0:02:58 2344k 71 232M 71 166M 0 0 398k 0 0:09:57 0:07:08 0:02:49 2361k 72 232M 72 169M 0 0 404k 0 0:09:48 0:07:09 0:02:39 2570k 73 232M 73 171M 0 0 408k 0 0:09:42 0:07:10 0:02:32 2630k 75 232M 75 174M 0 0 414k 0 0:09:34 0:07:11 0:02:23 2767k 76 232M 76 177M 0 0 420k 0 0:09:25 0:07:12 0:02:13 2792k 77 232M 77 180M 0 0 426k 0 0:09:17 0:07:13 0:02:04 2862k 78 232M 78 183M 0 0 432k 0 0:09:10 0:07:14 0:01:56 2836k 80 232M 80 186M 0 0 438k 0 0:09:02 0:07:15 0:01:47 2977k 81 232M 81 189M 0 0 444k 0 0:08:55 0:07:16 0:01:39 3056k 82 232M 82 192M 0 0 451k 0 0:08:47 0:07:17 0:01:30 3091k 84 232M 84 196M 0 0 458k 0 0:08:38 0:07:18 0:01:20 3198k 85 232M 85 199M 0 0 465k 0 0:08:31 0:07:19 0:01:12 3347k 87 232M 87 203M 0 0 473k 0 0:08:22 0:07:20 0:01:02 3579k 89 232M 89 208M 0 0 483k 0 0:08:12 0:07:21 0:00:51 3847k 91 232M 91 212M 0 0 492k 0 0:08:03 0:07:22 0:00:41 4084k 92 232M 92 215M 0 0 498k 0 0:07:56 0:07:23 0:00:33 4043k 94 232M 94 219M 0 0 506k 0 0:07:49 0:07:24 0:00:25 4143k 96 232M 96 223M 0 0 513k 0 0:07:43 0:07:25 0:00:18 4010k 97 232M 97 227M 0 0 521k 0 0:07:35 0:07:26 0:00:09 3924k 99 232M 99 232M 0 0 531k 0 0:07:27 0:07:27 --:--:-- 3985k 100 232M 100 232M 0 0 532k 0 0:07:27 0:07:27 --:--:-- 4152k +info: extracting RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz for +package gnu-plct-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ ruyi venv --toolchain gnu-plct milkv-duo test-venv ++ grep 'The virtual environment is now created.' ++ CHECK_RESULT 1 0 0 'Check ruyi venv install failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv install failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi venv install failed' ++ LOG_ERROR 'Check ruyi venv install failed' ++ message='Check ruyi venv install failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi venv install failed' +Wed Nov 29 13:17:31 2023 - ERROR - Check ruyi venv install failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 35' ++ message='oe_test_ruyi_venv.sh line 35' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 35' +Wed Nov 29 13:17:32 2023 - ERROR - oe_test_ruyi_venv.sh line 35 ++ '[' 0 -eq 1 ']' ++ return 0 ++ '[' -f ./test-venv/bin/ruyi-activate ']' ++ CHECK_RESULT 1 0 0 'Check ruyi venv activate file failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv activate file failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi venv activate file failed' ++ LOG_ERROR 'Check ruyi venv activate file failed' ++ message='Check ruyi venv activate file failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi venv activate file failed' +Wed Nov 29 13:17:32 2023 - ERROR - Check ruyi venv activate file failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 37' ++ message='oe_test_ruyi_venv.sh line 37' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 37' +Wed Nov 29 13:17:32 2023 - ERROR - oe_test_ruyi_venv.sh line 37 ++ '[' 0 -eq 1 ']' ++ return 0 ++ oldps1= ++ source ./test-venv/bin/ruyi-activate +oe_test_ruyi_venv.sh: line 39: ./test-venv/bin/ruyi-activate: No such file or directory ++ echo '' ++ grep test-venv ++ CHECK_RESULT 1 0 0 'Check activate ruyi venv PS1 failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check activate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check activate ruyi venv PS1 failed' ++ LOG_ERROR 'Check activate ruyi venv PS1 failed' ++ message='Check activate ruyi venv PS1 failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check activate ruyi venv PS1 failed' +Wed Nov 29 13:17:32 2023 - ERROR - Check activate ruyi venv PS1 failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 41' ++ message='oe_test_ruyi_venv.sh line 41' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 41' +Wed Nov 29 13:17:32 2023 - ERROR - oe_test_ruyi_venv.sh line 41 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi-deactivate +oe_test_ruyi_venv.sh: line 42: ruyi-deactivate: command not found ++ '[' '' == '' ']' ++ CHECK_RESULT 0 0 0 'Check deactivate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check deactivate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ rm -rf test-venv ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 13:17:32 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 13:17:32 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 13:17:32 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmp4jxe84ws ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp4jxe84ws ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp4jxe84ws +Wed Nov 29 13:18:51 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 13:18:51 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-13_27_53.log b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-13_27_53.log new file mode 100644 index 0000000000000000000000000000000000000000..2f6f4e450c6f824d848c29f1a116e70d892c5c1e --- /dev/null +++ b/pre_round3/mugen/build_90/fedora38-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-13_27_53.log @@ -0,0 +1,171 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 13:27:54 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmpudtvf_dc ++ '[' -z '' ']' ++ tmpfile=/tmp/tmpudtvf_dc ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmpudtvf_dc ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmpudtvf_dc +Wed Nov 29 13:28:37 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmpudtvf_dc ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 10.3M 5 531k 0 0 481k 0 0:00:21 0:00:01 0:00:20 481k 42 10.3M 42 4439k 0 0 2114k 0 0:00:04 0:00:02 0:00:02 2114k 69 10.3M 69 7303k 0 0 2358k 0 0:00:04 0:00:03 0:00:01 2358k 99 10.3M 99 10.2M 0 0 2556k 0 0:00:04 0:00:04 --:--:-- 2555k 100 10.3M 100 10.3M 0 0 2559k 0 0:00:04 0:00:04 --:--:-- 2631k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 13:28:41 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 13:28:41 2023 - INFO - Start to run test. ++ ruyi update +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct-xthead ++ http_proxy=http://wrong.proxy ++ https_proxy=http://wrong.proxy ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-riscv64- +plctxthead-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-l +inux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 26, in ensure +FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-linux-gnu.tar.xz' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 253, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 29, in ensure + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 65, in fetch_and_ensure_integrity + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/fetch.py", line 90, in fetch +RuntimeError: failed to fetch distfile: command 'curl --retry 3 --connect-timeout 60 --ftp-pasv -o /root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-linux-gnu.tar.xz https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-riscv64-plctxthead-linux-gnu.tar.xz' returned 5 ++ CHECK_RESULT 1 0 1 'Check ruyi install package from wrong proxy failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi install package from wrong proxy failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep downloading +info: downloading ++ CHECK_RESULT 0 0 0 'Check ruyi reinstall package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi reinstall package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 13:31:11 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 13:31:11 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 13:31:11 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmpudtvf_dc ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpudtvf_dc ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpudtvf_dc +Wed Nov 29 13:31:35 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 13:31:35 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_47.log b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_47.log new file mode 100644 index 0000000000000000000000000000000000000000..c45b5a0056a8b44cf8c157be4e34e046a1535aa2 --- /dev/null +++ b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_47.log @@ -0,0 +1,400 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:06:47 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:06:47 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:06:48 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 10.3M 32 3422k 0 0 2942k 0 0:00:03 0:00:01 0:00:02 2942k 82 10.3M 82 8694k 0 0 4015k 0 0:00:02 0:00:02 --:--:-- 4015k 100 10.3M 100 10.3M 0 0 4274k 0 0:00:02 0:00:02 --:--:-- 4273k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:06:51 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:06:51 2023 - INFO - Start to run test. ++ ruyi +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... +ruyi: error: the following arguments are required: {extract,install,i,list,update,venv,admin} ++ CHECK_RESULT 2 0 1 'Check ruyi empty cmdline failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi empty cmdline failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi empty cmdline help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty cmdline help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi -h ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ '[' -d /root/.cache//ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list profiles +generic +sipeed-lpi4a (needs flavor(s): {'xthead'}) +milkv-duo ++ CHECK_RESULT 0 0 0 'Check ruyi profile failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi profile failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=llvm-upstream ++ ruyi install llvm-upstream +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/llvm-17.0.5.ruyi-20231121.amd64.tar.zst +to /root/.cache/ruyi/distfiles/llvm-17.0.5.ruyi-20231121.amd64.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 398M 0 2496k 0 0 3027k 0 0:02:14 --:--:-- 0:02:14 3025k 3 398M 3 12.6M 0 0 7096k 0 0:00:57 0:00:01 0:00:56 7094k 5 398M 5 23.7M 0 0 8600k 0 0:00:47 0:00:02 0:00:45 8599k 8 398M 8 34.8M 0 0 9322k 0 0:00:43 0:00:03 0:00:40 9321k 11 398M 11 45.0M 0 0 9569k 0 0:00:42 0:00:04 0:00:38 9568k 14 398M 14 55.8M 0 0 9828k 0 0:00:41 0:00:05 0:00:36 10.6M 16 398M 16 66.9M 0 0 9.8M 0 0:00:40 0:00:06 0:00:34 10.8M 19 398M 19 78.0M 0 0 9.9M 0 0:00:39 0:00:07 0:00:32 10.8M 22 398M 22 89.1M 0 0 10.1M 0 0:00:39 0:00:08 0:00:31 10.8M 25 398M 25 99.8M 0 0 10.1M 0 0:00:39 0:00:09 0:00:30 10.9M 27 398M 27 110M 0 0 10.2M 0 0:00:38 0:00:10 0:00:28 10.9M 30 398M 30 121M 0 0 10.3M 0 0:00:38 0:00:11 0:00:27 10.9M 33 398M 33 132M 0 0 10.3M 0 0:00:38 0:00:12 0:00:26 10.9M 36 398M 36 143M 0 0 10.4M 0 0:00:38 0:00:13 0:00:25 10.9M 38 398M 38 154M 0 0 10.4M 0 0:00:38 0:00:14 0:00:24 11.0M 41 398M 41 165M 0 0 10.4M 0 0:00:38 0:00:15 0:00:23 10.9M 44 398M 44 176M 0 0 10.4M 0 0:00:38 0:00:16 0:00:22 10.9M 47 398M 47 187M 0 0 10.5M 0 0:00:37 0:00:17 0:00:20 10.9M 49 398M 49 198M 0 0 10.5M 0 0:00:37 0:00:18 0:00:19 10.9M 52 398M 52 208M 0 0 10.5M 0 0:00:37 0:00:19 0:00:18 10.8M 54 398M 54 216M 0 0 10.4M 0 0:00:38 0:00:20 0:00:18 10.2M 55 398M 55 222M 0 0 10.1M 0 0:00:39 0:00:21 0:00:18 9410k 57 398M 57 228M 0 0 9.9M 0 0:00:39 0:00:22 0:00:17 8282k 58 398M 58 233M 0 0 9.8M 0 0:00:40 0:00:23 0:00:17 7137k 60 398M 60 239M 0 0 9887k 0 0:00:41 0:00:24 0:00:17 6293k 61 398M 61 245M 0 0 9719k 0 0:00:42 0:00:25 0:00:17 5827k 62 398M 62 248M 0 0 9472k 0 0:00:43 0:00:26 0:00:17 5258k 63 398M 63 251M 0 0 9272k 0 0:00:44 0:00:27 0:00:17 4900k 64 398M 64 256M 0 0 9116k 0 0:00:44 0:00:28 0:00:16 4729k 65 398M 65 262M 0 0 9001k 0 0:00:45 0:00:29 0:00:16 4607k 67 398M 67 268M 0 0 8921k 0 0:00:45 0:00:30 0:00:15 4798k 69 398M 69 275M 0 0 8872k 0 0:00:46 0:00:31 0:00:15 5654k 71 398M 71 283M 0 0 8852k 0 0:00:46 0:00:32 0:00:14 6511k 73 398M 73 292M 0 0 8858k 0 0:00:46 0:00:33 0:00:13 7367k 75 398M 75 302M 0 0 8888k 0 0:00:45 0:00:34 0:00:11 8211k 78 398M 78 312M 0 0 8938k 0 0:00:45 0:00:35 0:00:10 9041k 81 398M 81 323M 0 0 8998k 0 0:00:45 0:00:36 0:00:09 9800k 83 398M 83 334M 0 0 9057k 0 0:00:45 0:00:37 0:00:08 10.1M 86 398M 86 345M 0 0 9105k 0 0:00:44 0:00:38 0:00:06 10.5M 89 398M 89 356M 0 0 9161k 0 0:00:44 0:00:39 0:00:05 10.8M 92 398M 92 367M 0 0 9215k 0 0:00:44 0:00:40 0:00:04 10.9M 94 398M 94 378M 0 0 9260k 0 0:00:44 0:00:41 0:00:03 10.9M 97 398M 97 388M 0 0 9289k 0 0:00:43 0:00:42 0:00:01 10.7M 100 398M 100 398M 0 0 9330k 0 0:00:43 0:00:43 --:--:-- 10.8M +info: extracting llvm-17.0.5.ruyi-20231121.amd64.tar.zst for package +llvm-upstream-17.0.5-ruyi.20231121 +info: package llvm-upstream-17.0.5-ruyi.20231121 installed to +/root/.cache/ruyi/binaries/x86_64/llvm-upstream-17.0.5-ruyi.20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi install package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ grep 'skipping already installed package' ++ ruyi install llvm-upstream +info: skipping already installed package llvm-upstream-17.0.5-ruyi.20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ grep 'skipping already installed package' ++ ruyi install name:llvm-upstream +info: skipping already installed package llvm-upstream-17.0.5-ruyi.20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package by name failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package by name failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* source' +++ cut -d/ -f 2 ++ pkgname=ruyisdk-demo ++ mkdir source-test ++ cd source-test ++ ruyi extract ruyisdk-demo +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe +1b17125758b5e.src.tar.zst to +/root/.cache/ruyi/distfiles/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5 +e.src.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 671 100 671 0 0 2410 0 --:--:-- --:--:-- --:--:-- 2405 +info: extracting +ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5e.src.tar.zst for package +ruyisdk-demo-0.20231114.0 +info: package ruyisdk-demo-0.20231114.0 extracted to current working directory ++ CHECK_RESULT 0 0 0 'Check ruyi extract failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ls ++ '[' 'README.md +rvv-autovec' '!=' '' ']' ++ CHECK_RESULT 0 0 0 'Check ruyi extract dir not enpty failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract dir not enpty failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ cd .. ++ rm -rf source-test ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:08:09 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:08:09 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:08:10 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:08:10 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:08:10 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_18_23.log b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_18_23.log new file mode 100644 index 0000000000000000000000000000000000000000..8ce9ba30c6ee573cf280b3035342c4fe9690f48f --- /dev/null +++ b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_18_23.log @@ -0,0 +1,313 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:18:23 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:18:23 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:18:28 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 10.3M 57 6113k 0 0 5168k 0 0:00:02 0:00:01 0:00:01 5167k 97 10.3M 97 10.0M 0 0 4701k 0 0:00:02 0:00:02 --:--:-- 4700k 100 10.3M 100 10.3M 0 0 4687k 0 0:00:02 0:00:02 --:--:-- 4687k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:18:30 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:18:30 2023 - INFO - Start to run test. ++ export XDG_CACHE_HOME=/root/.cache/test ++ XDG_CACHE_HOME=/root/.cache/test ++ mkdir /root/.cache/test ++ xdg_ruyi_dir=/root/.cache/test/ruyi ++ default_ruyi_dir=/root/.cache/ruyi ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=llvm-upstream ++ ruyi install llvm-upstream +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/llvm-17.0.5.ruyi-20231121.amd64.tar.zst +to /root/.cache/test/ruyi/distfiles/llvm-17.0.5.ruyi-20231121.amd64.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 398M 0 535k 0 0 631k 0 0:10:46 --:--:-- 0:10:46 631k 1 398M 1 4531k 0 0 2452k 0 0:02:46 0:00:01 0:02:45 2452k 3 398M 3 14.9M 0 0 5393k 0 0:01:15 0:00:02 0:01:13 5393k 6 398M 6 24.0M 0 0 6387k 0 0:01:03 0:00:03 0:01:00 6386k 7 398M 7 28.8M 0 0 6081k 0 0:01:07 0:00:04 0:01:03 6080k 8 398M 8 34.4M 0 0 6039k 0 0:01:07 0:00:05 0:01:02 6957k 10 398M 10 41.1M 0 0 6151k 0 0:01:06 0:00:06 0:01:00 7520k 11 398M 11 45.8M 0 0 5976k 0 0:01:08 0:00:07 0:01:01 6308k 13 398M 13 52.0M 0 0 6022k 0 0:01:07 0:00:08 0:00:59 5741k 14 398M 14 59.0M 0 0 6137k 0 0:01:06 0:00:09 0:00:57 6191k 16 398M 16 66.8M 0 0 6306k 0 0:01:04 0:00:10 0:00:54 6616k 18 398M 18 75.3M 0 0 6516k 0 0:01:02 0:00:11 0:00:51 7015k 21 398M 21 84.9M 0 0 6772k 0 0:01:00 0:00:12 0:00:48 8020k 23 398M 23 94.9M 0 0 7024k 0 0:00:58 0:00:13 0:00:45 8798k 25 398M 25 103M 0 0 7138k 0 0:00:57 0:00:14 0:00:43 9108k 27 398M 27 109M 0 0 7085k 0 0:00:57 0:00:15 0:00:42 8777k 28 398M 28 112M 0 0 6864k 0 0:00:59 0:00:16 0:00:43 7689k 28 398M 28 115M 0 0 6621k 0 0:01:01 0:00:17 0:00:44 6234k 29 398M 29 116M 0 0 6325k 0 0:01:04 0:00:18 0:00:46 4392k 30 398M 30 123M 0 0 6365k 0 0:01:04 0:00:19 0:00:45 4068k 31 398M 31 127M 0 0 6264k 0 0:01:05 0:00:20 0:00:45 3660k 32 398M 32 130M 0 0 6138k 0 0:01:06 0:00:21 0:00:45 3690k 33 398M 33 134M 0 0 6039k 0 0:01:07 0:00:22 0:00:45 3963k 34 398M 34 139M 0 0 5973k 0 0:01:08 0:00:23 0:00:45 4644k 35 398M 35 141M 0 0 5829k 0 0:01:10 0:00:24 0:00:46 3704k 36 398M 36 143M 0 0 5690k 0 0:01:11 0:00:25 0:00:46 3304k 36 398M 36 146M 0 0 5602k 0 0:01:12 0:00:26 0:00:46 3262k 37 398M 37 150M 0 0 5081k 0 0:01:20 0:00:30 0:00:50 2126k 38 398M 38 154M 0 0 5139k 0 0:01:19 0:00:30 0:00:49 2301k 39 398M 39 156M 0 0 5040k 0 0:01:21 0:00:31 0:00:50 2242k 39 398M 39 158M 0 0 4945k 0 0:01:22 0:00:32 0:00:50 2187k 41 398M 41 166M 0 0 5033k 0 0:01:21 0:00:33 0:00:48 2849k 43 398M 43 175M 0 0 5148k 0 0:01:19 0:00:34 0:00:45 5587k 45 398M 45 180M 0 0 5161k 0 0:01:19 0:00:35 0:00:44 5292k 46 398M 46 185M 0 0 5166k 0 0:01:19 0:00:36 0:00:43 5967k 48 398M 48 191M 0 0 5182k 0 0:01:18 0:00:37 0:00:41 6739k 49 398M 49 195M 0 0 5164k 0 0:01:19 0:00:38 0:00:41 6049k 50 398M 50 200M 0 0 5146k 0 0:01:19 0:00:39 0:00:40 5128k 51 398M 51 205M 0 0 5152k 0 0:01:19 0:00:40 0:00:39 5086k 53 398M 53 211M 0 0 5179k 0 0:01:18 0:00:41 0:00:37 5279k 54 398M 54 218M 0 0 5228k 0 0:01:18 0:00:42 0:00:36 5576k 56 398M 56 226M 0 0 5295k 0 0:01:17 0:00:43 0:00:34 6313k 58 398M 58 232M 0 0 5301k 0 0:01:17 0:00:44 0:00:33 6512k 58 398M 58 234M 0 0 5229k 0 0:01:18 0:00:45 0:00:33 5862k 59 398M 59 237M 0 0 5194k 0 0:01:18 0:00:46 0:00:32 5320k 60 398M 60 242M 0 0 5180k 0 0:01:18 0:00:47 0:00:31 4768k 61 398M 61 245M 0 0 5125k 0 0:01:19 0:00:49 0:00:30 3707k 62 398M 62 249M 0 0 5115k 0 0:01:19 0:00:49 0:00:30 3402k 64 398M 64 256M 0 0 5156k 0 0:01:19 0:00:50 0:00:29 4492k 65 398M 65 260M 0 0 5142k 0 0:01:19 0:00:51 0:00:28 4648k 66 398M 66 264M 0 0 5117k 0 0:01:19 0:00:52 0:00:27 4511k 66 398M 66 266M 0 0 5066k 0 0:01:20 0:00:53 0:00:27 4451k 67 398M 67 269M 0 0 5034k 0 0:01:21 0:00:54 0:00:27 4221k 68 398M 68 273M 0 0 5019k 0 0:01:21 0:00:55 0:00:26 3620k 69 398M 69 275M 0 0 4955k 0 0:01:22 0:00:56 0:00:26 3026k 69 398M 69 275M 0 0 4834k 0 0:01:24 0:00:58 0:00:26 2135k 69 398M 69 275M 0 0 4799k 0 0:01:25 0:00:58 0:00:27 1928k 69 398M 69 276M 0 0 4725k 0 0:01:26 0:00:59 0:00:27 1340k 69 398M 69 276M 0 0 4635k 0 0:01:28 0:01:01 0:00:27 550k 69 398M 69 276M 0 0 4574k 0 0:01:29 0:01:01 0:00:28 333k 69 398M 69 277M 0 0 4512k 0 0:01:30 0:01:02 0:00:28 309k 69 398M 69 277M 0 0 4443k 0 0:01:31 0:01:03 0:00:28 264k 69 398M 69 277M 0 0 4385k 0 0:01:33 0:01:04 0:00:29 316k 69 398M 69 279M 0 0 4339k 0 0:01:34 0:01:05 0:00:29 532k 70 398M 70 280M 0 0 4292k 0 0:01:35 0:01:06 0:00:29 721k 70 398M 70 281M 0 0 4243k 0 0:01:36 0:01:07 0:00:29 858k 70 398M 70 282M 0 0 4194k 0 0:01:37 0:01:08 0:00:29 1054k 71 398M 71 284M 0 0 4173k 0 0:01:37 0:01:09 0:00:28 1425k 73 398M 73 293M 0 0 4237k 0 0:01:36 0:01:10 0:00:26 2903k 74 398M 74 296M 0 0 4228k 0 0:01:36 0:01:11 0:00:25 3370k 75 398M 75 299M 0 0 4211k 0 0:01:36 0:01:12 0:00:24 3780k 75 398M 75 302M 0 0 4193k 0 0:01:37 0:01:13 0:00:24 4171k 76 398M 76 306M 0 0 4187k 0 0:01:37 0:01:14 0:00:23 4373k 77 398M 77 310M 0 0 4194k 0 0:01:37 0:01:15 0:00:22 3575k 79 398M 79 316M 0 0 4212k 0 0:01:36 0:01:16 0:00:20 3988k 80 398M 80 320M 0 0 4215k 0 0:01:36 0:01:17 0:00:19 4268k 81 398M 81 323M 0 0 4199k 0 0:01:37 0:01:18 0:00:19 4298k 81 398M 81 326M 0 0 4189k 0 0:01:37 0:01:19 0:00:18 4221k 82 398M 82 328M 0 0 4156k 0 0:01:38 0:01:20 0:00:18 3579k 82 398M 82 330M 0 0 4131k 0 0:01:38 0:01:21 0:00:17 2875k 83 398M 83 331M 0 0 4100k 0 0:01:39 0:01:22 0:00:17 2310k 83 398M 83 334M 0 0 4080k 0 0:01:40 0:01:23 0:00:17 2210k 84 398M 84 337M 0 0 4073k 0 0:01:40 0:01:24 0:00:16 2228k 85 398M 85 341M 0 0 4077k 0 0:01:40 0:01:25 0:00:15 2808k 87 398M 87 347M 0 0 4092k 0 0:01:39 0:01:26 0:00:13 3468k 88 398M 88 352M 0 0 4111k 0 0:01:39 0:01:27 0:00:12 4291k 88 398M 88 354M 0 0 4086k 0 0:01:39 0:01:28 0:00:11 4177k 89 398M 89 355M 0 0 4052k 0 0:01:40 0:01:29 0:00:11 3690k 89 398M 89 357M 0 0 4028k 0 0:01:41 0:01:30 0:00:11 3180k 90 398M 90 359M 0 0 4008k 0 0:01:41 0:01:31 0:00:10 2538k 90 398M 90 362M 0 0 3998k 0 0:01:42 0:01:32 0:00:10 2019k 91 398M 91 364M 0 0 3977k 0 0:01:42 0:01:33 0:00:09 2051k 91 398M 91 366M 0 0 3959k 0 0:01:43 0:01:34 0:00:09 2288k 92 398M 92 369M 0 0 3951k 0 0:01:43 0:01:35 0:00:08 2545k 93 398M 93 373M 0 0 3953k 0 0:01:43 0:01:36 0:00:07 2949k 95 398M 95 378M 0 0 3965k 0 0:01:42 0:01:37 0:00:05 3342k 95 398M 95 380M 0 0 3939k 0 0:01:43 0:01:38 0:00:05 3214k 97 398M 97 389M 0 0 3991k 0 0:01:42 0:01:39 0:00:03 4587k 100 398M 100 398M 0 0 4054k 0 0:01:40 0:01:40 --:--:-- 6073k +info: extracting llvm-17.0.5.ruyi-20231121.amd64.tar.zst for package +llvm-upstream-17.0.5-ruyi.20231121 +info: package llvm-upstream-17.0.5-ruyi.20231121 installed to +/root/.cache/test/ruyi/binaries/x86_64/llvm-upstream-17.0.5-ruyi.20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi install package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi install llvm-upstream ++ grep 'skipping already installed package' +info: skipping already installed package llvm-upstream-17.0.5-ruyi.20231121 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/test/ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create xdg based cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create xdg based cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/ruyi ']' ++ CHECK_RESULT 0 0 1 'Check ruyi create default cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi create default cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 1 -eq 0 ']' ++ test 0x == 0x ++ test -n 'Check ruyi create default cache directory failed' ++ LOG_ERROR 'Check ruyi create default cache directory failed' ++ message='Check ruyi create default cache directory failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi create default cache directory failed' +Wed Nov 29 18:20:34 2023 - ERROR - Check ruyi create default cache directory failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 59' ++ message='oe_test_ruyi_cachedir.sh line 59' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 59' +Wed Nov 29 18:20:34 2023 - ERROR - oe_test_ruyi_cachedir.sh line 59 ++ '[' 0 -eq 1 ']' ++ return 0 ++ rm -rf /root/.cache/test ++ export XDG_CACHE_HOME= ++ XDG_CACHE_HOME= ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:20:34 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 1 ++ test 1 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:20:34 2023 - ERROR - failed to execute the case. ++ exit 1 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:20:34 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:20:34 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:20:34 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_08_10.log b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_08_10.log new file mode 100644 index 0000000000000000000000000000000000000000..b03845b3352c5218d7d95cb7423fe0c176e34214 --- /dev/null +++ b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_08_10.log @@ -0,0 +1,216 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:08:10 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:08:10 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:08:11 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 69 10.3M 69 7321k 0 0 6586k 0 0:00:01 0:00:01 --:--:-- 6583k 100 10.3M 100 10.3M 0 0 7245k 0 0:00:01 0:00:01 --:--:-- 7241k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:08:13 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:08:13 2023 - INFO - Start to run test. ++ ruyi update ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu +.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 232M 0 2067k 0 0 3639k 0 0:01:05 --:--:-- 0:01:05 3639k 3 232M 3 9115k 0 0 5813k 0 0:00:40 0:00:01 0:00:39 5813k 7 232M 7 16.6M 0 0 6658k 0 0:00:35 0:00:02 0:00:33 6658k 10 232M 10 25.4M 0 0 7316k 0 0:00:32 0:00:03 0:00:29 7317k 15 232M 15 35.3M 0 0 7928k 0 0:00:30 0:00:04 0:00:26 7928k 19 232M 19 46.1M 0 0 8489k 0 0:00:28 0:00:05 0:00:23 9040k 24 232M 24 57.2M 0 0 8919k 0 0:00:26 0:00:06 0:00:20 9893k 29 232M 29 68.2M 0 0 9241k 0 0:00:25 0:00:07 0:00:18 10.3M 34 232M 34 79.3M 0 0 9477k 0 0:00:25 0:00:08 0:00:17 10.7M 38 232M 38 89.9M 0 0 9628k 0 0:00:24 0:00:09 0:00:15 10.9M 43 232M 43 101M 0 0 9791k 0 0:00:24 0:00:10 0:00:14 10.9M 48 232M 48 112M 0 0 9926k 0 0:00:23 0:00:11 0:00:12 10.9M 53 232M 53 123M 0 0 9.8M 0 0:00:23 0:00:12 0:00:11 10.9M 57 232M 57 133M 0 0 9.8M 0 0:00:23 0:00:13 0:00:10 10.8M 58 232M 58 136M 0 0 9621k 0 0:00:24 0:00:14 0:00:10 9610k 60 232M 60 139M 0 0 9182k 0 0:00:25 0:00:15 0:00:10 7896k 61 232M 61 143M 0 0 8862k 0 0:00:26 0:00:16 0:00:10 6399k 62 232M 62 144M 0 0 8420k 0 0:00:28 0:00:17 0:00:11 4349k 62 232M 62 145M 0 0 8026k 0 0:00:29 0:00:18 0:00:11 2450k 63 232M 63 147M 0 0 7736k 0 0:00:30 0:00:19 0:00:11 2234k 65 232M 65 151M 0 0 7525k 0 0:00:31 0:00:20 0:00:11 2357k 66 232M 66 155M 0 0 7383k 0 0:00:32 0:00:21 0:00:11 2490k 69 232M 69 161M 0 0 7309k 0 0:00:32 0:00:22 0:00:10 3405k 72 232M 72 167M 0 0 7285k 0 0:00:32 0:00:23 0:00:09 4528k 75 232M 75 175M 0 0 7308k 0 0:00:32 0:00:24 0:00:08 5634k 79 232M 79 184M 0 0 7370k 0 0:00:32 0:00:25 0:00:07 6734k 83 232M 83 193M 0 0 7438k 0 0:00:31 0:00:26 0:00:05 7673k 83 232M 83 195M 0 0 7246k 0 0:00:32 0:00:27 0:00:05 6960k 84 232M 84 196M 0 0 7030k 0 0:00:33 0:00:28 0:00:05 5832k 84 232M 84 196M 0 0 6681k 0 0:00:35 0:00:30 0:00:05 3911k 84 232M 84 196M 0 0 6587k 0 0:00:36 0:00:30 0:00:06 2603k 84 232M 84 197M 0 0 6398k 0 0:00:37 0:00:31 0:00:06 845k 85 232M 85 197M 0 0 6218k 0 0:00:38 0:00:32 0:00:06 556k 85 232M 85 198M 0 0 6054k 0 0:00:39 0:00:33 0:00:06 465k 85 232M 85 199M 0 0 5899k 0 0:00:40 0:00:34 0:00:06 593k 85 232M 85 199M 0 0 5750k 0 0:00:41 0:00:35 0:00:06 619k 86 232M 86 200M 0 0 5607k 0 0:00:42 0:00:36 0:00:06 615k 86 232M 86 200M 0 0 5477k 0 0:00:43 0:00:37 0:00:06 645k 86 232M 86 201M 0 0 5349k 0 0:00:44 0:00:38 0:00:06 621k 86 232M 86 202M 0 0 5231k 0 0:00:45 0:00:39 0:00:06 611k 87 232M 87 202M 0 0 5113k 0 0:00:46 0:00:40 0:00:06 581k 87 232M 87 203M 0 0 5000k 0 0:00:47 0:00:41 0:00:06 591k 87 232M 87 203M 0 0 4897k 0 0:00:48 0:00:42 0:00:06 586k 87 232M 87 204M 0 0 4800k 0 0:00:49 0:00:43 0:00:06 573k 88 232M 88 205M 0 0 4621k 0 0:00:51 0:00:45 0:00:06 501k 88 232M 88 205M 0 0 4608k 0 0:00:51 0:00:45 0:00:06 495k 88 232M 88 205M 0 0 4522k 0 0:00:52 0:00:46 0:00:06 511k 88 232M 88 206M 0 0 4428k 0 0:00:53 0:00:47 0:00:06 494k 88 232M 88 206M 0 0 4357k 0 0:00:54 0:00:48 0:00:06 489k 89 232M 89 207M 0 0 4279k 0 0:00:55 0:00:49 0:00:06 537k 89 232M 89 207M 0 0 4208k 0 0:00:56 0:00:50 0:00:06 560k 89 232M 89 208M 0 0 4136k 0 0:00:57 0:00:51 0:00:06 549k 90 232M 90 209M 0 0 4080k 0 0:00:58 0:00:52 0:00:06 673k 90 232M 90 210M 0 0 4021k 0 0:00:59 0:00:53 0:00:06 776k 90 232M 90 211M 0 0 3966k 0 0:00:59 0:00:54 0:00:05 853k 91 232M 91 212M 0 0 3910k 0 0:01:00 0:00:55 0:00:05 906k 91 232M 91 212M 0 0 3854k 0 0:01:01 0:00:56 0:00:05 937k 91 232M 91 213M 0 0 3799k 0 0:01:02 0:00:57 0:00:05 840k 92 232M 92 214M 0 0 3750k 0 0:01:03 0:00:58 0:00:05 827k 92 232M 92 214M 0 0 3695k 0 0:01:04 0:00:59 0:00:05 741k 92 232M 92 215M 0 0 3642k 0 0:01:05 0:01:00 0:00:05 661k 92 232M 92 215M 0 0 3591k 0 0:01:06 0:01:01 0:00:05 619k 93 232M 93 216M 0 0 3543k 0 0:01:07 0:01:02 0:00:05 596k 93 232M 93 217M 0 0 3499k 0 0:01:08 0:01:03 0:00:05 553k 93 232M 93 217M 0 0 3451k 0 0:01:08 0:01:04 0:00:04 544k 93 232M 93 218M 0 0 3407k 0 0:01:09 0:01:05 0:00:04 558k 94 232M 94 218M 0 0 3361k 0 0:01:10 0:01:06 0:00:04 541k 94 232M 94 219M 0 0 3318k 0 0:01:11 0:01:07 0:00:04 513k 94 232M 94 219M 0 0 3277k 0 0:01:12 0:01:08 0:00:04 454k 94 232M 94 219M 0 0 3235k 0 0:01:13 0:01:09 0:00:04 455k 94 232M 94 220M 0 0 3200k 0 0:01:14 0:01:10 0:00:04 481k 95 232M 95 221M 0 0 3170k 0 0:01:15 0:01:11 0:00:04 624k 95 232M 95 222M 0 0 3135k 0 0:01:15 0:01:12 0:00:03 658k 95 232M 95 222M 0 0 3100k 0 0:01:16 0:01:13 0:00:03 681k 96 232M 96 223M 0 0 3064k 0 0:01:17 0:01:14 0:00:03 682k 96 232M 96 223M 0 0 3028k 0 0:01:18 0:01:15 0:00:03 606k 96 232M 96 223M 0 0 2993k 0 0:01:19 0:01:16 0:00:03 458k 96 232M 96 224M 0 0 2963k 0 0:01:20 0:01:17 0:00:03 471k 96 232M 96 225M 0 0 2920k 0 0:01:21 0:01:18 0:00:03 428k 96 232M 96 225M 0 0 2897k 0 0:01:22 0:01:19 0:00:03 410k 97 232M 97 225M 0 0 2865k 0 0:01:23 0:01:20 0:00:03 407k 97 232M 97 225M 0 0 2836k 0 0:01:23 0:01:21 0:00:02 418k 97 232M 97 226M 0 0 2805k 0 0:01:24 0:01:22 0:00:02 346k 97 232M 97 226M 0 0 2774k 0 0:01:25 0:01:23 0:00:02 328k 97 232M 97 226M 0 0 2746k 0 0:01:26 0:01:24 0:00:02 336k 97 232M 97 227M 0 0 2720k 0 0:01:27 0:01:25 0:00:02 376k 97 232M 97 227M 0 0 2692k 0 0:01:28 0:01:26 0:00:02 355k 98 232M 98 228M 0 0 2669k 0 0:01:29 0:01:27 0:00:02 442k 98 232M 98 228M 0 0 2645k 0 0:01:29 0:01:28 0:00:01 476k 98 232M 98 229M 0 0 2620k 0 0:01:30 0:01:29 0:00:01 485k 98 232M 98 229M 0 0 2596k 0 0:01:31 0:01:30 0:00:01 465k 98 232M 98 229M 0 0 2571k 0 0:01:32 0:01:31 0:00:01 476k 99 232M 99 230M 0 0 2548k 0 0:01:33 0:01:32 0:00:01 400k 99 232M 99 230M 0 0 2525k 0 0:01:34 0:01:33 0:00:01 393k 99 232M 99 231M 0 0 2502k 0 0:01:35 0:01:34 0:00:01 385k 99 232M 99 231M 0 0 2478k 0 0:01:36 0:01:35 0:00:01 351k 99 232M 99 231M 0 0 2455k 0 0:01:36 0:01:36 --:--:-- 320k 99 232M 99 231M 0 0 2431k 0 0:01:37 0:01:37 --:--:-- 274k 99 232M 99 231M 0 0 2407k 0 0:01:38 0:01:38 --:--:-- 215k 99 232M 99 232M 0 0 2385k 0 0:01:39 0:01:39 --:--:-- 186k 100 232M 100 232M 0 0 2370k 0 0:01:40 0:01:40 --:--:-- 219k +info: extracting RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz for +package gnu-plct-0.20231118.0 +info: package gnu-plct-0.20231118.0 installed to +/root/.cache/ruyi/binaries/x86_64/gnu-plct-0.20231118.0 ++ ruyi venv --toolchain gnu-plct milkv-duo test-venv ++ grep 'The virtual environment is now created.' +info: The virtual environment is now created. ++ CHECK_RESULT 0 0 0 'Check ruyi venv install failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv install failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -f ./test-venv/bin/ruyi-activate ']' ++ CHECK_RESULT 0 0 0 'Check ruyi venv activate file failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv activate file failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ oldps1= ++ source ./test-venv/bin/ruyi-activate +++ '[' ./test-venv/bin/ruyi-activate = oe_test_ruyi_venv.sh ']' +++ ruyi-deactivate nondestructive +++ '[' -z '' ']' +++ hash -r +++ '[' -z '' ']' +++ unset RUYI_VENV +++ unset RUYI_VENV_PROMPT +++ '[' '!' nondestructive = nondestructive ']' +++ RUYI_VENV=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ export RUYI_VENV +++ _RUYI_OLD_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +++ PATH=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +++ export PATH +++ hash -r ++++ basename /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ RUYI_VENV_PROMPT=test-venv +++ export RUYI_VENV_PROMPT +++ '[' -z '' ']' +++ _RUYI_OLD_PS1= +++ PS1='«Ruyi test-venv» ' +++ export PS1 ++ echo '«Ruyi test-venv» ' ++ grep test-venv +«Ruyi test-venv» ++ CHECK_RESULT 0 0 0 'Check activate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check activate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi-deactivate ++ '[' -z _ ']' ++ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ++ export PATH ++ unset _RUYI_OLD_PATH ++ hash -r ++ '[' -z _ ']' ++ PS1= ++ export PS1 ++ unset _RUYI_OLD_PS1 ++ unset RUYI_VENV ++ unset RUYI_VENV_PROMPT ++ '[' '!' '' = nondestructive ']' ++ unset -f ruyi-deactivate ++ '[' '' == '' ']' ++ CHECK_RESULT 0 0 0 'Check deactivate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check deactivate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ rm -rf test-venv ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:11:11 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:11:11 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:11:11 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:11:12 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:11:12 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_11_12.log b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_11_12.log new file mode 100644 index 0000000000000000000000000000000000000000..2bfa58d00e86242bdc5663101cc3d54970ab5840 --- /dev/null +++ b/pre_round3/mugen/build_90/jammy-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_11_12.log @@ -0,0 +1,174 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:11:12 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:11:12 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:11:13 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 10.3M 2 297k 0 0 255k 0 0:00:41 0:00:01 0:00:40 255k 6 10.3M 6 645k 0 0 299k 0 0:00:35 0:00:02 0:00:33 299k 9 10.3M 9 989k 0 0 312k 0 0:00:33 0:00:03 0:00:30 312k 13 10.3M 13 1405k 0 0 338k 0 0:00:31 0:00:04 0:00:27 338k 19 10.3M 19 2049k 0 0 398k 0 0:00:26 0:00:05 0:00:21 413k 25 10.3M 25 2733k 0 0 444k 0 0:00:23 0:00:06 0:00:17 489k 30 10.3M 30 3225k 0 0 451k 0 0:00:23 0:00:07 0:00:16 516k 35 10.3M 35 3693k 0 0 453k 0 0:00:23 0:00:08 0:00:15 542k 38 10.3M 38 4113k 0 0 449k 0 0:00:23 0:00:09 0:00:14 542k 43 10.3M 43 4613k 0 0 454k 0 0:00:23 0:00:10 0:00:13 511k 47 10.3M 47 4985k 0 0 447k 0 0:00:23 0:00:11 0:00:12 449k 49 10.3M 49 5261k 0 0 433k 0 0:00:24 0:00:12 0:00:12 407k 54 10.3M 54 5737k 0 0 436k 0 0:00:24 0:00:13 0:00:11 408k 59 10.3M 59 6253k 0 0 441k 0 0:00:23 0:00:14 0:00:09 427k 65 10.3M 65 6937k 0 0 457k 0 0:00:23 0:00:15 0:00:08 466k 72 10.3M 72 7625k 0 0 472k 0 0:00:22 0:00:16 0:00:06 528k 77 10.3M 77 8137k 0 0 474k 0 0:00:22 0:00:17 0:00:05 574k 81 10.3M 81 8601k 0 0 474k 0 0:00:22 0:00:18 0:00:04 572k 86 10.3M 86 9081k 0 0 474k 0 0:00:22 0:00:19 0:00:03 566k 90 10.3M 90 9533k 0 0 473k 0 0:00:22 0:00:20 0:00:02 519k 95 10.3M 95 9.8M 0 0 478k 0 0:00:22 0:00:21 0:00:01 499k 100 10.3M 100 10.3M 0 0 476k 0 0:00:22 0:00:22 --:--:-- 483k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:11:35 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:11:35 2023 - INFO - Start to run test. ++ ruyi update +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=llvm-upstream ++ http_proxy=http://wrong.proxy ++ https_proxy=http://wrong.proxy ++ ruyi install llvm-upstream +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/llvm-17.0.5.ruyi-20231121.amd64.tar.zst +to /root/.cache/ruyi/distfiles/llvm-17.0.5.ruyi-20231121.amd64.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 26, in ensure +FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/ruyi/distfiles/llvm-17.0.5.ruyi-20231121.amd64.tar.zst' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 253, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 29, in ensure + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 65, in fetch_and_ensure_integrity + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/fetch.py", line 90, in fetch +RuntimeError: failed to fetch distfile: command 'curl --retry 3 --connect-timeout 60 --ftp-pasv -o /root/.cache/ruyi/distfiles/llvm-17.0.5.ruyi-20231121.amd64.tar.zst https://mirror.iscas.ac.cn/ruyisdk/dist/llvm-17.0.5.ruyi-20231121.amd64.tar.zst' returned 5 ++ CHECK_RESULT 1 0 1 'Check ruyi install package from wrong proxy failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi install package from wrong proxy failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi install llvm-upstream ++ grep downloading +info: downloading ++ CHECK_RESULT 0 0 0 'Check ruyi reinstall package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi reinstall package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:18:22 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:18:22 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:18:22 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:18:23 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:18:23 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi/2023-11-30-02_33_58.log b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi/2023-11-30-02_33_58.log new file mode 100644 index 0000000000000000000000000000000000000000..69ecfd8c5701bc8470497b841d0ee23a436e565b --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi/2023-11-30-02_33_58.log @@ -0,0 +1,418 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Thu Nov 30 02:34:03 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmppcimxqa3 ++ '[' -z '' ']' ++ tmpfile=/tmp/tmppcimxqa3 ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmppcimxqa3 ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmppcimxqa3 +Thu Nov 30 02:35:43 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmppcimxqa3 ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 5 10.1M 5 520k 0 0 269k 0 0:00:38 0:00:01 0:00:37 269k 12 10.1M 12 1316k 0 0 449k 0 0:00:23 0:00:02 0:00:21 449k 18 10.1M 18 1948k 0 0 492k 0 0:00:21 0:00:03 0:00:18 492k 28 10.1M 28 2960k 0 0 598k 0 0:00:17 0:00:04 0:00:13 599k 42 10.1M 42 4464k 0 0 752k 0 0:00:13 0:00:05 0:00:08 986k 61 10.1M 61 6352k 0 0 916k 0 0:00:11 0:00:06 0:00:05 1166k 84 10.1M 84 8792k 0 0 1104k 0 0:00:09 0:00:07 0:00:02 1486k 100 10.1M 100 10.1M 0 0 1179k 0 0:00:08 0:00:08 --:--:-- 1739k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Thu Nov 30 02:35:54 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Thu Nov 30 02:35:55 2023 - INFO - Start to run test. ++ ruyi +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... +ruyi: error: the following arguments are required: {extract,install,i,list,update,venv,admin} ++ CHECK_RESULT 2 0 1 'Check ruyi empty cmdline failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi empty cmdline failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi empty cmdline help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty cmdline help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi -h ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list +List of available packages: + +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ '[' -d /root/.cache//ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* ' +++ wc -l ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list profiles +generic +sipeed-lpi4a (needs flavor(s): {'xthead'}) +milkv-duo ++ CHECK_RESULT 0 0 0 'Check ruyi profile failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi profile failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=llvm-upstream ++ ruyi install llvm-upstream +fatal error: package llvm-upstream-17.0.5-ruyi.20231121 declares no binary for +host riscv64 ++ CHECK_RESULT 2 0 0 'Check ruyi install package failed' ++ actual_result=2 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 0 -eq 0 ']' ++ test 2x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Thu Nov 30 02:38:01 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 60' ++ message='oe_test_ruyi.sh line 60' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 60' +Thu Nov 30 02:38:02 2023 - ERROR - oe_test_ruyi.sh line 60 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install llvm-upstream ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Thu Nov 30 02:38:11 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 62' ++ message='oe_test_ruyi.sh line 62' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 62' +Thu Nov 30 02:38:12 2023 - ERROR - oe_test_ruyi.sh line 62 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install name:llvm-upstream ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package by name failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package by name failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package by name failed' ++ LOG_ERROR 'Check ruyi install duplicate package by name failed' ++ message='Check ruyi install duplicate package by name failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package by name failed' +Thu Nov 30 02:38:22 2023 - ERROR - Check ruyi install duplicate package by name failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 64' ++ message='oe_test_ruyi.sh line 64' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 64' +Thu Nov 30 02:38:23 2023 - ERROR - oe_test_ruyi.sh line 64 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ruyi list +++ grep -e '^* source' +++ cut -d/ -f 2 +++ head -n 1 ++ pkgname=ruyisdk-demo ++ mkdir source-test ++ cd source-test ++ ruyi extract ruyisdk-demo +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe +1b17125758b5e.src.tar.zst to +/root/.cache/ruyi/distfiles/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5 +e.src.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 671 100 671 0 0 497 0 0:00:01 0:00:01 --:--:-- 499 +info: extracting +ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5e.src.tar.zst for package +ruyisdk-demo-0.20231114.0 +info: package ruyisdk-demo-0.20231114.0 extracted to current working directory ++ CHECK_RESULT 0 0 0 'Check ruyi extract failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ls ++ '[' 'README.md +rvv-autovec' '!=' '' ']' ++ CHECK_RESULT 0 0 0 'Check ruyi extract dir not enpty failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract dir not enpty failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ cd .. ++ rm -rf source-test ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Thu Nov 30 02:38:43 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Thu Nov 30 02:38:45 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Thu Nov 30 02:38:46 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmppcimxqa3 ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmppcimxqa3 ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmppcimxqa3 +Thu Nov 30 02:39:27 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Thu Nov 30 02:39:28 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-30-02_29_13.log b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-30-02_29_13.log new file mode 100644 index 0000000000000000000000000000000000000000..d9716b76b67222a8019779127c4090f5c3f87d30 --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-30-02_29_13.log @@ -0,0 +1,322 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Thu Nov 30 02:29:19 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmprdj189_9 ++ '[' -z '' ']' ++ tmpfile=/tmp/tmprdj189_9 ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmprdj189_9 ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmprdj189_9 +Thu Nov 30 02:31:06 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmprdj189_9 ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 6 10.1M 6 653k 0 0 286k 0 0:00:36 0:00:02 0:00:34 286k 26 10.1M 26 2745k 0 0 835k 0 0:00:12 0:00:03 0:00:09 836k 46 10.1M 46 4861k 0 0 1134k 0 0:00:09 0:00:04 0:00:05 1135k 56 10.1M 56 5881k 0 0 1113k 0 0:00:09 0:00:05 0:00:04 1114k 69 10.1M 69 7253k 0 0 1154k 0 0:00:09 0:00:06 0:00:03 1466k 83 10.1M 83 8709k 0 0 1190k 0 0:00:08 0:00:07 0:00:01 1601k 88 10.1M 88 9237k 0 0 1104k 0 0:00:09 0:00:08 0:00:01 1278k 93 10.1M 93 9765k 0 0 1051k 0 0:00:09 0:00:09 --:--:-- 981k 100 10.1M 100 10.1M 0 0 1055k 0 0:00:09 0:00:09 --:--:-- 989k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Thu Nov 30 02:31:18 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Thu Nov 30 02:31:19 2023 - INFO - Start to run test. ++ export XDG_CACHE_HOME=/root/.cache/test ++ XDG_CACHE_HOME=/root/.cache/test ++ mkdir /root/.cache/test ++ xdg_ruyi_dir=/root/.cache/test/ruyi ++ default_ruyi_dir=/root/.cache/ruyi ++ ruyi list +List of available packages: + +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* ' +++ wc -l ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ grep 'Package declares' ++ ruyi list ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=llvm-upstream ++ ruyi install llvm-upstream +fatal error: package llvm-upstream-17.0.5-ruyi.20231121 declares no binary for +host riscv64 ++ CHECK_RESULT 2 0 0 'Check ruyi install package failed' ++ actual_result=2 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 0 -eq 0 ']' ++ test 2x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Thu Nov 30 02:32:54 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 52' ++ message='oe_test_ruyi_cachedir.sh line 52' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 52' +Thu Nov 30 02:32:55 2023 - ERROR - oe_test_ruyi_cachedir.sh line 52 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install llvm-upstream ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Thu Nov 30 02:33:05 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 54' ++ message='oe_test_ruyi_cachedir.sh line 54' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 54' +Thu Nov 30 02:33:06 2023 - ERROR - oe_test_ruyi_cachedir.sh line 54 ++ '[' 0 -eq 1 ']' ++ return 0 ++ '[' -d /root/.cache/test/ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create xdg based cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create xdg based cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/ruyi ']' ++ CHECK_RESULT 0 0 1 'Check ruyi create default cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi create default cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 1 -eq 0 ']' ++ test 0x == 0x ++ test -n 'Check ruyi create default cache directory failed' ++ LOG_ERROR 'Check ruyi create default cache directory failed' ++ message='Check ruyi create default cache directory failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi create default cache directory failed' +Thu Nov 30 02:33:07 2023 - ERROR - Check ruyi create default cache directory failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 59' ++ message='oe_test_ruyi_cachedir.sh line 59' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 59' +Thu Nov 30 02:33:08 2023 - ERROR - oe_test_ruyi_cachedir.sh line 59 ++ '[' 0 -eq 1 ']' ++ return 0 ++ rm -rf /root/.cache/test ++ export XDG_CACHE_HOME= ++ XDG_CACHE_HOME= ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Thu Nov 30 02:33:09 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Thu Nov 30 02:33:10 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Thu Nov 30 02:33:11 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmprdj189_9 ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmprdj189_9 ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmprdj189_9 +Thu Nov 30 02:33:51 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Thu Nov 30 02:33:52 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-30-02_06_19.log b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-30-02_06_19.log new file mode 100644 index 0000000000000000000000000000000000000000..8eb4ec00d392681707de4cf077e767795d706831 --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-30-02_06_19.log @@ -0,0 +1,213 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Thu Nov 30 02:06:25 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmp_nsfjao8 ++ '[' -z '' ']' ++ tmpfile=/tmp/tmp_nsfjao8 ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmp_nsfjao8 ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmp_nsfjao8 +Thu Nov 30 02:08:27 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmp_nsfjao8 ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 2 10.1M 2 224k 0 0 126k 0 0:01:22 0:00:01 0:01:21 126k 24 10.1M 24 2556k 0 0 924k 0 0:00:11 0:00:02 0:00:09 925k 52 10.1M 52 5460k 0 0 1142k 0 0:00:09 0:00:04 0:00:05 1143k 57 10.1M 57 5980k 0 0 1035k 0 0:00:10 0:00:05 0:00:05 1035k 62 10.1M 62 6460k 0 0 955k 0 0:00:10 0:00:06 0:00:04 1211k 70 10.1M 70 7332k 0 0 944k 0 0:00:11 0:00:07 0:00:04 1186k 86 10.1M 86 9044k 0 0 1030k 0 0:00:10 0:00:08 0:00:02 1079k 100 10.1M 100 10.1M 0 0 1121k 0 0:00:09 0:00:09 --:--:-- 1098k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Thu Nov 30 02:08:39 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Thu Nov 30 02:08:40 2023 - INFO - Start to run test. ++ ruyi update ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-HOST-riscv +64-linux-gnu-riscv64-plct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-HOST-riscv64-linux-gnu +-riscv64-plct-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 224M 0 867k 0 0 398k 0 0:09:37 0:00:02 0:09:35 399k 0 224M 0 1423k 0 0 447k 0 0:08:33 0:00:03 0:08:30 448k 0 224M 0 1967k 0 0 471k 0 0:08:08 0:00:04 0:08:04 471k 1 224M 1 2575k 0 0 497k 0 0:07:42 0:00:05 0:07:37 497k 1 224M 1 3259k 0 0 527k 0 0:07:15 0:00:06 0:07:09 676k 1 224M 1 3747k 0 0 522k 0 0:07:20 0:00:07 0:07:13 576k 1 224M 1 4127k 0 0 504k 0 0:07:35 0:00:08 0:07:27 540k 2 224M 2 4743k 0 0 516k 0 0:07:24 0:00:09 0:07:15 554k 2 224M 2 5211k 0 0 511k 0 0:07:30 0:00:10 0:07:20 525k 2 224M 2 5507k 0 0 492k 0 0:07:46 0:00:11 0:07:35 449k 2 224M 2 5851k 0 0 480k 0 0:07:58 0:00:12 0:07:46 420k 2 224M 2 6211k 0 0 471k 0 0:08:08 0:00:13 0:07:55 416k 2 224M 2 6683k 0 0 471k 0 0:08:07 0:00:14 0:07:53 388k 3 224M 3 7239k 0 0 476k 0 0:08:02 0:00:15 0:07:47 407k 3 224M 3 7783k 0 0 481k 0 0:07:57 0:00:16 0:07:41 455k 3 224M 3 8515k 0 0 495k 0 0:07:43 0:00:17 0:07:26 533k 3 224M 3 8907k 0 0 490k 0 0:07:49 0:00:18 0:07:31 539k 4 224M 4 9399k 0 0 489k 0 0:07:49 0:00:19 0:07:30 540k 4 224M 4 9811k 0 0 485k 0 0:07:53 0:00:20 0:07:33 513k 4 224M 4 9811k 0 0 442k 0 0:08:39 0:00:22 0:08:17 337k 4 224M 4 10.3M 0 0 455k 0 0:08:24 0:00:23 0:08:01 341k 4 224M 4 10.6M 0 0 452k 0 0:08:28 0:00:24 0:08:04 338k 5 224M 5 11.2M 0 0 457k 0 0:08:23 0:00:25 0:07:58 353k 5 224M 5 11.7M 0 0 458k 0 0:08:22 0:00:26 0:07:56 364k 5 224M 5 12.2M 0 0 461k 0 0:08:18 0:00:27 0:07:51 547k 5 224M 5 12.5M 0 0 455k 0 0:08:24 0:00:28 0:07:56 456k 5 224M 5 12.8M 0 0 449k 0 0:08:31 0:00:29 0:08:02 438k 5 224M 5 13.1M 0 0 446k 0 0:08:35 0:00:30 0:08:05 390k 6 224M 6 13.7M 0 0 451k 0 0:08:28 0:00:31 0:07:57 419k 6 224M 6 14.1M 0 0 450k 0 0:08:30 0:00:32 0:07:58 386k 6 224M 6 14.6M 0 0 450k 0 0:08:30 0:00:33 0:07:57 418k 6 224M 6 14.9M 0 0 448k 0 0:08:33 0:00:34 0:07:59 438k 6 224M 6 15.1M 0 0 442k 0 0:08:39 0:00:35 0:08:04 420k 6 224M 6 15.4M 0 0 438k 0 0:08:44 0:00:36 0:08:08 354k 7 224M 7 15.8M 0 0 436k 0 0:08:46 0:00:37 0:08:09 349k 7 224M 7 16.1M 0 0 433k 0 0:08:50 0:00:38 0:08:12 320k 7 224M 7 16.5M 0 0 432k 0 0:08:51 0:00:39 0:08:12 325k 7 224M 7 16.7M 0 0 425k 0 0:08:59 0:00:40 0:08:19 310k 7 224M 7 16.9M 0 0 421k 0 0:09:05 0:00:41 0:08:24 299k 7 224M 7 17.1M 0 0 415k 0 0:09:14 0:00:42 0:08:32 254k 7 224M 7 17.2M 0 0 408k 0 0:09:23 0:00:43 0:08:40 218k 7 224M 7 17.8M 0 0 412k 0 0:09:17 0:00:44 0:08:33 258k 8 224M 8 18.3M 0 0 416k 0 0:09:11 0:00:45 0:08:26 344k 8 224M 8 18.9M 0 0 419k 0 0:09:07 0:00:46 0:08:21 405k 8 224M 8 19.4M 0 0 422k 0 0:09:04 0:00:47 0:08:17 485k 8 224M 8 19.9M 0 0 422k 0 0:09:03 0:00:48 0:08:15 546k 9 224M 9 20.4M 0 0 424k 0 0:09:01 0:00:49 0:08:12 531k 9 224M 9 20.9M 0 0 427k 0 0:08:57 0:00:50 0:08:07 527k 9 224M 9 21.3M 0 0 427k 0 0:08:57 0:00:51 0:08:06 503k 9 224M 9 21.7M 0 0 427k 0 0:08:58 0:00:52 0:08:06 473k 9 224M 9 22.2M 0 0 427k 0 0:08:57 0:00:53 0:08:04 477k 10 224M 10 22.8M 0 0 431k 0 0:08:53 0:00:54 0:07:59 494k 10 224M 10 23.2M 0 0 432k 0 0:08:52 0:00:55 0:07:57 475k 10 224M 10 23.6M 0 0 430k 0 0:08:53 0:00:56 0:07:57 458k 10 224M 10 24.0M 0 0 430k 0 0:08:54 0:00:57 0:07:57 462k 10 224M 10 24.5M 0 0 431k 0 0:08:52 0:00:58 0:07:54 471k 11 224M 11 24.8M 0 0 430k 0 0:08:54 0:00:59 0:07:55 415k 11 224M 11 25.2M 0 0 428k 0 0:08:56 0:01:00 0:07:56 388k 11 224M 11 25.5M 0 0 427k 0 0:08:58 0:01:01 0:07:57 390k 11 224M 11 26.1M 0 0 430k 0 0:08:54 0:01:02 0:07:52 431k 11 224M 11 26.6M 0 0 431k 0 0:08:53 0:01:03 0:07:50 427k 12 224M 12 27.1M 0 0 432k 0 0:08:51 0:01:04 0:07:47 464k 12 224M 12 27.4M 0 0 431k 0 0:08:52 0:01:05 0:07:47 470k 12 224M 12 27.9M 0 0 432k 0 0:08:51 0:01:06 0:07:45 500k 12 224M 12 28.4M 0 0 433k 0 0:08:50 0:01:07 0:07:43 466k 12 224M 12 28.7M 0 0 432k 0 0:08:51 0:01:08 0:07:43 447k 13 224M 13 29.2M 0 0 432k 0 0:08:51 0:01:09 0:07:42 429k 13 224M 13 29.6M 0 0 433k 0 0:08:51 0:01:10 0:07:41 448k 13 224M 13 30.2M 0 0 434k 0 0:08:49 0:01:11 0:07:38 454k 13 224M 13 30.6M 0 0 434k 0 0:08:48 0:01:12 0:07:36 457k 13 224M 13 31.0M 0 0 434k 0 0:08:49 0:01:13 0:07:36 455k 13 224M 13 31.4M 0 0 433k 0 0:08:50 0:01:14 0:07:36 451k 14 224M 14 32.2M 0 0 439k 0 0:08:43 0:01:15 0:07:28 534k 14 224M 14 33.4M 0 0 450k 0 0:08:31 0:01:16 0:07:15 670k 15 224M 15 34.2M 0 0 454k 0 0:08:26 0:01:17 0:07:09 736k 15 224M 15 34.6M 0 0 454k 0 0:08:26 0:01:18 0:07:08 749k 15 224M 15 35.0M 0 0 452k 0 0:08:27 0:01:19 0:07:08 736k 15 224M 15 35.4M 0 0 452k 0 0:08:28 0:01:20 0:07:08 640k 15 224M 15 35.8M 0 0 451k 0 0:08:28 0:01:21 0:07:07 479k 16 224M 16 36.3M 0 0 452k 0 0:08:28 0:01:22 0:07:06 425k 16 224M 16 36.8M 0 0 453k 0 0:08:26 0:01:23 0:07:03 449k 16 224M 16 37.4M 0 0 454k 0 0:08:25 0:01:24 0:07:01 486k 16 224M 16 37.7M 0 0 454k 0 0:08:26 0:01:25 0:07:01 488k 16 224M 16 38.1M 0 0 452k 0 0:08:27 0:01:26 0:07:01 467k 17 224M 17 38.3M 0 0 450k 0 0:08:30 0:01:27 0:07:03 419k 17 224M 17 38.7M 0 0 449k 0 0:08:31 0:01:28 0:07:03 381k 17 224M 17 39.1M 0 0 449k 0 0:08:31 0:01:29 0:07:02 355k 17 224M 17 39.5M 0 0 448k 0 0:08:32 0:01:30 0:07:02 351k 17 224M 17 39.8M 0 0 447k 0 0:08:34 0:01:31 0:07:03 353k 18 224M 18 40.5M 0 0 450k 0 0:08:30 0:01:32 0:06:58 442k 18 224M 18 41.1M 0 0 452k 0 0:08:28 0:01:33 0:06:55 500k 18 224M 18 41.6M 0 0 452k 0 0:08:27 0:01:34 0:06:53 514k 18 224M 18 42.2M 0 0 452k 0 0:08:28 0:01:35 0:06:53 511k 18 224M 18 42.4M 0 0 451k 0 0:08:29 0:01:36 0:06:53 529k 19 224M 19 42.7M 0 0 450k 0 0:08:30 0:01:37 0:06:53 453k 19 224M 19 43.2M 0 0 450k 0 0:08:30 0:01:38 0:06:52 419k 19 224M 19 43.6M 0 0 450k 0 0:08:30 0:01:39 0:06:51 406k 19 224M 19 44.1M 0 0 450k 0 0:08:30 0:01:40 0:06:50 422k 19 224M 19 44.6M 0 0 452k 0 0:08:28 0:01:41 0:06:47 462k 20 224M 20 45.5M 0 0 456k 0 0:08:23 0:01:42 0:06:41 573k 20 224M 20 46.1M 0 0 458k 0 0:08:21 0:01:43 0:06:38 604k 20 224M 20 46.7M 0 0 459k 0 0:08:20 0:01:44 0:06:36 639k 21 224M 21 47.3M 0 0 461k 0 0:08:18 0:01:45 0:06:33 665k 21 224M 21 47.7M 0 0 460k 0 0:08:19 0:01:46 0:06:33 636k 21 224M 21 48.1M 0 0 460k 0 0:08:19 0:01:47 0:06:32 535k 21 224M 21 48.4M 0 0 458k 0 0:08:21 0:01:48 0:06:33 472k 21 224M 21 48.9M 0 0 458k 0 0:08:21 0:01:49 0:06:32 441k 22 224M 22 49.4M 0 0 459k 0 0:08:20 0:01:50 0:06:30 430k 22 224M 22 49.8M 0 0 459k 0 0:08:20 0:01:51 0:06:29 423k 22 224M 22 50.4M 0 0 460k 0 0:08:19 0:01:52 0:06:27 460k 22 224M 22 50.8M 0 0 460k 0 0:08:19 0:01:53 0:06:26 488k 22 224M 22 51.3M 0 0 460k 0 0:08:19 0:01:54 0:06:25 505k 23 224M 23 51.8M 0 0 461k 0 0:08:18 0:01:55 0:06:23 493k 23 224M 23 52.3M 0 0 461k 0 0:08:18 0:01:56 0:06:22 520k 23 224M 23 52.8M 0 0 462k 0 0:08:17 0:01:57 0:06:20 503k 23 224M 23 53.2M 0 0 461k 0 0:08:18 0:01:58 0:06:20 480k 23 224M 23 53.7M 0 0 461k 0 0:08:18 0:01:59 0:06:19 480k 24 224M 24 54.2M 0 0 462k 0 0:08:17 0:02:00 0:06:17 500k 24 224M 24 54.7M 0 0 462k 0 0:08:16 0:02:01 0:06:15 489k 24 224M 24 55.2M 0 0 463k 0 0:08:16 0:02:02 0:06:14 491k 24 224M 24 55.6M 0 0 462k 0 0:08:16 0:02:03 0:06:13 503k 24 224M 24 56.1M 0 0 462k 0 0:08:16 0:02:04 0:06:12 492k 25 224M 25 56.5M 0 0 462k 0 0:08:17 0:02:05 0:06:12 456k 25 224M 25 56.9M 0 0 462k 0 0:08:17 0:02:06 0:06:11 450k 25 224M 25 57.3M 0 0 461k 0 0:08:18 0:02:07 0:06:11 416k 25 224M 25 57.6M 0 0 460k 0 0:08:19 0:02:08 0:06:11 402k 25 224M 25 57.9M 0 0 459k 0 0:08:20 0:02:09 0:06:11 380k 25 224M 25 58.3M 0 0 458k 0 0:08:21 0:02:10 0:06:11 363k 26 224M 26 58.6M 0 0 457k 0 0:08:22 0:02:11 0:06:11 338k 26 224M 26 59.0M 0 0 457k 0 0:08:22 0:02:12 0:06:10 355k 26 224M 26 59.4M 0 0 457k 0 0:08:23 0:02:13 0:06:10 369k 26 224M 26 59.7M 0 0 456k 0 0:08:24 0:02:14 0:06:10 363k 26 224M 26 60.1M 0 0 455k 0 0:08:24 0:02:15 0:06:09 373k 27 224M 27 60.7M 0 0 456k 0 0:08:23 0:02:16 0:06:07 430k 27 224M 27 61.1M 0 0 456k 0 0:08:23 0:02:17 0:06:06 428k 27 224M 27 61.6M 0 0 456k 0 0:08:23 0:02:18 0:06:05 443k 27 224M 27 61.9M 0 0 455k 0 0:08:24 0:02:19 0:06:05 447k 27 224M 27 62.2M 0 0 454k 0 0:08:25 0:02:20 0:06:05 434k 27 224M 27 62.6M 0 0 454k 0 0:08:26 0:02:21 0:06:05 391k 28 224M 28 63.0M 0 0 453k 0 0:08:26 0:02:22 0:06:04 383k 28 224M 28 63.3M 0 0 453k 0 0:08:27 0:02:23 0:06:04 363k 28 224M 28 63.7M 0 0 452k 0 0:08:28 0:02:24 0:06:04 358k 28 224M 28 64.0M 0 0 451k 0 0:08:29 0:02:25 0:06:04 358k 28 224M 28 64.4M 0 0 451k 0 0:08:29 0:02:26 0:06:03 369k 28 224M 28 65.0M 0 0 452k 0 0:08:28 0:02:27 0:06:01 421k 29 224M 29 65.5M 0 0 452k 0 0:08:27 0:02:28 0:05:59 438k 29 224M 29 65.8M 0 0 452k 0 0:08:28 0:02:29 0:05:59 451k 29 224M 29 66.3M 0 0 452k 0 0:08:28 0:02:30 0:05:58 477k 29 224M 29 66.8M 0 0 452k 0 0:08:28 0:02:31 0:05:57 480k 29 224M 29 67.1M 0 0 452k 0 0:08:28 0:02:32 0:05:56 436k 30 224M 30 67.6M 0 0 452k 0 0:08:28 0:02:33 0:05:55 439k 30 224M 30 68.0M 0 0 451k 0 0:08:29 0:02:34 0:05:55 432k 30 224M 30 68.3M 0 0 450k 0 0:08:30 0:02:35 0:05:55 409k 30 224M 30 68.7M 0 0 450k 0 0:08:29 0:02:36 0:05:53 405k 30 224M 30 69.2M 0 0 450k 0 0:08:30 0:02:37 0:05:53 413k 30 224M 30 69.5M 0 0 450k 0 0:08:30 0:02:38 0:05:52 389k 31 224M 31 69.9M 0 0 449k 0 0:08:31 0:02:39 0:05:52 391k 31 224M 31 70.2M 0 0 448k 0 0:08:32 0:02:40 0:05:52 388k 31 224M 31 70.6M 0 0 448k 0 0:08:32 0:02:41 0:05:51 377k 31 224M 31 71.0M 0 0 448k 0 0:08:32 0:02:42 0:05:50 381k 31 224M 31 71.4M 0 0 448k 0 0:08:32 0:02:43 0:05:49 391k 32 224M 32 71.9M 0 0 448k 0 0:08:32 0:02:44 0:05:48 408k 32 224M 32 72.4M 0 0 449k 0 0:08:31 0:02:45 0:05:46 458k 32 224M 32 73.0M 0 0 450k 0 0:08:30 0:02:46 0:05:44 501k 32 224M 32 73.5M 0 0 450k 0 0:08:30 0:02:47 0:05:43 494k 32 224M 32 73.7M 0 0 448k 0 0:08:32 0:02:48 0:05:44 458k 32 224M 32 73.8M 0 0 447k 0 0:08:34 0:02:49 0:05:45 399k 32 224M 32 73.9M 0 0 445k 0 0:08:36 0:02:50 0:05:46 311k 33 224M 33 74.2M 0 0 444k 0 0:08:37 0:02:51 0:05:46 235k 33 224M 33 74.5M 0 0 443k 0 0:08:38 0:02:52 0:05:46 208k 33 224M 33 74.8M 0 0 442k 0 0:08:39 0:02:53 0:05:46 224k 33 224M 33 75.1M 0 0 441k 0 0:08:40 0:02:54 0:05:46 250k 33 224M 33 75.4M 0 0 441k 0 0:08:41 0:02:55 0:05:46 308k 33 224M 33 75.9M 0 0 441k 0 0:08:40 0:02:56 0:05:44 352k 33 224M 33 76.2M 0 0 440k 0 0:08:41 0:02:57 0:05:44 356k 34 224M 34 76.5M 0 0 439k 0 0:08:42 0:02:58 0:05:44 356k 34 224M 34 76.8M 0 0 439k 0 0:08:43 0:02:59 0:05:44 364k 34 224M 34 77.2M 0 0 438k 0 0:08:44 0:03:00 0:05:44 348k 34 224M 34 77.5M 0 0 438k 0 0:08:44 0:03:01 0:05:43 336k 34 224M 34 77.8M 0 0 437k 0 0:08:45 0:03:02 0:05:43 335k 34 224M 34 78.2M 0 0 437k 0 0:08:46 0:03:03 0:05:43 334k 34 224M 34 78.5M 0 0 436k 0 0:08:46 0:03:04 0:05:42 335k 35 224M 35 78.9M 0 0 436k 0 0:08:46 0:03:05 0:05:41 352k 35 224M 35 79.2M 0 0 435k 0 0:08:47 0:03:06 0:05:41 335k 35 224M 35 79.6M 0 0 435k 0 0:08:47 0:03:07 0:05:40 368k 35 224M 35 80.1M 0 0 435k 0 0:08:47 0:03:08 0:05:39 391k 35 224M 35 80.3M 0 0 434k 0 0:08:49 0:03:09 0:05:40 367k 35 224M 35 80.6M 0 0 434k 0 0:08:49 0:03:10 0:05:39 357k 36 224M 36 81.0M 0 0 434k 0 0:08:49 0:03:11 0:05:38 374k 36 224M 36 81.4M 0 0 433k 0 0:08:50 0:03:12 0:05:38 350k 36 224M 36 81.9M 0 0 434k 0 0:08:49 0:03:13 0:05:36 373k 36 224M 36 82.2M 0 0 433k 0 0:08:50 0:03:14 0:05:36 395k 36 224M 36 82.7M 0 0 433k 0 0:08:50 0:03:15 0:05:35 416k 36 224M 36 83.0M 0 0 433k 0 0:08:50 0:03:16 0:05:34 398k 37 224M 37 83.2M 0 0 432k 0 0:08:52 0:03:17 0:05:35 375k 37 224M 37 83.5M 0 0 431k 0 0:08:52 0:03:18 0:05:34 339k 37 224M 37 83.9M 0 0 431k 0 0:08:53 0:03:19 0:05:34 343k 37 224M 37 84.1M 0 0 430k 0 0:08:54 0:03:20 0:05:34 302k 37 224M 37 84.4M 0 0 430k 0 0:08:54 0:03:21 0:05:33 302k 37 224M 37 84.8M 0 0 429k 0 0:08:55 0:03:22 0:05:33 320k 37 224M 37 84.9M 0 0 428k 0 0:08:56 0:03:23 0:05:33 286k 38 224M 38 85.3M 0 0 428k 0 0:08:57 0:03:24 0:05:33 290k 38 224M 38 85.8M 0 0 428k 0 0:08:57 0:03:25 0:05:32 335k 38 224M 38 86.0M 0 0 427k 0 0:08:57 0:03:26 0:05:31 326k 38 224M 38 86.3M 0 0 426k 0 0:08:58 0:03:27 0:05:31 317k 38 224M 38 86.7M 0 0 426k 0 0:08:58 0:03:28 0:05:30 363k 38 224M 38 87.2M 0 0 426k 0 0:08:58 0:03:29 0:05:29 380k 38 224M 38 87.5M 0 0 426k 0 0:08:59 0:03:30 0:05:29 355k 39 224M 39 87.8M 0 0 426k 0 0:08:59 0:03:31 0:05:28 368k 39 224M 39 88.1M 0 0 425k 0 0:09:00 0:03:32 0:05:28 357k 39 224M 39 88.3M 0 0 424k 0 0:09:01 0:03:33 0:05:28 329k 39 224M 39 88.8M 0 0 424k 0 0:09:01 0:03:34 0:05:27 329k 39 224M 39 89.2M 0 0 424k 0 0:09:01 0:03:35 0:05:26 344k 39 224M 39 89.5M 0 0 424k 0 0:09:01 0:03:36 0:05:25 349k 40 224M 40 89.8M 0 0 423k 0 0:09:02 0:03:37 0:05:25 364k 40 224M 40 90.1M 0 0 423k 0 0:09:03 0:03:38 0:05:25 374k 40 224M 40 90.5M 0 0 423k 0 0:09:03 0:03:39 0:05:24 361k 40 224M 40 91.0M 0 0 423k 0 0:09:03 0:03:40 0:05:23 370k 40 224M 40 91.5M 0 0 423k 0 0:09:02 0:03:41 0:05:21 396k 40 224M 40 91.7M 0 0 423k 0 0:09:03 0:03:42 0:05:21 393k 40 224M 40 92.0M 0 0 422k 0 0:09:04 0:03:43 0:05:21 372k 41 224M 41 92.3M 0 0 421k 0 0:09:05 0:03:44 0:05:21 355k 41 224M 41 92.7M 0 0 421k 0 0:09:05 0:03:45 0:05:20 346k 41 224M 41 93.1M 0 0 421k 0 0:09:05 0:03:46 0:05:19 343k 41 224M 41 93.4M 0 0 421k 0 0:09:05 0:03:47 0:05:18 339k 41 224M 41 93.6M 0 0 420k 0 0:09:07 0:03:48 0:05:19 338k 41 224M 41 93.9M 0 0 419k 0 0:09:07 0:03:49 0:05:18 342k 42 224M 42 94.3M 0 0 419k 0 0:09:07 0:03:50 0:05:17 330k 42 224M 42 94.6M 0 0 419k 0 0:09:08 0:03:51 0:05:17 300k 42 224M 42 94.9M 0 0 418k 0 0:09:09 0:03:52 0:05:17 303k 42 224M 42 95.2M 0 0 418k 0 0:09:09 0:03:53 0:05:16 324k 42 224M 42 95.4M 0 0 417k 0 0:09:11 0:03:54 0:05:17 293k 42 224M 42 95.6M 0 0 416k 0 0:09:12 0:03:55 0:05:17 266k 42 224M 42 95.8M 0 0 415k 0 0:09:13 0:03:56 0:05:17 241k 42 224M 42 96.1M 0 0 415k 0 0:09:14 0:03:57 0:05:17 248k 42 224M 42 96.4M 0 0 414k 0 0:09:14 0:03:58 0:05:16 255k 43 224M 43 96.9M 0 0 414k 0 0:09:14 0:03:59 0:05:15 303k 43 224M 43 97.3M 0 0 414k 0 0:09:14 0:04:00 0:05:14 344k 43 224M 43 97.7M 0 0 415k 0 0:09:14 0:04:01 0:05:13 393k 43 224M 43 98.2M 0 0 415k 0 0:09:13 0:04:02 0:05:11 428k 43 224M 43 98.5M 0 0 415k 0 0:09:13 0:04:03 0:05:10 429k 44 224M 44 99.0M 0 0 415k 0 0:09:13 0:04:04 0:05:09 428k 44 224M 44 99.3M 0 0 414k 0 0:09:14 0:04:05 0:05:09 403k 44 224M 44 99.5M 0 0 414k 0 0:09:15 0:04:06 0:05:09 371k 44 224M 44 99.9M 0 0 414k 0 0:09:15 0:04:07 0:05:08 346k 44 224M 44 100M 0 0 413k 0 0:09:15 0:04:08 0:05:07 342k 44 224M 44 100M 0 0 413k 0 0:09:15 0:04:09 0:05:06 341k 45 224M 45 101M 0 0 413k 0 0:09:15 0:04:10 0:05:05 375k 45 224M 45 101M 0 0 413k 0 0:09:15 0:04:11 0:05:04 388k 45 224M 45 101M 0 0 412k 0 0:09:17 0:04:12 0:05:05 352k 45 224M 45 101M 0 0 412k 0 0:09:17 0:04:13 0:05:04 346k 45 224M 45 102M 0 0 412k 0 0:09:17 0:04:14 0:05:03 366k 45 224M 45 102M 0 0 412k 0 0:09:17 0:04:15 0:05:02 335k 45 224M 45 103M 0 0 411k 0 0:09:18 0:04:16 0:05:02 312k 45 224M 45 103M 0 0 411k 0 0:09:19 0:04:17 0:05:02 325k 46 224M 46 103M 0 0 411k 0 0:09:19 0:04:18 0:05:01 343k 46 224M 46 103M 0 0 410k 0 0:09:19 0:04:19 0:05:00 313k 46 224M 46 104M 0 0 411k 0 0:09:19 0:04:20 0:04:59 349k 46 224M 46 104M 0 0 411k 0 0:09:19 0:04:21 0:04:58 395k 46 224M 46 105M 0 0 411k 0 0:09:19 0:04:22 0:04:57 418k 47 224M 47 105M 0 0 411k 0 0:09:19 0:04:23 0:04:56 427k 47 224M 47 106M 0 0 411k 0 0:09:19 0:04:24 0:04:55 419k 47 224M 47 106M 0 0 411k 0 0:09:19 0:04:25 0:04:54 402k 47 224M 47 106M 0 0 410k 0 0:09:19 0:04:26 0:04:53 377k 47 224M 47 107M 0 0 410k 0 0:09:20 0:04:27 0:04:53 361k 47 224M 47 107M 0 0 409k 0 0:09:21 0:04:28 0:04:53 333k 47 224M 47 107M 0 0 409k 0 0:09:21 0:04:29 0:04:52 326k 48 224M 48 108M 0 0 409k 0 0:09:21 0:04:30 0:04:51 327k 48 224M 48 108M 0 0 409k 0 0:09:21 0:04:31 0:04:50 332k 48 224M 48 108M 0 0 409k 0 0:09:21 0:04:32 0:04:49 358k 48 224M 48 109M 0 0 409k 0 0:09:22 0:04:33 0:04:49 365k 48 224M 48 109M 0 0 408k 0 0:09:22 0:04:34 0:04:48 374k 48 224M 48 109M 0 0 408k 0 0:09:23 0:04:35 0:04:48 350k 49 224M 49 110M 0 0 408k 0 0:09:23 0:04:36 0:04:47 340k 49 224M 49 110M 0 0 407k 0 0:09:24 0:04:37 0:04:47 308k 49 224M 49 110M 0 0 407k 0 0:09:24 0:04:38 0:04:46 314k 49 224M 49 111M 0 0 407k 0 0:09:24 0:04:39 0:04:45 321k 49 224M 49 111M 0 0 406k 0 0:09:25 0:04:40 0:04:45 307k 49 224M 49 111M 0 0 406k 0 0:09:25 0:04:41 0:04:44 310k 49 224M 49 111M 0 0 406k 0 0:09:26 0:04:42 0:04:44 337k 50 224M 50 112M 0 0 406k 0 0:09:26 0:04:43 0:04:43 343k 50 224M 50 112M 0 0 406k 0 0:09:25 0:04:44 0:04:41 360k 50 224M 50 113M 0 0 406k 0 0:09:26 0:04:45 0:04:41 384k 50 224M 50 113M 0 0 406k 0 0:09:26 0:04:46 0:04:40 389k 50 224M 50 113M 0 0 405k 0 0:09:26 0:04:47 0:04:39 382k 50 224M 50 114M 0 0 406k 0 0:09:26 0:04:48 0:04:38 395k 51 224M 51 114M 0 0 405k 0 0:09:27 0:04:49 0:04:38 359k 51 224M 51 114M 0 0 405k 0 0:09:27 0:04:50 0:04:37 351k 51 224M 51 115M 0 0 405k 0 0:09:26 0:04:51 0:04:35 381k 51 224M 51 115M 0 0 405k 0 0:09:27 0:04:52 0:04:35 384k 51 224M 51 116M 0 0 405k 0 0:09:27 0:04:53 0:04:34 363k 51 224M 51 116M 0 0 405k 0 0:09:27 0:04:54 0:04:33 404k 52 224M 52 116M 0 0 405k 0 0:09:27 0:04:55 0:04:32 417k 52 224M 52 117M 0 0 405k 0 0:09:27 0:04:56 0:04:31 375k 52 224M 52 117M 0 0 404k 0 0:09:27 0:04:57 0:04:30 370k 52 224M 52 117M 0 0 404k 0 0:09:28 0:04:58 0:04:30 376k 52 224M 52 118M 0 0 404k 0 0:09:28 0:04:59 0:04:29 345k 52 224M 52 118M 0 0 404k 0 0:09:28 0:05:00 0:04:28 332k 52 224M 52 118M 0 0 403k 0 0:09:29 0:05:01 0:04:28 337k 53 224M 53 119M 0 0 404k 0 0:09:28 0:05:02 0:04:26 367k 53 224M 53 119M 0 0 405k 0 0:09:27 0:05:03 0:04:24 416k 53 224M 53 120M 0 0 405k 0 0:09:27 0:05:04 0:04:23 441k 53 224M 53 120M 0 0 404k 0 0:09:28 0:05:05 0:04:23 423k 53 224M 53 120M 0 0 404k 0 0:09:28 0:05:06 0:04:22 422k 53 224M 53 121M 0 0 403k 0 0:09:29 0:05:07 0:04:22 381k 54 224M 54 121M 0 0 403k 0 0:09:29 0:05:08 0:04:21 325k 54 224M 54 121M 0 0 403k 0 0:09:29 0:05:09 0:04:20 315k 54 224M 54 122M 0 0 403k 0 0:09:29 0:05:10 0:04:19 357k 54 224M 54 122M 0 0 403k 0 0:09:29 0:05:11 0:04:18 375k 54 224M 54 123M 0 0 404k 0 0:09:29 0:05:12 0:04:17 412k 55 224M 55 123M 0 0 404k 0 0:09:28 0:05:13 0:04:15 455k 55 224M 55 124M 0 0 404k 0 0:09:28 0:05:14 0:04:14 436k 55 224M 55 124M 0 0 404k 0 0:09:28 0:05:15 0:04:13 428k 55 224M 55 124M 0 0 403k 0 0:09:29 0:05:16 0:04:13 405k 55 224M 55 124M 0 0 403k 0 0:09:29 0:05:17 0:04:12 366k 55 224M 55 125M 0 0 403k 0 0:09:30 0:05:18 0:04:12 320k 55 224M 55 125M 0 0 403k 0 0:09:30 0:05:19 0:04:11 328k 56 224M 56 126M 0 0 403k 0 0:09:30 0:05:20 0:04:10 330k 56 224M 56 126M 0 0 402k 0 0:09:30 0:05:21 0:04:09 345k 56 224M 56 126M 0 0 403k 0 0:09:30 0:05:22 0:04:08 390k 56 224M 56 127M 0 0 403k 0 0:09:30 0:05:23 0:04:07 408k 56 224M 56 127M 0 0 403k 0 0:09:30 0:05:24 0:04:06 425k 57 224M 57 128M 0 0 403k 0 0:09:30 0:05:25 0:04:05 410k 57 224M 57 128M 0 0 403k 0 0:09:30 0:05:26 0:04:04 409k 57 224M 57 128M 0 0 403k 0 0:09:30 0:05:27 0:04:03 386k 57 224M 57 129M 0 0 402k 0 0:09:30 0:05:28 0:04:02 371k 57 224M 57 129M 0 0 402k 0 0:09:31 0:05:29 0:04:02 349k 57 224M 57 129M 0 0 402k 0 0:09:32 0:05:30 0:04:02 325k 57 224M 57 130M 0 0 401k 0 0:09:32 0:05:31 0:04:01 330k 58 224M 58 130M 0 0 401k 0 0:09:32 0:05:32 0:04:00 319k 58 224M 58 130M 0 0 401k 0 0:09:33 0:05:33 0:04:00 300k 58 224M 58 130M 0 0 400k 0 0:09:33 0:05:34 0:03:59 283k 58 224M 58 131M 0 0 400k 0 0:09:33 0:05:35 0:03:58 331k 58 224M 58 131M 0 0 401k 0 0:09:33 0:05:36 0:03:57 349k 58 224M 58 132M 0 0 401k 0 0:09:33 0:05:37 0:03:56 355k 58 224M 58 132M 0 0 400k 0 0:09:33 0:05:38 0:03:55 371k 59 224M 59 132M 0 0 400k 0 0:09:33 0:05:39 0:03:54 398k 59 224M 59 133M 0 0 400k 0 0:09:34 0:05:40 0:03:54 367k 59 224M 59 133M 0 0 400k 0 0:09:34 0:05:41 0:03:53 338k 59 224M 59 133M 0 0 400k 0 0:09:34 0:05:42 0:03:52 335k 59 224M 59 134M 0 0 400k 0 0:09:34 0:05:43 0:03:51 358k 59 224M 59 134M 0 0 400k 0 0:09:34 0:05:44 0:03:50 351k 60 224M 60 134M 0 0 399k 0 0:09:35 0:05:45 0:03:50 353k 60 224M 60 135M 0 0 399k 0 0:09:35 0:05:46 0:03:49 345k 60 224M 60 135M 0 0 399k 0 0:09:36 0:05:47 0:03:49 330k 60 224M 60 135M 0 0 398k 0 0:09:36 0:05:48 0:03:48 303k 60 224M 60 135M 0 0 398k 0 0:09:36 0:05:49 0:03:47 301k 60 224M 60 136M 0 0 398k 0 0:09:37 0:05:50 0:03:47 296k 60 224M 60 136M 0 0 398k 0 0:09:37 0:05:51 0:03:46 303k 60 224M 60 136M 0 0 398k 0 0:09:37 0:05:52 0:03:45 325k 61 224M 61 137M 0 0 398k 0 0:09:37 0:05:53 0:03:44 351k 61 224M 61 137M 0 0 398k 0 0:09:36 0:05:54 0:03:42 410k 61 224M 61 138M 0 0 398k 0 0:09:36 0:05:55 0:03:41 436k 61 224M 61 138M 0 0 398k 0 0:09:36 0:05:56 0:03:40 460k 61 224M 61 139M 0 0 398k 0 0:09:36 0:05:57 0:03:39 452k 62 224M 62 139M 0 0 398k 0 0:09:37 0:05:58 0:03:39 402k 62 224M 62 139M 0 0 397k 0 0:09:38 0:05:59 0:03:39 323k 62 224M 62 139M 0 0 397k 0 0:09:38 0:06:00 0:03:38 307k 62 224M 62 140M 0 0 397k 0 0:09:38 0:06:01 0:03:37 290k 62 224M 62 140M 0 0 397k 0 0:09:38 0:06:02 0:03:36 313k 62 224M 62 141M 0 0 397k 0 0:09:38 0:06:03 0:03:35 354k 62 224M 62 141M 0 0 397k 0 0:09:38 0:06:04 0:03:34 399k 63 224M 63 141M 0 0 397k 0 0:09:37 0:06:05 0:03:32 422k 63 224M 63 142M 0 0 397k 0 0:09:38 0:06:06 0:03:32 414k 63 224M 63 142M 0 0 398k 0 0:09:37 0:06:07 0:03:30 423k 63 224M 63 143M 0 0 398k 0 0:09:37 0:06:08 0:03:29 438k 63 224M 63 143M 0 0 397k 0 0:09:37 0:06:09 0:03:28 407k 64 224M 64 143M 0 0 397k 0 0:09:38 0:06:10 0:03:28 383k 64 224M 64 144M 0 0 397k 0 0:09:38 0:06:11 0:03:27 364k 64 224M 64 144M 0 0 397k 0 0:09:39 0:06:12 0:03:27 335k 64 224M 64 144M 0 0 397k 0 0:09:39 0:06:13 0:03:26 312k 64 224M 64 144M 0 0 396k 0 0:09:39 0:06:14 0:03:25 312k 64 224M 64 145M 0 0 396k 0 0:09:40 0:06:15 0:03:25 296k 64 224M 64 145M 0 0 395k 0 0:09:41 0:06:16 0:03:25 272k 64 224M 64 145M 0 0 395k 0 0:09:42 0:06:17 0:03:25 243k 64 224M 64 145M 0 0 394k 0 0:09:42 0:06:18 0:03:24 235k 65 224M 65 146M 0 0 394k 0 0:09:42 0:06:19 0:03:23 230k 65 224M 65 146M 0 0 394k 0 0:09:43 0:06:20 0:03:23 228k 65 224M 65 146M 0 0 394k 0 0:09:43 0:06:21 0:03:22 274k 65 224M 65 147M 0 0 394k 0 0:09:43 0:06:22 0:03:21 322k 65 224M 65 147M 0 0 393k 0 0:09:43 0:06:23 0:03:20 316k 65 224M 65 147M 0 0 393k 0 0:09:43 0:06:24 0:03:19 337k 65 224M 65 148M 0 0 394k 0 0:09:43 0:06:25 0:03:18 381k 66 224M 66 148M 0 0 393k 0 0:09:43 0:06:26 0:03:17 392k 66 224M 66 148M 0 0 393k 0 0:09:44 0:06:27 0:03:17 358k 66 224M 66 149M 0 0 393k 0 0:09:44 0:06:28 0:03:16 364k 66 224M 66 149M 0 0 393k 0 0:09:44 0:06:29 0:03:15 353k 66 224M 66 149M 0 0 393k 0 0:09:44 0:06:30 0:03:14 335k 66 224M 66 150M 0 0 393k 0 0:09:45 0:06:31 0:03:14 318k 67 224M 67 150M 0 0 393k 0 0:09:44 0:06:32 0:03:12 352k 67 224M 67 150M 0 0 392k 0 0:09:45 0:06:33 0:03:12 338k 67 224M 67 151M 0 0 392k 0 0:09:46 0:06:34 0:03:12 317k 67 224M 67 151M 0 0 392k 0 0:09:46 0:06:35 0:03:11 316k 67 224M 67 151M 0 0 392k 0 0:09:46 0:06:36 0:03:10 324k 67 224M 67 152M 0 0 392k 0 0:09:46 0:06:37 0:03:09 319k 67 224M 67 152M 0 0 392k 0 0:09:45 0:06:38 0:03:07 369k 68 224M 68 153M 0 0 392k 0 0:09:45 0:06:39 0:03:06 425k 68 224M 68 153M 0 0 392k 0 0:09:45 0:06:40 0:03:05 447k 68 224M 68 153M 0 0 392k 0 0:09:45 0:06:41 0:03:04 452k 68 224M 68 154M 0 0 392k 0 0:09:45 0:06:42 0:03:03 436k 68 224M 68 154M 0 0 392k 0 0:09:46 0:06:43 0:03:03 383k 68 224M 68 154M 0 0 392k 0 0:09:45 0:06:44 0:03:01 373k 69 224M 69 155M 0 0 393k 0 0:09:44 0:06:45 0:02:59 405k 69 224M 69 156M 0 0 393k 0 0:09:44 0:06:46 0:02:58 425k 69 224M 69 156M 0 0 393k 0 0:09:44 0:06:47 0:02:57 432k 69 224M 69 156M 0 0 393k 0 0:09:44 0:06:48 0:02:56 462k 69 224M 69 157M 0 0 392k 0 0:09:45 0:06:49 0:02:56 424k 70 224M 70 157M 0 0 392k 0 0:09:45 0:06:50 0:02:55 381k 70 224M 70 157M 0 0 393k 0 0:09:45 0:06:51 0:02:54 371k 70 224M 70 158M 0 0 392k 0 0:09:45 0:06:52 0:02:53 360k 70 224M 70 158M 0 0 392k 0 0:09:45 0:06:53 0:02:52 340k 70 224M 70 158M 0 0 392k 0 0:09:46 0:06:54 0:02:52 345k 70 224M 70 159M 0 0 392k 0 0:09:45 0:06:55 0:02:50 382k 71 224M 71 159M 0 0 392k 0 0:09:45 0:06:56 0:02:49 387k 71 224M 71 160M 0 0 392k 0 0:09:45 0:06:57 0:02:48 382k 71 224M 71 160M 0 0 392k 0 0:09:45 0:06:58 0:02:47 394k 71 224M 71 160M 0 0 392k 0 0:09:45 0:06:59 0:02:46 413k 71 224M 71 161M 0 0 392k 0 0:09:45 0:07:00 0:02:45 368k 71 224M 71 161M 0 0 392k 0 0:09:46 0:07:01 0:02:45 348k 72 224M 72 161M 0 0 392k 0 0:09:45 0:07:02 0:02:43 366k 72 224M 72 162M 0 0 392k 0 0:09:46 0:07:03 0:02:43 350k 72 224M 72 162M 0 0 391k 0 0:09:46 0:07:04 0:02:42 335k 72 224M 72 162M 0 0 391k 0 0:09:46 0:07:05 0:02:41 328k 72 224M 72 163M 0 0 391k 0 0:09:47 0:07:06 0:02:41 328k 72 224M 72 163M 0 0 391k 0 0:09:47 0:07:07 0:02:40 312k 72 224M 72 163M 0 0 391k 0 0:09:47 0:07:08 0:02:39 320k 73 224M 73 163M 0 0 391k 0 0:09:47 0:07:09 0:02:38 331k 73 224M 73 164M 0 0 391k 0 0:09:47 0:07:10 0:02:37 339k 73 224M 73 164M 0 0 391k 0 0:09:47 0:07:11 0:02:36 347k 73 224M 73 165M 0 0 391k 0 0:09:47 0:07:12 0:02:35 370k 73 224M 73 165M 0 0 390k 0 0:09:48 0:07:13 0:02:35 351k 73 224M 73 165M 0 0 390k 0 0:09:48 0:07:14 0:02:34 339k 73 224M 73 165M 0 0 390k 0 0:09:48 0:07:15 0:02:33 335k 74 224M 74 166M 0 0 390k 0 0:09:48 0:07:16 0:02:32 341k 74 224M 74 166M 0 0 390k 0 0:09:49 0:07:17 0:02:32 299k 74 224M 74 166M 0 0 389k 0 0:09:49 0:07:18 0:02:31 309k 74 224M 74 167M 0 0 389k 0 0:09:50 0:07:19 0:02:31 296k 74 224M 74 167M 0 0 389k 0 0:09:49 0:07:20 0:02:29 323k 74 224M 74 167M 0 0 389k 0 0:09:50 0:07:21 0:02:29 308k 74 224M 74 168M 0 0 389k 0 0:09:50 0:07:22 0:02:28 340k 75 224M 75 168M 0 0 389k 0 0:09:50 0:07:23 0:02:27 367k 75 224M 75 169M 0 0 389k 0 0:09:50 0:07:24 0:02:26 391k 75 224M 75 169M 0 0 389k 0 0:09:50 0:07:25 0:02:25 379k 75 224M 75 169M 0 0 389k 0 0:09:49 0:07:26 0:02:23 414k 75 224M 75 170M 0 0 389k 0 0:09:49 0:07:27 0:02:22 415k 76 224M 76 170M 0 0 390k 0 0:09:49 0:07:28 0:02:21 428k 76 224M 76 171M 0 0 390k 0 0:09:49 0:07:29 0:02:20 437k 76 224M 76 171M 0 0 390k 0 0:09:49 0:07:30 0:02:19 424k 76 224M 76 171M 0 0 389k 0 0:09:49 0:07:31 0:02:18 379k 76 224M 76 172M 0 0 389k 0 0:09:50 0:07:32 0:02:18 364k 76 224M 76 172M 0 0 389k 0 0:09:50 0:07:33 0:02:17 324k 76 224M 76 172M 0 0 389k 0 0:09:50 0:07:34 0:02:16 307k 77 224M 77 173M 0 0 389k 0 0:09:50 0:07:35 0:02:15 311k 77 224M 77 173M 0 0 389k 0 0:09:50 0:07:36 0:02:14 330k 77 224M 77 173M 0 0 388k 0 0:09:51 0:07:37 0:02:14 316k 77 224M 77 173M 0 0 388k 0 0:09:51 0:07:38 0:02:13 325k 77 224M 77 174M 0 0 388k 0 0:09:51 0:07:39 0:02:12 342k 77 224M 77 174M 0 0 388k 0 0:09:51 0:07:40 0:02:11 348k 77 224M 77 175M 0 0 388k 0 0:09:51 0:07:41 0:02:10 346k 78 224M 78 175M 0 0 388k 0 0:09:51 0:07:42 0:02:09 361k 78 224M 78 176M 0 0 389k 0 0:09:51 0:07:43 0:02:08 428k 79 224M 79 177M 0 0 391k 0 0:09:47 0:07:44 0:02:03 650k 80 224M 80 179M 0 0 395k 0 0:09:40 0:07:45 0:01:55 1052k 81 224M 81 182M 0 0 401k 0 0:09:33 0:07:46 0:01:47 1538k 82 224M 82 185M 0 0 406k 0 0:09:26 0:07:47 0:01:39 2033k 83 224M 83 188M 0 0 412k 0 0:09:17 0:07:48 0:01:29 2549k 85 224M 85 191M 0 0 417k 0 0:09:10 0:07:49 0:01:21 2868k 86 224M 86 195M 0 0 424k 0 0:09:01 0:07:50 0:01:11 3102k 88 224M 88 198M 0 0 431k 0 0:08:53 0:07:51 0:01:02 3254k 90 224M 90 203M 0 0 440k 0 0:08:41 0:07:52 0:00:49 3501k 91 224M 91 205M 0 0 445k 0 0:08:35 0:07:53 0:00:42 3591k 93 224M 93 210M 0 0 453k 0 0:08:27 0:07:54 0:00:33 3773k 95 224M 95 213M 0 0 459k 0 0:08:20 0:07:55 0:00:25 3768k 96 224M 96 215M 0 0 464k 0 0:08:15 0:07:56 0:00:19 3559k 96 224M 96 217M 0 0 467k 0 0:08:12 0:07:57 0:00:15 3133k 98 224M 98 220M 0 0 472k 0 0:08:07 0:07:58 0:00:09 2969k 99 224M 99 223M 0 0 477k 0 0:08:01 0:07:59 0:00:02 2804k 100 224M 100 224M 0 0 479k 0 0:07:59 0:07:59 --:--:-- 2656k +info: extracting +RuyiSDK-20231118-PLCT-Sources-HOST-riscv64-linux-gnu-riscv64-plct-linux-gnu.tar. +xz for package gnu-plct-0.20231118.0 +info: package gnu-plct-0.20231118.0 installed to +/root/.cache/ruyi/binaries/riscv64/gnu-plct-0.20231118.0 ++ ruyi venv --toolchain gnu-plct milkv-duo test-venv ++ grep 'The virtual environment is now created.' +info: The virtual environment is now created. ++ CHECK_RESULT 0 0 0 'Check ruyi venv install failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv install failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -f ./test-venv/bin/ruyi-activate ']' ++ CHECK_RESULT 0 0 0 'Check ruyi venv activate file failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv activate file failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ oldps1= ++ source ./test-venv/bin/ruyi-activate +++ '[' ./test-venv/bin/ruyi-activate = oe_test_ruyi_venv.sh ']' +++ ruyi-deactivate nondestructive +++ '[' -z '' ']' +++ hash -r +++ '[' -z '' ']' +++ unset RUYI_VENV +++ unset RUYI_VENV_PROMPT +++ '[' '!' nondestructive = nondestructive ']' +++ RUYI_VENV=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ export RUYI_VENV +++ _RUYI_OLD_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin +++ PATH=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin +++ export PATH +++ hash -r ++++ basename /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ RUYI_VENV_PROMPT=test-venv +++ export RUYI_VENV_PROMPT +++ '[' -z '' ']' +++ _RUYI_OLD_PS1= +++ PS1='«Ruyi test-venv» ' +++ export PS1 ++ grep test-venv ++ echo '«Ruyi test-venv» ' +«Ruyi test-venv» ++ CHECK_RESULT 0 0 0 'Check activate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check activate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi-deactivate ++ '[' -z _ ']' ++ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin ++ export PATH ++ unset _RUYI_OLD_PATH ++ hash -r ++ '[' -z _ ']' ++ PS1= ++ export PS1 ++ unset _RUYI_OLD_PS1 ++ unset RUYI_VENV ++ unset RUYI_VENV_PROMPT ++ '[' '!' '' = nondestructive ']' ++ unset -f ruyi-deactivate ++ '[' '' == '' ']' ++ CHECK_RESULT 0 0 0 'Check deactivate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check deactivate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ rm -rf test-venv ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Thu Nov 30 02:24:20 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Thu Nov 30 02:24:23 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Thu Nov 30 02:24:24 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmp_nsfjao8 ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp_nsfjao8 ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp_nsfjao8 +Thu Nov 30 02:25:17 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Thu Nov 30 02:25:19 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-30-02_25_25.log b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-30-02_25_25.log new file mode 100644 index 0000000000000000000000000000000000000000..277239e3e1bd190b95e5ed2f8616df242b02e97b --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-30-02_25_25.log @@ -0,0 +1,155 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ grep expect ++ rpm -qa +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Thu Nov 30 02:25:31 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmp3ok_5h_x ++ '[' -z '' ']' ++ tmpfile=/tmp/tmp3ok_5h_x ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmp3ok_5h_x ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmp3ok_5h_x +Thu Nov 30 02:27:16 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmp3ok_5h_x ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 9 10.1M 9 1037k 0 0 465k 0 0:00:22 0:00:02 0:00:20 466k 21 10.1M 21 2273k 0 0 702k 0 0:00:14 0:00:03 0:00:11 704k 29 10.1M 29 3097k 0 0 733k 0 0:00:14 0:00:04 0:00:10 734k 45 10.1M 45 4729k 0 0 906k 0 0:00:11 0:00:05 0:00:06 907k 69 10.1M 69 7221k 0 0 1159k 0 0:00:08 0:00:06 0:00:02 1487k 100 10.1M 100 10.1M 0 0 1442k 0 0:00:07 0:00:07 --:--:-- 1879k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Thu Nov 30 02:27:26 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Thu Nov 30 02:27:27 2023 - INFO - Start to run test. ++ ruyi update +++ ruyi list +++ grep -e '^* toolchain' +++ cut -d/ -f 2 +++ head -n 1 ++ pkgname=llvm-upstream ++ http_proxy=http://wrong.proxy ++ https_proxy=http://wrong.proxy ++ ruyi install llvm-upstream +fatal error: package llvm-upstream-17.0.5-ruyi.20231121 declares no binary for +host riscv64 ++ CHECK_RESULT 2 0 1 'Check ruyi install package from wrong proxy failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi install package from wrong proxy failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi install llvm-upstream ++ grep downloading ++ CHECK_RESULT 1 0 0 'Check ruyi reinstall package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi reinstall package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi reinstall package failed' ++ LOG_ERROR 'Check ruyi reinstall package failed' ++ message='Check ruyi reinstall package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi reinstall package failed' +Thu Nov 30 02:28:18 2023 - ERROR - Check ruyi reinstall package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_wrong_proxy.sh line 36' ++ message='oe_test_ruyi_wrong_proxy.sh line 36' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_wrong_proxy.sh line 36' +Thu Nov 30 02:28:19 2023 - ERROR - oe_test_ruyi_wrong_proxy.sh line 36 ++ '[' 0 -eq 1 ']' ++ return 0 ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Thu Nov 30 02:28:20 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 1 ++ test 1 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Thu Nov 30 02:28:21 2023 - ERROR - failed to execute the case. ++ exit 1 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Thu Nov 30 02:28:23 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmp3ok_5h_x ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp3ok_5h_x ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmp3ok_5h_x +Thu Nov 30 02:29:06 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Thu Nov 30 02:29:07 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_17_32.log b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_17_32.log new file mode 100644 index 0000000000000000000000000000000000000000..8cba40a98c52548fe52da58005177431ce82ea6a --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi/2023-11-29-18_17_32.log @@ -0,0 +1,467 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:17:33 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmpmix_n_jm ++ '[' -z '' ']' ++ tmpfile=/tmp/tmpmix_n_jm ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmpmix_n_jm ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmpmix_n_jm +Wed Nov 29 18:20:17 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmpmix_n_jm ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10.3M 0 41992 0 0 218k 0 0:00:48 --:--:-- 0:00:48 219k 32 10.3M 32 3438k 0 0 2786k 0 0:00:03 0:00:01 0:00:02 2786k 48 10.3M 48 5078k 0 0 2330k 0 0:00:04 0:00:02 0:00:02 2330k 68 10.3M 68 7206k 0 0 2266k 0 0:00:04 0:00:03 0:00:01 2266k 89 10.3M 89 9398k 0 0 2248k 0 0:00:04 0:00:04 --:--:-- 2248k 100 10.3M 100 10.3M 0 0 2200k 0 0:00:04 0:00:04 --:--:-- 2281k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:20:22 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:20:22 2023 - INFO - Start to run test. ++ ruyi +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... +ruyi: error: the following arguments are required: {extract,install,i,list,update,venv,admin} ++ CHECK_RESULT 2 0 1 'Check ruyi empty cmdline failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi empty cmdline failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi empty cmdline help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty cmdline help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi -h ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ '[' -d /root/.cache//ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list profiles +generic +sipeed-lpi4a (needs flavor(s): {'xthead'}) +milkv-duo ++ CHECK_RESULT 0 0 0 'Check ruyi profile failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi profile failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu +.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 232M 0 1609k 0 0 2380k 0 0:01:39 --:--:-- 0:01:39 2381k 1 232M 1 4353k 0 0 2609k 0 0:01:31 0:00:01 0:01:30 2610k 3 232M 3 7781k 0 0 2916k 0 0:01:21 0:00:02 0:01:19 2917k 4 232M 4 10.9M 0 0 3022k 0 0:01:18 0:00:03 0:01:15 3023k 5 232M 5 13.7M 0 0 3013k 0 0:01:18 0:00:04 0:01:14 3014k 7 232M 7 18.0M 0 0 3261k 0 0:01:12 0:00:05 0:01:07 3379k 10 232M 10 23.4M 0 0 3598k 0 0:01:06 0:00:06 0:01:00 3928k 12 232M 12 29.0M 0 0 3878k 0 0:01:01 0:00:07 0:00:54 4392k 14 232M 14 33.9M 0 0 4010k 0 0:00:59 0:00:08 0:00:51 4754k 16 232M 16 37.1M 0 0 3936k 0 0:01:00 0:00:09 0:00:51 4799k 16 232M 16 38.9M 0 0 3734k 0 0:01:03 0:00:10 0:00:53 4269k 17 232M 17 40.3M 0 0 3544k 0 0:01:07 0:00:11 0:00:56 3472k 18 232M 18 41.9M 0 0 3388k 0 0:01:10 0:00:12 0:00:58 2636k 18 232M 18 42.7M 0 0 3197k 0 0:01:14 0:00:13 0:01:01 1791k 19 232M 19 44.5M 0 0 3111k 0 0:01:16 0:00:14 0:01:02 1515k 20 232M 20 47.6M 0 0 3113k 0 0:01:16 0:00:15 0:01:01 1780k 21 232M 21 49.1M 0 0 3021k 0 0:01:18 0:00:16 0:01:02 1801k 21 232M 21 51.0M 0 0 2959k 0 0:01:20 0:00:17 0:01:03 1872k 23 232M 23 53.7M 0 0 2950k 0 0:01:20 0:00:18 0:01:02 2273k 24 232M 24 56.2M 0 0 2926k 0 0:01:21 0:00:19 0:01:02 2380k 24 232M 24 57.3M 0 0 2838k 0 0:01:23 0:00:20 0:01:03 1977k 25 232M 25 60.2M 0 0 2845k 0 0:01:23 0:00:21 0:01:02 2257k 27 232M 27 63.5M 0 0 2873k 0 0:01:22 0:00:22 0:01:00 2567k 28 232M 28 67.1M 0 0 2892k 0 0:01:22 0:00:23 0:00:59 2677k 31 232M 31 72.1M 0 0 2993k 0 0:01:19 0:00:24 0:00:55 3256k 33 232M 33 77.4M 0 0 3091k 0 0:01:16 0:00:25 0:00:51 4138k 35 232M 35 81.9M 0 0 3147k 0 0:01:15 0:00:26 0:00:49 4459k 37 232M 37 87.5M 0 0 3239k 0 0:01:13 0:00:27 0:00:46 4900k 39 232M 39 92.6M 0 0 3308k 0 0:01:11 0:00:28 0:00:43 5322k 40 232M 40 94.9M 0 0 3276k 0 0:01:12 0:00:29 0:00:43 4675k 42 232M 42 97.7M 0 0 3259k 0 0:01:12 0:00:30 0:00:42 4115k 42 232M 42 98.7M 0 0 3193k 0 0:01:14 0:00:31 0:00:43 3437k 43 232M 43 100M 0 0 3164k 0 0:01:15 0:00:32 0:00:43 2748k 44 232M 44 104M 0 0 3172k 0 0:01:15 0:00:33 0:00:42 2387k 46 232M 46 108M 0 0 3213k 0 0:01:14 0:00:34 0:00:40 2839k 47 232M 47 111M 0 0 3189k 0 0:01:14 0:00:35 0:00:39 2752k 49 232M 49 114M 0 0 3195k 0 0:01:14 0:00:36 0:00:38 3208k 50 232M 50 116M 0 0 3175k 0 0:01:14 0:00:37 0:00:37 3249k 50 232M 50 118M 0 0 3136k 0 0:01:15 0:00:38 0:00:37 2898k 52 232M 52 121M 0 0 3132k 0 0:01:15 0:00:39 0:00:36 2567k 53 232M 53 125M 0 0 3156k 0 0:01:15 0:00:40 0:00:35 2920k 56 232M 56 130M 0 0 3205k 0 0:01:14 0:00:41 0:00:33 3282k 58 232M 58 135M 0 0 3263k 0 0:01:12 0:00:42 0:00:30 3923k 60 232M 60 140M 0 0 3304k 0 0:01:12 0:00:43 0:00:29 4605k 62 232M 62 145M 0 0 3327k 0 0:01:11 0:00:44 0:00:27 4877k 63 232M 63 148M 0 0 3318k 0 0:01:11 0:00:45 0:00:26 4622k 65 232M 65 151M 0 0 3331k 0 0:01:11 0:00:46 0:00:25 4373k 66 232M 66 154M 0 0 3316k 0 0:01:11 0:00:47 0:00:24 3773k 67 232M 67 157M 0 0 3308k 0 0:01:11 0:00:48 0:00:23 3343k 68 232M 68 159M 0 0 3281k 0 0:01:12 0:00:49 0:00:23 2865k 69 232M 69 162M 0 0 3276k 0 0:01:12 0:00:50 0:00:22 2886k 71 232M 71 166M 0 0 3293k 0 0:01:12 0:00:51 0:00:21 2935k 73 232M 73 171M 0 0 3326k 0 0:01:11 0:00:52 0:00:19 3417k 75 232M 75 174M 0 0 3330k 0 0:01:11 0:00:53 0:00:18 3548k 76 232M 76 177M 0 0 3316k 0 0:01:11 0:00:54 0:00:17 3669k 77 232M 77 179M 0 0 3293k 0 0:01:12 0:00:55 0:00:17 3471k 77 232M 77 180M 0 0 3263k 0 0:01:12 0:00:56 0:00:16 2960k 78 232M 78 182M 0 0 3239k 0 0:01:13 0:00:57 0:00:16 2331k 79 232M 79 185M 0 0 3238k 0 0:01:13 0:00:58 0:00:15 2240k 81 232M 81 188M 0 0 3231k 0 0:01:13 0:00:59 0:00:14 2323k 82 232M 82 190M 0 0 3210k 0 0:01:14 0:01:00 0:00:14 2323k 83 232M 83 192M 0 0 3203k 0 0:01:14 0:01:01 0:00:13 2513k 84 232M 84 197M 0 0 3223k 0 0:01:13 0:01:02 0:00:11 3031k 86 232M 86 201M 0 0 3234k 0 0:01:13 0:01:03 0:00:10 3188k 87 232M 87 204M 0 0 3236k 0 0:01:13 0:01:04 0:00:09 3300k 89 232M 89 208M 0 0 3246k 0 0:01:13 0:01:05 0:00:08 3712k 91 232M 91 211M 0 0 3254k 0 0:01:13 0:01:06 0:00:07 3886k 92 232M 92 215M 0 0 3260k 0 0:01:12 0:01:07 0:00:05 3722k 93 232M 93 216M 0 0 3227k 0 0:01:13 0:01:08 0:00:05 3139k 94 232M 94 218M 0 0 3215k 0 0:01:13 0:01:09 0:00:04 2946k 95 232M 95 222M 0 0 3221k 0 0:01:13 0:01:10 0:00:03 2896k 96 232M 96 224M 0 0 3208k 0 0:01:14 0:01:11 0:00:03 2595k 97 232M 97 227M 0 0 3198k 0 0:01:14 0:01:12 0:00:02 2366k 99 232M 99 230M 0 0 3205k 0 0:01:14 0:01:13 0:00:01 2912k 100 232M 100 232M 0 0 3213k 0 0:01:14 0:01:14 --:--:-- 3173k +info: extracting RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz for +package gnu-plct-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi install package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Wed Nov 29 18:21:46 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 60' ++ message='oe_test_ruyi.sh line 60' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 60' +Wed Nov 29 18:21:46 2023 - ERROR - oe_test_ruyi.sh line 60 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install gnu-plct ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Wed Nov 29 18:21:48 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 62' ++ message='oe_test_ruyi.sh line 62' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 62' +Wed Nov 29 18:21:48 2023 - ERROR - oe_test_ruyi.sh line 62 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install name:gnu-plct ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package by name failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package by name failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package by name failed' ++ LOG_ERROR 'Check ruyi install duplicate package by name failed' ++ message='Check ruyi install duplicate package by name failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package by name failed' +Wed Nov 29 18:21:50 2023 - ERROR - Check ruyi install duplicate package by name failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 64' ++ message='oe_test_ruyi.sh line 64' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 64' +Wed Nov 29 18:21:50 2023 - ERROR - oe_test_ruyi.sh line 64 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* source' +++ cut -d/ -f 2 ++ pkgname=ruyisdk-demo ++ mkdir source-test ++ cd source-test ++ ruyi extract ruyisdk-demo +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe +1b17125758b5e.src.tar.zst to +/root/.cache/ruyi/distfiles/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5 +e.src.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 671 100 671 0 0 4448 0 --:--:-- --:--:-- --:--:-- 4503 +info: extracting +ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5e.src.tar.zst for package +ruyisdk-demo-0.20231114.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 184, in cli_extract + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi extract failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract failed' ++ LOG_ERROR 'Check ruyi extract failed' ++ message='Check ruyi extract failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract failed' +Wed Nov 29 18:21:51 2023 - ERROR - Check ruyi extract failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 69' ++ message='oe_test_ruyi.sh line 69' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 69' +Wed Nov 29 18:21:51 2023 - ERROR - oe_test_ruyi.sh line 69 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ls ++ '[' '' '!=' '' ']' ++ CHECK_RESULT 1 0 0 'Check ruyi extract dir not enpty failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract dir not enpty failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract dir not enpty failed' ++ LOG_ERROR 'Check ruyi extract dir not enpty failed' ++ message='Check ruyi extract dir not enpty failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract dir not enpty failed' +Wed Nov 29 18:21:51 2023 - ERROR - Check ruyi extract dir not enpty failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 71' ++ message='oe_test_ruyi.sh line 71' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 71' +Wed Nov 29 18:21:51 2023 - ERROR - oe_test_ruyi.sh line 71 ++ '[' 0 -eq 1 ']' ++ return 0 ++ cd .. ++ rm -rf source-test ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:21:51 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 5 ++ test 5 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:21:51 2023 - ERROR - failed to execute the case. ++ exit 5 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:21:51 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmpmix_n_jm ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpmix_n_jm ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpmix_n_jm +Wed Nov 29 18:23:13 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:23:13 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_29_19.log b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_29_19.log new file mode 100644 index 0000000000000000000000000000000000000000..0a19b73aad40155d071b497046511c2aa57f7859 --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_29_19.log @@ -0,0 +1,340 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:29:19 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmpb4t4uc4b ++ '[' -z '' ']' ++ tmpfile=/tmp/tmpb4t4uc4b ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmpb4t4uc4b ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmpb4t4uc4b +Wed Nov 29 18:30:41 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmpb4t4uc4b ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 10.3M 8 873k 0 0 1318k 0 0:00:08 --:--:-- 0:00:08 1319k 44 10.3M 44 4661k 0 0 2802k 0 0:00:03 0:00:01 0:00:02 2803k 78 10.3M 78 8325k 0 0 3126k 0 0:00:03 0:00:02 0:00:01 3127k 100 10.3M 100 10.3M 0 0 3002k 0 0:00:03 0:00:03 --:--:-- 3004k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:30:44 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:30:44 2023 - INFO - Start to run test. ++ export XDG_CACHE_HOME=/root/.cache/test ++ XDG_CACHE_HOME=/root/.cache/test ++ mkdir /root/.cache/test ++ xdg_ruyi_dir=/root/.cache/test/ruyi ++ default_ruyi_dir=/root/.cache/ruyi ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ wc -l +++ grep -e '^* ' ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/test/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linu +x-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 232M 0 13032 0 0 91235 0 0:44:30 --:--:-- 0:44:30 91132 1 232M 1 2927k 0 0 2578k 0 0:01:32 0:00:01 0:01:31 2579k 2 232M 2 6443k 0 0 2991k 0 0:01:19 0:00:02 0:01:17 2991k 3 232M 3 8155k 0 0 2597k 0 0:01:31 0:00:03 0:01:28 2597k 4 232M 4 10.2M 0 0 2532k 0 0:01:33 0:00:04 0:01:29 2533k 5 232M 5 13.0M 0 0 2602k 0 0:01:31 0:00:05 0:01:26 2674k 6 232M 6 14.9M 0 0 2489k 0 0:01:35 0:00:06 0:01:29 2468k 7 232M 7 17.3M 0 0 2495k 0 0:01:35 0:00:07 0:01:28 2280k 8 232M 8 19.6M 0 0 2476k 0 0:01:36 0:00:08 0:01:28 2400k 9 232M 9 21.4M 0 0 2405k 0 0:01:38 0:00:09 0:01:29 2300k 10 232M 10 23.6M 0 0 2383k 0 0:01:39 0:00:10 0:01:29 2158k 10 232M 10 25.3M 0 0 2335k 0 0:01:41 0:00:11 0:01:30 2147k 12 232M 12 28.2M 0 0 2382k 0 0:01:39 0:00:12 0:01:27 2220k 13 232M 13 30.2M 0 0 2357k 0 0:01:40 0:00:13 0:01:27 2164k 14 232M 14 32.6M 0 0 2363k 0 0:01:40 0:00:14 0:01:26 2286k 15 232M 15 35.1M 0 0 2376k 0 0:01:40 0:00:15 0:01:25 2363k 15 232M 15 37.1M 0 0 2355k 0 0:01:41 0:00:16 0:01:25 2397k 16 232M 16 39.1M 0 0 2336k 0 0:01:41 0:00:17 0:01:24 2224k 17 232M 17 41.5M 0 0 2348k 0 0:01:41 0:00:18 0:01:23 2324k 18 232M 18 43.5M 0 0 2328k 0 0:01:42 0:00:19 0:01:23 2228k 19 232M 19 45.2M 0 0 2302k 0 0:01:43 0:00:20 0:01:23 2076k 20 232M 20 46.8M 0 0 2270k 0 0:01:44 0:00:21 0:01:23 2000k 21 232M 21 48.8M 0 0 2260k 0 0:01:45 0:00:22 0:01:23 2001k 21 232M 21 50.0M 0 0 2215k 0 0:01:47 0:00:23 0:01:24 1731k 22 232M 22 51.6M 0 0 2190k 0 0:01:48 0:00:24 0:01:24 1663k 22 232M 22 52.8M 0 0 2151k 0 0:01:50 0:00:25 0:01:25 1543k 23 232M 23 54.3M 0 0 2128k 0 0:01:51 0:00:26 0:01:25 1526k 23 232M 23 55.5M 0 0 2097k 0 0:01:53 0:00:27 0:01:26 1372k 24 232M 24 57.7M 0 0 2098k 0 0:01:53 0:00:28 0:01:25 1558k 25 232M 25 58.8M 0 0 2065k 0 0:01:55 0:00:29 0:01:26 1465k 26 232M 26 60.9M 0 0 2068k 0 0:01:55 0:00:30 0:01:25 1654k 26 232M 26 62.6M 0 0 2061k 0 0:01:55 0:00:31 0:01:24 1708k 27 232M 27 64.9M 0 0 2069k 0 0:01:54 0:00:32 0:01:22 1921k 28 232M 28 66.5M 0 0 2054k 0 0:01:55 0:00:33 0:01:22 1809k 29 232M 29 67.4M 0 0 2022k 0 0:01:57 0:00:34 0:01:23 1772k 29 232M 29 69.3M 0 0 2020k 0 0:01:57 0:00:35 0:01:22 1725k 30 232M 30 70.9M 0 0 2011k 0 0:01:58 0:00:36 0:01:22 1702k 31 232M 31 73.4M 0 0 2025k 0 0:01:57 0:00:37 0:01:20 1738k 32 232M 32 75.5M 0 0 2028k 0 0:01:57 0:00:38 0:01:19 1852k 33 232M 33 77.9M 0 0 2039k 0 0:01:56 0:00:39 0:01:17 2151k 34 232M 34 81.2M 0 0 2072k 0 0:01:54 0:00:40 0:01:14 2436k 35 232M 35 83.1M 0 0 2069k 0 0:01:54 0:00:41 0:01:13 2492k 36 232M 36 85.3M 0 0 2073k 0 0:01:54 0:00:42 0:01:12 2436k 37 232M 37 86.9M 0 0 2063k 0 0:01:55 0:00:43 0:01:12 2331k 38 232M 38 88.3M 0 0 2049k 0 0:01:56 0:00:44 0:01:12 2132k 39 232M 39 90.7M 0 0 2059k 0 0:01:55 0:00:45 0:01:10 1954k 40 232M 40 94.3M 0 0 2094k 0 0:01:53 0:00:46 0:01:07 2295k 41 232M 41 96.5M 0 0 2097k 0 0:01:53 0:00:47 0:01:06 2301k 42 232M 42 99.3M 0 0 2112k 0 0:01:52 0:00:48 0:01:04 2535k 43 232M 43 101M 0 0 2105k 0 0:01:53 0:00:49 0:01:04 2595k 44 232M 44 102M 0 0 2101k 0 0:01:53 0:00:50 0:01:03 2486k 44 232M 44 104M 0 0 2082k 0 0:01:54 0:00:51 0:01:03 1977k 45 232M 45 106M 0 0 2087k 0 0:01:53 0:00:52 0:01:01 1987k 46 232M 46 108M 0 0 2086k 0 0:01:54 0:00:53 0:01:01 1833k 47 232M 47 110M 0 0 2087k 0 0:01:54 0:00:54 0:01:00 1908k 48 232M 48 111M 0 0 2075k 0 0:01:54 0:00:55 0:00:59 1807k 48 232M 48 113M 0 0 2073k 0 0:01:54 0:00:56 0:00:58 1981k 49 232M 49 115M 0 0 2071k 0 0:01:54 0:00:57 0:00:57 1905k 50 232M 50 116M 0 0 2059k 0 0:01:55 0:00:58 0:00:57 1774k 51 232M 51 118M 0 0 2059k 0 0:01:55 0:00:59 0:00:56 1764k 51 232M 51 120M 0 0 2055k 0 0:01:55 0:01:00 0:00:55 1834k 53 232M 53 123M 0 0 2062k 0 0:01:55 0:01:01 0:00:54 1938k 53 232M 53 124M 0 0 2045k 0 0:01:56 0:01:02 0:00:54 1747k 54 232M 54 125M 0 0 2036k 0 0:01:56 0:01:03 0:00:53 1764k 54 232M 54 127M 0 0 2030k 0 0:01:57 0:01:04 0:00:53 1686k 55 232M 55 129M 0 0 2031k 0 0:01:57 0:01:05 0:00:52 1745k 56 232M 56 130M 0 0 2027k 0 0:01:57 0:01:06 0:00:51 1596k 57 232M 57 132M 0 0 2028k 0 0:01:57 0:01:07 0:00:50 1812k 57 232M 57 134M 0 0 2024k 0 0:01:57 0:01:08 0:00:49 1874k 58 232M 58 136M 0 0 2015k 0 0:01:58 0:01:09 0:00:49 1824k 59 232M 59 137M 0 0 2014k 0 0:01:58 0:01:10 0:00:48 1799k 60 232M 60 140M 0 0 2015k 0 0:01:58 0:01:11 0:00:47 1858k 61 232M 61 142M 0 0 2023k 0 0:01:57 0:01:12 0:00:45 1960k 62 232M 62 145M 0 0 2035k 0 0:01:56 0:01:13 0:00:43 2188k 63 232M 63 148M 0 0 2045k 0 0:01:56 0:01:14 0:00:42 2458k 64 232M 64 149M 0 0 2042k 0 0:01:56 0:01:15 0:00:41 2426k 65 232M 65 152M 0 0 2045k 0 0:01:56 0:01:16 0:00:40 2477k 66 232M 66 154M 0 0 2053k 0 0:01:55 0:01:17 0:00:38 2491k 67 232M 67 156M 0 0 2051k 0 0:01:55 0:01:18 0:00:37 2284k 68 232M 68 158M 0 0 2051k 0 0:01:55 0:01:19 0:00:36 2134k 68 232M 68 160M 0 0 2048k 0 0:01:56 0:01:20 0:00:36 2146k 69 232M 69 161M 0 0 2043k 0 0:01:56 0:01:21 0:00:35 2002k 70 232M 70 163M 0 0 2044k 0 0:01:56 0:01:22 0:00:34 1896k 71 232M 71 165M 0 0 2040k 0 0:01:56 0:01:23 0:00:33 1864k 72 232M 72 168M 0 0 2047k 0 0:01:56 0:01:24 0:00:32 1984k 72 232M 72 169M 0 0 2039k 0 0:01:56 0:01:25 0:00:31 1888k 73 232M 73 171M 0 0 2040k 0 0:01:56 0:01:26 0:00:30 1999k 74 232M 74 173M 0 0 2042k 0 0:01:56 0:01:27 0:00:29 2012k 75 232M 75 175M 0 0 2039k 0 0:01:56 0:01:28 0:00:28 2032k 76 232M 76 177M 0 0 2038k 0 0:01:56 0:01:29 0:00:27 1894k 77 232M 77 180M 0 0 2051k 0 0:01:56 0:01:30 0:00:26 2256k 78 232M 78 183M 0 0 2060k 0 0:01:55 0:01:31 0:00:24 2407k 79 232M 79 185M 0 0 2063k 0 0:01:55 0:01:32 0:00:23 2424k 81 232M 81 189M 0 0 2078k 0 0:01:54 0:01:33 0:00:21 2762k 81 232M 81 190M 0 0 2069k 0 0:01:54 0:01:34 0:00:20 2611k 82 232M 82 192M 0 0 2068k 0 0:01:55 0:01:35 0:00:20 2381k 83 232M 83 193M 0 0 2061k 0 0:01:55 0:01:36 0:00:19 2072k 84 232M 84 196M 0 0 2066k 0 0:01:55 0:01:37 0:00:18 2130k 85 232M 85 199M 0 0 2077k 0 0:01:54 0:01:38 0:00:16 2050k 86 232M 86 202M 0 0 2087k 0 0:01:53 0:01:39 0:00:14 2435k 88 232M 88 204M 0 0 2095k 0 0:01:53 0:01:40 0:00:13 2614k 89 232M 89 207M 0 0 2097k 0 0:01:53 0:01:41 0:00:12 2787k 90 232M 90 209M 0 0 2098k 0 0:01:53 0:01:42 0:00:11 2709k 90 232M 90 211M 0 0 2095k 0 0:01:53 0:01:43 0:00:10 2456k 92 232M 92 213M 0 0 2102k 0 0:01:53 0:01:44 0:00:09 2390k 92 232M 92 215M 0 0 2097k 0 0:01:53 0:01:45 0:00:08 2121k 93 232M 93 217M 0 0 2099k 0 0:01:53 0:01:46 0:00:07 2144k 94 232M 94 219M 0 0 2094k 0 0:01:53 0:01:47 0:00:06 2026k 94 232M 94 220M 0 0 2089k 0 0:01:53 0:01:48 0:00:05 1967k 96 232M 96 224M 0 0 2109k 0 0:01:52 0:01:49 0:00:03 2260k 98 232M 98 228M 0 0 2127k 0 0:01:51 0:01:50 0:00:01 2776k 99 232M 99 232M 0 0 2138k 0 0:01:51 0:01:51 --:--:-- 2975k 100 232M 100 232M 0 0 2139k 0 0:01:51 0:01:51 --:--:-- 3321k +info: extracting RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz for +package gnu-plct-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ CHECK_RESULT 1 0 0 'Check ruyi install package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install package failed' ++ LOG_ERROR 'Check ruyi install package failed' ++ message='Check ruyi install package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install package failed' +Wed Nov 29 18:32:42 2023 - ERROR - Check ruyi install package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 52' ++ message='oe_test_ruyi_cachedir.sh line 52' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 52' +Wed Nov 29 18:32:42 2023 - ERROR - oe_test_ruyi_cachedir.sh line 52 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi install gnu-plct ++ grep 'skipping already installed package' ++ CHECK_RESULT 1 0 0 'Check ruyi install duplicate package failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi install duplicate package failed' ++ LOG_ERROR 'Check ruyi install duplicate package failed' ++ message='Check ruyi install duplicate package failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi install duplicate package failed' +Wed Nov 29 18:32:44 2023 - ERROR - Check ruyi install duplicate package failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 54' ++ message='oe_test_ruyi_cachedir.sh line 54' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 54' +Wed Nov 29 18:32:44 2023 - ERROR - oe_test_ruyi_cachedir.sh line 54 ++ '[' 0 -eq 1 ']' ++ return 0 ++ '[' -d /root/.cache/test/ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create xdg based cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create xdg based cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/ruyi ']' ++ CHECK_RESULT 0 0 1 'Check ruyi create default cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi create default cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 1 -eq 0 ']' ++ test 0x == 0x ++ test -n 'Check ruyi create default cache directory failed' ++ LOG_ERROR 'Check ruyi create default cache directory failed' ++ message='Check ruyi create default cache directory failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi create default cache directory failed' +Wed Nov 29 18:32:44 2023 - ERROR - Check ruyi create default cache directory failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 59' ++ message='oe_test_ruyi_cachedir.sh line 59' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 59' +Wed Nov 29 18:32:44 2023 - ERROR - oe_test_ruyi_cachedir.sh line 59 ++ '[' 0 -eq 1 ']' ++ return 0 ++ rm -rf /root/.cache/test ++ export XDG_CACHE_HOME= ++ XDG_CACHE_HOME= ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:32:45 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:32:45 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:32:45 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmpb4t4uc4b ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpb4t4uc4b ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpb4t4uc4b +Wed Nov 29 18:33:11 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:33:11 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_23_14.log b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_23_14.log new file mode 100644 index 0000000000000000000000000000000000000000..cf6c287c07709a9f00693ee735cd4a4a02009d71 --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_23_14.log @@ -0,0 +1,218 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa ++ grep expect +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:23:14 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmprmgng2s9 ++ '[' -z '' ']' ++ tmpfile=/tmp/tmprmgng2s9 ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmprmgng2s9 ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmprmgng2s9 +Wed Nov 29 18:26:32 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmprmgng2s9 ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 10.3M 5 588k 0 0 749k 0 0:00:14 --:--:-- 0:00:14 749k 17 10.3M 17 1840k 0 0 1027k 0 0:00:10 0:00:01 0:00:09 1027k 29 10.3M 29 3100k 0 0 1107k 0 0:00:09 0:00:02 0:00:07 1107k 47 10.3M 47 5028k 0 0 1329k 0 0:00:07 0:00:03 0:00:04 1329k 75 10.3M 75 7944k 0 0 1658k 0 0:00:06 0:00:04 0:00:02 1658k 100 10.3M 100 10.3M 0 0 1924k 0 0:00:05 0:00:05 --:--:-- 2121k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:26:37 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:26:37 2023 - INFO - Start to run test. ++ ruyi update ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu +.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 232M 1 2602k 0 0 2136k 0 0:01:51 0:00:01 0:01:50 2137k 2 232M 2 5990k 0 0 2935k 0 0:01:21 0:00:02 0:01:19 2935k 3 232M 3 8102k 0 0 2664k 0 0:01:29 0:00:03 0:01:26 2664k 4 232M 4 10.5M 0 0 2682k 0 0:01:28 0:00:04 0:01:24 2682k 5 232M 5 12.6M 0 0 2561k 0 0:01:32 0:00:05 0:01:27 2597k 6 232M 6 14.6M 0 0 2466k 0 0:01:36 0:00:06 0:01:30 2548k 6 232M 6 15.8M 0 0 2217k 0 0:01:47 0:00:07 0:01:40 1938k 6 232M 6 15.9M 0 0 2022k 0 0:01:57 0:00:08 0:01:49 1633k 7 232M 7 16.3M 0 0 1845k 0 0:02:08 0:00:09 0:01:59 1170k 7 232M 7 17.6M 0 0 1801k 0 0:02:12 0:00:10 0:02:02 1033k 8 232M 8 20.0M 0 0 1860k 0 0:02:07 0:00:11 0:01:56 1118k 9 232M 9 23.0M 0 0 1962k 0 0:02:01 0:00:12 0:01:49 1570k 11 232M 11 26.3M 0 0 2065k 0 0:01:55 0:00:13 0:01:42 2133k 12 232M 12 29.3M 0 0 2136k 0 0:01:51 0:00:14 0:01:37 2658k 12 232M 12 30.1M 0 0 2053k 0 0:01:55 0:00:15 0:01:40 2560k 13 232M 13 31.5M 0 0 2013k 0 0:01:58 0:00:16 0:01:42 2351k 13 232M 13 32.3M 0 0 1942k 0 0:02:02 0:00:17 0:01:45 1896k 14 232M 14 33.6M 0 0 1909k 0 0:02:04 0:00:18 0:01:46 1503k 15 232M 15 35.3M 0 0 1897k 0 0:02:05 0:00:19 0:01:46 1226k 16 232M 16 37.2M 0 0 1902k 0 0:02:05 0:00:20 0:01:45 1447k 17 232M 17 39.8M 0 0 1940k 0 0:02:02 0:00:21 0:01:41 1707k 17 232M 17 41.2M 0 0 1916k 0 0:02:04 0:00:22 0:01:42 1826k 17 232M 17 41.5M 0 0 1844k 0 0:02:09 0:00:23 0:01:46 1609k 18 232M 18 43.0M 0 0 1832k 0 0:02:09 0:00:24 0:01:45 1579k 19 232M 19 46.0M 0 0 1883k 0 0:02:06 0:00:25 0:01:41 1806k 20 232M 20 47.5M 0 0 1868k 0 0:02:07 0:00:26 0:01:41 1565k 21 232M 21 50.7M 0 0 1919k 0 0:02:03 0:00:27 0:01:36 1933k 23 232M 23 54.4M 0 0 1987k 0 0:01:59 0:00:28 0:01:31 2644k 26 232M 26 60.5M 0 0 2132k 0 0:01:51 0:00:29 0:01:22 3570k 27 232M 27 64.8M 0 0 2209k 0 0:01:47 0:00:30 0:01:17 3844k 29 232M 29 67.7M 0 0 2234k 0 0:01:46 0:00:31 0:01:15 4140k 30 232M 30 71.5M 0 0 2285k 0 0:01:44 0:00:32 0:01:12 4271k 31 232M 31 73.5M 0 0 2279k 0 0:01:44 0:00:33 0:01:11 3916k 32 232M 32 76.1M 0 0 2291k 0 0:01:43 0:00:34 0:01:09 3216k 33 232M 33 78.5M 0 0 2293k 0 0:01:43 0:00:35 0:01:08 2792k 34 232M 34 80.4M 0 0 2284k 0 0:01:44 0:00:36 0:01:08 2596k 35 232M 35 81.8M 0 0 2262k 0 0:01:45 0:00:37 0:01:08 2111k 35 232M 35 83.1M 0 0 2236k 0 0:01:46 0:00:38 0:01:08 1958k 36 232M 36 84.7M 0 0 2222k 0 0:01:47 0:00:39 0:01:08 1758k 37 232M 37 87.0M 0 0 2226k 0 0:01:46 0:00:40 0:01:06 1753k 38 232M 38 88.5M 0 0 2210k 0 0:01:47 0:00:41 0:01:06 1674k 38 232M 38 89.9M 0 0 2191k 0 0:01:48 0:00:42 0:01:06 1668k 42 232M 42 97.9M 0 0 2330k 0 0:01:42 0:00:43 0:00:59 3042k 43 232M 43 102M 0 0 2373k 0 0:01:40 0:00:44 0:00:56 3550k 45 232M 45 105M 0 0 2401k 0 0:01:39 0:00:45 0:00:54 3809k 46 232M 46 107M 0 0 2394k 0 0:01:39 0:00:46 0:00:53 3906k 47 232M 47 110M 0 0 2402k 0 0:01:39 0:00:47 0:00:52 4181k 48 232M 48 113M 0 0 2424k 0 0:01:38 0:00:48 0:00:50 3229k 49 232M 49 115M 0 0 2413k 0 0:01:38 0:00:49 0:00:49 2769k 50 232M 50 118M 0 0 2414k 0 0:01:38 0:00:50 0:00:48 2531k 51 232M 51 118M 0 0 2382k 0 0:01:39 0:00:51 0:00:48 2276k 51 232M 51 119M 0 0 2349k 0 0:01:41 0:00:52 0:00:49 1853k 51 232M 51 120M 0 0 2316k 0 0:01:42 0:00:53 0:00:49 1285k 52 232M 52 121M 0 0 2294k 0 0:01:43 0:00:54 0:00:49 1128k 53 232M 53 123M 0 0 2291k 0 0:01:43 0:00:55 0:00:48 1059k 53 232M 53 125M 0 0 2288k 0 0:01:43 0:00:56 0:00:47 1322k 54 232M 54 126M 0 0 2273k 0 0:01:44 0:00:57 0:00:47 1470k 55 232M 55 128M 0 0 2271k 0 0:01:44 0:00:58 0:00:46 1786k 55 232M 55 129M 0 0 2250k 0 0:01:45 0:00:59 0:00:46 1772k 56 232M 56 131M 0 0 2235k 0 0:01:46 0:01:00 0:00:46 1615k 57 232M 57 133M 0 0 2237k 0 0:01:46 0:01:01 0:00:45 1667k 58 232M 58 135M 0 0 2229k 0 0:01:46 0:01:02 0:00:44 1733k 58 232M 58 137M 0 0 2226k 0 0:01:46 0:01:03 0:00:43 1711k 60 232M 60 139M 0 0 2230k 0 0:01:46 0:01:04 0:00:42 1998k 60 232M 60 141M 0 0 2221k 0 0:01:47 0:01:05 0:00:42 2057k 61 232M 61 142M 0 0 2205k 0 0:01:47 0:01:06 0:00:41 1812k 61 232M 61 143M 0 0 2195k 0 0:01:48 0:01:07 0:00:41 1775k 62 232M 62 144M 0 0 2179k 0 0:01:49 0:01:08 0:00:41 1577k 62 232M 62 145M 0 0 2156k 0 0:01:50 0:01:09 0:00:41 1205k 62 232M 62 146M 0 0 2138k 0 0:01:51 0:01:10 0:00:41 1058k 63 232M 63 148M 0 0 2134k 0 0:01:51 0:01:11 0:00:40 1190k 64 232M 64 149M 0 0 2123k 0 0:01:52 0:01:12 0:00:40 1157k 64 232M 64 150M 0 0 2115k 0 0:01:52 0:01:13 0:00:39 1245k 65 232M 65 152M 0 0 2105k 0 0:01:53 0:01:14 0:00:39 1392k 66 232M 66 153M 0 0 2100k 0 0:01:53 0:01:15 0:00:38 1560k 66 232M 66 155M 0 0 2091k 0 0:01:53 0:01:16 0:00:37 1479k 67 232M 67 157M 0 0 2087k 0 0:01:54 0:01:17 0:00:37 1561k 68 232M 68 158M 0 0 2077k 0 0:01:54 0:01:18 0:00:36 1533k 68 232M 68 159M 0 0 2066k 0 0:01:55 0:01:19 0:00:36 1503k 69 232M 69 160M 0 0 2056k 0 0:01:55 0:01:20 0:00:35 1408k 69 232M 69 161M 0 0 2040k 0 0:01:56 0:01:21 0:00:35 1267k 70 232M 70 163M 0 0 2044k 0 0:01:56 0:01:22 0:00:34 1387k 71 232M 71 166M 0 0 2052k 0 0:01:55 0:01:23 0:00:32 1656k 72 232M 72 169M 0 0 2059k 0 0:01:55 0:01:24 0:00:31 1939k 73 232M 73 171M 0 0 2059k 0 0:01:55 0:01:25 0:00:30 2096k 74 232M 74 172M 0 0 2057k 0 0:01:55 0:01:26 0:00:29 2331k 75 232M 75 174M 0 0 2054k 0 0:01:55 0:01:27 0:00:28 2227k 75 232M 75 176M 0 0 2049k 0 0:01:56 0:01:28 0:00:28 1998k 76 232M 76 178M 0 0 2048k 0 0:01:56 0:01:29 0:00:27 1872k 77 232M 77 180M 0 0 2047k 0 0:01:56 0:01:30 0:00:26 1852k 78 232M 78 181M 0 0 2043k 0 0:01:56 0:01:31 0:00:25 1809k 79 232M 79 183M 0 0 2043k 0 0:01:56 0:01:32 0:00:24 1848k 79 232M 79 184M 0 0 2032k 0 0:01:57 0:01:33 0:00:24 1731k 79 232M 79 185M 0 0 2020k 0 0:01:57 0:01:34 0:00:23 1516k 80 232M 80 187M 0 0 2015k 0 0:01:58 0:01:35 0:00:23 1430k 80 232M 80 188M 0 0 2005k 0 0:01:58 0:01:36 0:00:22 1314k 81 232M 81 189M 0 0 1999k 0 0:01:59 0:01:37 0:00:22 1185k 82 232M 82 190M 0 0 1990k 0 0:01:59 0:01:38 0:00:21 1210k 82 232M 82 191M 0 0 1982k 0 0:02:00 0:01:39 0:00:21 1271k 83 232M 83 193M 0 0 1978k 0 0:02:00 0:01:40 0:00:20 1273k 83 232M 83 194M 0 0 1975k 0 0:02:00 0:01:41 0:00:19 1390k 84 232M 84 196M 0 0 1971k 0 0:02:00 0:01:42 0:00:18 1424k 85 232M 85 198M 0 0 1967k 0 0:02:00 0:01:43 0:00:17 1529k 85 232M 85 199M 0 0 1959k 0 0:02:01 0:01:44 0:00:17 1500k 86 232M 86 200M 0 0 1955k 0 0:02:01 0:01:45 0:00:16 1500k 86 232M 86 201M 0 0 1948k 0 0:02:02 0:01:46 0:00:16 1416k 87 232M 87 203M 0 0 1942k 0 0:02:02 0:01:47 0:00:15 1360k 88 232M 88 204M 0 0 1938k 0 0:02:02 0:01:48 0:00:14 1323k 88 232M 88 206M 0 0 1937k 0 0:02:02 0:01:49 0:00:13 1486k 90 232M 90 209M 0 0 1946k 0 0:02:02 0:01:50 0:00:12 1769k 90 232M 90 210M 0 0 1933k 0 0:02:03 0:01:51 0:00:12 1625k 90 232M 90 210M 0 0 1926k 0 0:02:03 0:01:52 0:00:11 1566k 90 232M 90 211M 0 0 1913k 0 0:02:04 0:01:53 0:00:11 1388k 91 232M 91 212M 0 0 1909k 0 0:02:04 0:01:54 0:00:10 1290k 92 232M 92 214M 0 0 1912k 0 0:02:04 0:01:55 0:00:09 1143k 93 232M 93 217M 0 0 1921k 0 0:02:03 0:01:56 0:00:07 1647k 95 232M 95 221M 0 0 1936k 0 0:02:02 0:01:57 0:00:05 2168k 96 232M 96 224M 0 0 1943k 0 0:02:02 0:01:58 0:00:04 2612k 97 232M 97 226M 0 0 1949k 0 0:02:02 0:01:59 0:00:03 2858k 98 232M 98 229M 0 0 1957k 0 0:02:01 0:02:00 0:00:01 2991k 99 232M 99 230M 0 0 1950k 0 0:02:01 0:02:01 --:--:-- 2624k 99 232M 99 231M 0 0 1944k 0 0:02:02 0:02:02 --:--:-- 2132k 100 232M 100 232M 0 0 1934k 0 0:02:03 0:02:03 --:--:-- 1715k +info: extracting RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz for +package gnu-plct-0.20231118.0 +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 264, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 29, in do_unpack_tar + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 389, in call + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1026, in __init__ + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/subprocess.py", line 1950, in _execute_child +FileNotFoundError: [Errno 2] No such file or directory: 'tar' ++ ruyi venv --toolchain gnu-plct milkv-duo test-venv ++ grep 'The virtual environment is now created.' ++ CHECK_RESULT 1 0 0 'Check ruyi venv install failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv install failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi venv install failed' ++ LOG_ERROR 'Check ruyi venv install failed' ++ message='Check ruyi venv install failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi venv install failed' +Wed Nov 29 18:28:45 2023 - ERROR - Check ruyi venv install failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 35' ++ message='oe_test_ruyi_venv.sh line 35' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 35' +Wed Nov 29 18:28:45 2023 - ERROR - oe_test_ruyi_venv.sh line 35 ++ '[' 0 -eq 1 ']' ++ return 0 ++ '[' -f ./test-venv/bin/ruyi-activate ']' ++ CHECK_RESULT 1 0 0 'Check ruyi venv activate file failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv activate file failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi venv activate file failed' ++ LOG_ERROR 'Check ruyi venv activate file failed' ++ message='Check ruyi venv activate file failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi venv activate file failed' +Wed Nov 29 18:28:45 2023 - ERROR - Check ruyi venv activate file failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 37' ++ message='oe_test_ruyi_venv.sh line 37' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 37' +Wed Nov 29 18:28:45 2023 - ERROR - oe_test_ruyi_venv.sh line 37 ++ '[' 0 -eq 1 ']' ++ return 0 ++ oldps1= ++ source ./test-venv/bin/ruyi-activate +oe_test_ruyi_venv.sh: line 39: ./test-venv/bin/ruyi-activate: No such file or directory ++ echo '' ++ grep test-venv ++ CHECK_RESULT 1 0 0 'Check activate ruyi venv PS1 failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check activate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check activate ruyi venv PS1 failed' ++ LOG_ERROR 'Check activate ruyi venv PS1 failed' ++ message='Check activate ruyi venv PS1 failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check activate ruyi venv PS1 failed' +Wed Nov 29 18:28:45 2023 - ERROR - Check activate ruyi venv PS1 failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_venv.sh line 41' ++ message='oe_test_ruyi_venv.sh line 41' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_venv.sh line 41' +Wed Nov 29 18:28:45 2023 - ERROR - oe_test_ruyi_venv.sh line 41 ++ '[' 0 -eq 1 ']' ++ return 0 ++ ruyi-deactivate +oe_test_ruyi_venv.sh: line 42: ruyi-deactivate: command not found ++ '[' '' == '' ']' ++ CHECK_RESULT 0 0 0 'Check deactivate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check deactivate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ rm -rf test-venv ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:28:45 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 3 ++ test 3 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:28:45 2023 - ERROR - failed to execute the case. ++ exit 3 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:28:45 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmprmgng2s9 ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmprmgng2s9 ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmprmgng2s9 +Wed Nov 29 18:29:19 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:29:19 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_05_09.log b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_05_09.log new file mode 100644 index 0000000000000000000000000000000000000000..3ff3d13a05d9f7096d2c14c44337f51637a83020 --- /dev/null +++ b/pre_round3/mugen/build_90/oE2309-x86_64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_05_09.log @@ -0,0 +1,171 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ grep expect ++ rpm -qa +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:05:09 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' ++ tmpfile2=/tmp/tmpunnw2_lb ++ '[' -z '' ']' ++ tmpfile=/tmp/tmpunnw2_lb ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z /tmp/tmpunnw2_lb ']' +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile /tmp/tmpunnw2_lb +Wed Nov 29 18:07:37 2023 - INFO - unsupported package manager: apt-get ++ tmpfile2= ++ '[' -z /tmp/tmpunnw2_lb ']' ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' x86_64 == riscv64 ']' ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.amd64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 10.3M 3 342k 0 0 410k 0 0:00:25 --:--:-- 0:00:25 411k 6 10.3M 6 726k 0 0 396k 0 0:00:26 0:00:01 0:00:25 396k 10 10.3M 10 1114k 0 0 393k 0 0:00:26 0:00:02 0:00:24 393k 14 10.3M 14 1514k 0 0 394k 0 0:00:26 0:00:03 0:00:23 394k 18 10.3M 18 1954k 0 0 403k 0 0:00:26 0:00:04 0:00:22 403k 22 10.3M 22 2350k 0 0 403k 0 0:00:26 0:00:05 0:00:21 401k 25 10.3M 25 2738k 0 0 400k 0 0:00:26 0:00:06 0:00:20 402k 30 10.3M 30 3238k 0 0 413k 0 0:00:25 0:00:07 0:00:18 424k 36 10.3M 36 3818k 0 0 431k 0 0:00:24 0:00:08 0:00:16 461k 43 10.3M 43 4570k 0 0 464k 0 0:00:22 0:00:09 0:00:13 524k 49 10.3M 49 5250k 0 0 484k 0 0:00:21 0:00:10 0:00:11 579k 60 10.3M 60 6414k 0 0 542k 0 0:00:19 0:00:11 0:00:08 735k 67 10.3M 67 7142k 0 0 556k 0 0:00:18 0:00:12 0:00:06 781k 73 10.3M 73 7754k 0 0 560k 0 0:00:18 0:00:13 0:00:05 788k 80 10.3M 80 8482k 0 0 572k 0 0:00:18 0:00:14 0:00:04 782k 88 10.3M 88 9302k 0 0 587k 0 0:00:17 0:00:15 0:00:02 811k 100 10.3M 100 10.3M 0 0 627k 0 0:00:16 0:00:16 --:--:-- 828k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:07:54 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:07:54 2023 - INFO - Start to run test. ++ ruyi update +++ ruyi list +++ head -n 1 +++ grep -e '^* toolchain' +++ cut -d/ -f 2 ++ pkgname=gnu-plct ++ http_proxy=http://wrong.proxy ++ https_proxy=http://wrong.proxy ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-pl +ct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu +.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 26, in ensure +FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 253, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 29, in ensure + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 65, in fetch_and_ensure_integrity + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/fetch.py", line 90, in fetch +RuntimeError: failed to fetch distfile: command 'curl --retry 3 --connect-timeout 60 --ftp-pasv -o /root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-riscv64-plct-linux-gnu.tar.xz' returned 5 ++ CHECK_RESULT 1 0 1 'Check ruyi install package from wrong proxy failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi install package from wrong proxy failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi install gnu-plct ++ grep downloading +info: downloading ++ CHECK_RESULT 0 0 0 'Check ruyi reinstall package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi reinstall package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:16:08 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:16:08 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:16:08 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z /tmp/tmpunnw2_lb ]] ++ '[' 0 -ne 0 ']' ++ '[' 1 == 0 ']' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpunnw2_lb ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmpunnw2_lb +Wed Nov 29 18:17:32 2023 - INFO - unsupported package manager: apt-get +(0, None) ++ '[' 0 -ne 0 ']' ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:17:32 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_00.log b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_00.log new file mode 100644 index 0000000000000000000000000000000000000000..0f218a2f94eb4ea2c6301705e07f3728cae006e3 --- /dev/null +++ b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi/2023-11-29-18_06_00.log @@ -0,0 +1,435 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:06:00 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:06:01 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:06:05 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 10.1M 3 338k 0 0 661k 0 0:00:15 --:--:-- 0:00:15 661k 100 10.1M 100 10.1M 0 0 9288k 0 0:00:01 0:00:01 --:--:-- 9295k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:06:06 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:06:06 2023 - INFO - Start to run test. ++ ruyi +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... +ruyi: error: the following arguments are required: {extract,install,i,list,update,venv,admin} ++ CHECK_RESULT 2 0 1 'Check ruyi empty cmdline failed' ++ actual_result=2 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi empty cmdline failed' ++ exit_mode=0 ++ '[' -z 2 ']' ++ '[' 1 -eq 0 ']' ++ test 2x == 0x ++ return 0 ++ ruyi ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi empty cmdline help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty cmdline help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi -h ++ grep usage +usage: ruyi [-h] {extract,install,i,list,update,venv,admin} ... ++ CHECK_RESULT 0 0 0 'Check ruyi help failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi help failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ '[' -d /root/.cache//ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* ' +++ wc -l ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list profiles +generic +sipeed-lpi4a (needs flavor(s): {'xthead'}) +milkv-duo ++ CHECK_RESULT 0 0 0 'Check ruyi profile failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi profile failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* toolchain' +++ head -n 1 +++ cut -d/ -f 2 ++ pkgname=gnu-plct-xthead ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-HOST-ris +cv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-g +nu-riscv64-plctxthead-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 260M 1 4909k 0 0 6234k 0 0:00:42 --:--:-- 0:00:42 6230k 8 260M 8 22.1M 0 0 12.4M 0 0:00:20 0:00:01 0:00:19 12.4M 15 260M 15 39.9M 0 0 14.2M 0 0:00:18 0:00:02 0:00:16 14.2M 22 260M 22 57.2M 0 0 15.1M 0 0:00:17 0:00:03 0:00:14 15.1M 28 260M 28 74.2M 0 0 15.4M 0 0:00:16 0:00:04 0:00:12 15.4M 35 260M 35 91.1M 0 0 15.7M 0 0:00:16 0:00:05 0:00:11 17.3M 41 260M 41 108M 0 0 16.0M 0 0:00:16 0:00:06 0:00:10 17.2M 48 260M 48 125M 0 0 16.1M 0 0:00:16 0:00:07 0:00:09 17.2M 55 260M 55 143M 0 0 16.3M 0 0:00:15 0:00:08 0:00:07 17.2M 61 260M 61 161M 0 0 16.4M 0 0:00:15 0:00:09 0:00:06 17.4M 68 260M 68 178M 0 0 16.5M 0 0:00:15 0:00:10 0:00:05 17.4M 75 260M 75 196M 0 0 16.6M 0 0:00:15 0:00:11 0:00:04 17.4M 82 260M 82 213M 0 0 16.7M 0 0:00:15 0:00:12 0:00:03 17.5M 88 260M 88 231M 0 0 16.7M 0 0:00:15 0:00:13 0:00:02 17.5M 95 260M 95 248M 0 0 16.8M 0 0:00:15 0:00:14 0:00:01 17.5M 100 260M 100 260M 0 0 16.8M 0 0:00:15 0:00:15 --:--:-- 17.5M +info: extracting +RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-gnu-riscv64-plctxthead-linux- +gnu.tar.xz for package gnu-plct-xthead-0.20231118.0 +info: package gnu-plct-xthead-0.20231118.0 installed to +/root/.cache/ruyi/binaries/riscv64/gnu-plct-xthead-0.20231118.0 ++ CHECK_RESULT 0 0 0 'Check ruyi install package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep 'skipping already installed package' +info: skipping already installed package gnu-plct-xthead-0.20231118.0 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi install name:gnu-plct-xthead ++ grep 'skipping already installed package' +info: skipping already installed package gnu-plct-xthead-0.20231118.0 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package by name failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package by name failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* source' +++ head -n 1 +++ cut -d/ -f 2 ++ pkgname=ruyisdk-demo ++ mkdir source-test ++ cd source-test ++ ruyi extract ruyisdk-demo +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe +1b17125758b5e.src.tar.zst to +/root/.cache/ruyi/distfiles/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5 +e.src.tar.zst + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 671 100 671 0 0 1728 0 --:--:-- --:--:-- --:--:-- 1733 +info: extracting +ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5e.src.tar.zst for package +ruyisdk-demo-0.20231114.0 +tar (child): zstd: Cannot exec: No such file or directory +tar (child): Error is not recoverable: exiting now +tar: Child returned status 2 +tar: Error is not recoverable: exiting now +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 184, in cli_extract + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 73, in unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 15, in do_unpack + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/unpack.py", line 31, in do_unpack_tar +RuntimeError: untar failed: command tar -x -f /root/.cache/ruyi/distfiles/ruyisdk-demo-f3d5f81e9c1ccda7ee3e4390dbe1b17125758b5e.src.tar.zst --strip-components=2 returned 2 ++ CHECK_RESULT 1 0 0 'Check ruyi extract failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract failed' ++ LOG_ERROR 'Check ruyi extract failed' ++ message='Check ruyi extract failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract failed' +Wed Nov 29 18:08:33 2023 - ERROR - Check ruyi extract failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 69' ++ message='oe_test_ruyi.sh line 69' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 69' +Wed Nov 29 18:08:33 2023 - ERROR - oe_test_ruyi.sh line 69 ++ '[' 0 -eq 1 ']' ++ return 0 +++ ls ++ '[' '' '!=' '' ']' ++ CHECK_RESULT 1 0 0 'Check ruyi extract dir not enpty failed' ++ actual_result=1 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi extract dir not enpty failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 0 -eq 0 ']' ++ test 1x '!=' 0x ++ test -n 'Check ruyi extract dir not enpty failed' ++ LOG_ERROR 'Check ruyi extract dir not enpty failed' ++ message='Check ruyi extract dir not enpty failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi extract dir not enpty failed' +Wed Nov 29 18:08:33 2023 - ERROR - Check ruyi extract dir not enpty failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi.sh line 71' ++ message='oe_test_ruyi.sh line 71' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi.sh line 71' +Wed Nov 29 18:08:33 2023 - ERROR - oe_test_ruyi.sh line 71 ++ '[' 0 -eq 1 ']' ++ return 0 ++ cd .. ++ rm -rf source-test ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:08:33 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 2 ++ test 2 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:08:33 2023 - ERROR - failed to execute the case. ++ exit 2 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:08:34 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:08:37 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:08:37 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_11_04.log b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_11_04.log new file mode 100644 index 0000000000000000000000000000000000000000..6d1a670b0da96dc18410e79a2c7d7afdffa16b48 --- /dev/null +++ b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_cachedir/2023-11-29-18_11_04.log @@ -0,0 +1,317 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:11:04 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:11:05 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:11:09 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 10.1M 86 8993k 0 0 8562k 0 0:00:01 0:00:01 --:--:-- 8564k 100 10.1M 100 10.1M 0 0 9208k 0 0:00:01 0:00:01 --:--:-- 9205k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:11:11 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:11:11 2023 - INFO - Start to run test. ++ export XDG_CACHE_HOME=/root/.cache/test ++ XDG_CACHE_HOME=/root/.cache/test ++ mkdir /root/.cache/test ++ xdg_ruyi_dir=/root/.cache/test/ruyi ++ default_ruyi_dir=/root/.cache/ruyi ++ ruyi list +List of available packages: + +* emulator/qemu-user-riscv-upstream + - 8.1.2-ruyi.20231121 (latest) +* toolchain/gnu-plct-xthead + - 0.20231118.0 (latest) slug: gnu-plct-xthead-20231118 +* toolchain/gnu-plct + - 0.20231118.0 (latest) slug: gnu-plct-20231118 +* toolchain/llvm-upstream + - 17.0.5-ruyi.20231121 (latest) slug: llvm-upstream-20231121 +* toolchain/gnu-upstream + - 0.20231118.0 (latest) slug: gnu-upstream-20231118 +* source/ruyisdk-demo + - 0.20231114.0 (latest) +* source/coremark + - 1.0.2-pre.20230125 (prerelease, latest-prerelease) + - 1.0.1 (latest) ++ CHECK_RESULT 0 0 0 'Check ruyi empty list failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi empty list failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi update ++ CHECK_RESULT 0 0 0 'Check ruyi update failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi update failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* ' +++ wc -l ++ pkgcnt=7 ++ CHECK_RESULT 7 0 1 'Check ruyi list failed' ++ actual_result=7 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi list failed' ++ exit_mode=0 ++ '[' -z 7 ']' ++ '[' 1 -eq 0 ']' ++ test 7x == 0x ++ return 0 ++ ruyi list ++ grep 'Package declares' ++ CHECK_RESULT 1 0 1 'Check ruyi brief list failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi brief list failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Package declares' +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 2 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): +Package declares 1 distfile(s): ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Binary artifacts' +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts +### Binary artifacts ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose artifacts failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose artifacts failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi list --verbose ++ grep 'Toolchain metadata' +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata +### Toolchain metadata ++ CHECK_RESULT 0 0 0 'Check ruyi list verbose metadata failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi list verbose metadata failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 +++ ruyi list +++ grep -e '^* toolchain' +++ head -n 1 +++ cut -d/ -f 2 ++ pkgname=gnu-plct-xthead ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-HOST-ris +cv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz to +/root/.cache/test/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-li +nux-gnu-riscv64-plctxthead-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 260M 5 14.1M 0 0 10.9M 0 0:00:23 0:00:01 0:00:22 10.9M 12 260M 12 31.5M 0 0 13.7M 0 0:00:18 0:00:02 0:00:16 13.7M 18 260M 18 48.8M 0 0 14.8M 0 0:00:17 0:00:03 0:00:14 14.8M 25 260M 25 65.8M 0 0 15.3M 0 0:00:16 0:00:04 0:00:12 15.3M 32 260M 32 83.6M 0 0 15.7M 0 0:00:16 0:00:05 0:00:11 16.8M 38 260M 38 100M 0 0 16.0M 0 0:00:16 0:00:06 0:00:10 17.4M 45 260M 45 118M 0 0 16.2M 0 0:00:15 0:00:07 0:00:08 17.4M 52 260M 52 136M 0 0 16.4M 0 0:00:15 0:00:08 0:00:07 17.4M 59 260M 59 153M 0 0 16.5M 0 0:00:15 0:00:09 0:00:06 17.5M 65 260M 65 171M 0 0 16.6M 0 0:00:15 0:00:10 0:00:05 17.4M 72 260M 72 188M 0 0 16.6M 0 0:00:15 0:00:11 0:00:04 17.4M 76 260M 76 198M 0 0 16.1M 0 0:00:16 0:00:12 0:00:04 15.9M 82 260M 82 215M 0 0 16.1M 0 0:00:16 0:00:13 0:00:03 15.8M 87 260M 87 228M 0 0 16.0M 0 0:00:16 0:00:14 0:00:02 15.0M 91 260M 91 237M 0 0 15.5M 0 0:00:16 0:00:15 0:00:01 13.3M 95 260M 95 247M 0 0 15.2M 0 0:00:17 0:00:16 0:00:01 11.8M 99 260M 99 258M 0 0 14.9M 0 0:00:17 0:00:17 --:--:-- 12.1M 100 260M 100 260M 0 0 14.9M 0 0:00:17 0:00:17 --:--:-- 10.9M +info: extracting +RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-gnu-riscv64-plctxthead-linux- +gnu.tar.xz for package gnu-plct-xthead-0.20231118.0 +info: package gnu-plct-xthead-0.20231118.0 installed to +/root/.cache/test/ruyi/binaries/riscv64/gnu-plct-xthead-0.20231118.0 ++ CHECK_RESULT 0 0 0 'Check ruyi install package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep 'skipping already installed package' +info: skipping already installed package gnu-plct-xthead-0.20231118.0 ++ CHECK_RESULT 0 0 0 'Check ruyi install duplicate package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi install duplicate package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/test/ruyi ']' ++ CHECK_RESULT 0 0 0 'Check ruyi create xdg based cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi create xdg based cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -d /root/.cache/ruyi ']' ++ CHECK_RESULT 0 0 1 'Check ruyi create default cache directory failed' ++ actual_result=0 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi create default cache directory failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 1 -eq 0 ']' ++ test 0x == 0x ++ test -n 'Check ruyi create default cache directory failed' ++ LOG_ERROR 'Check ruyi create default cache directory failed' ++ message='Check ruyi create default cache directory failed' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'Check ruyi create default cache directory failed' +Wed Nov 29 18:13:23 2023 - ERROR - Check ruyi create default cache directory failed ++ (( exec_result++ )) ++ LOG_ERROR 'oe_test_ruyi_cachedir.sh line 59' ++ message='oe_test_ruyi_cachedir.sh line 59' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'oe_test_ruyi_cachedir.sh line 59' +Wed Nov 29 18:13:23 2023 - ERROR - oe_test_ruyi_cachedir.sh line 59 ++ '[' 0 -eq 1 ']' ++ return 0 ++ rm -rf /root/.cache/test ++ export XDG_CACHE_HOME= ++ XDG_CACHE_HOME= ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:13:27 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z 1 ++ test 1 -gt 0 ++ LOG_ERROR 'failed to execute the case.' ++ message='failed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.' +Wed Nov 29 18:13:27 2023 - ERROR - failed to execute the case. ++ exit 1 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:13:27 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:13:27 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:13:27 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_03_58.log b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_03_58.log new file mode 100644 index 0000000000000000000000000000000000000000..4abc922ed3278e2cafc192e02e57bec244825484 --- /dev/null +++ b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_venv/2023-11-29-18_03_58.log @@ -0,0 +1,218 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:03:58 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:03:59 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:04:03 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.1M 100 10.1M 0 0 9716k 0 0:00:01 0:00:01 --:--:-- 9721k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:04:05 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:04:05 2023 - INFO - Start to run test. ++ ruyi update ++ ruyi install gnu-plct +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-PLCT-Sources-HOST-riscv +64-linux-gnu-riscv64-plct-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-PLCT-Sources-HOST-riscv64-linux-gnu +-riscv64-plct-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 224M 0 1888k 0 0 1566k 0 0:02:26 0:00:01 0:02:25 1566k 2 224M 2 6280k 0 0 2808k 0 0:01:21 0:00:02 0:01:19 2808k 4 224M 4 9725k 0 0 3021k 0 0:01:16 0:00:03 0:01:13 3021k 10 224M 10 24.3M 0 0 5914k 0 0:00:38 0:00:04 0:00:34 5914k 18 224M 18 41.5M 0 0 8141k 0 0:00:28 0:00:05 0:00:23 8678k 25 224M 25 56.2M 0 0 9275k 0 0:00:24 0:00:06 0:00:18 10.8M 32 224M 32 73.5M 0 0 10.2M 0 0:00:21 0:00:07 0:00:14 13.5M 40 224M 40 91.3M 0 0 11.1M 0 0:00:20 0:00:08 0:00:12 16.3M 48 224M 48 108M 0 0 11.7M 0 0:00:19 0:00:09 0:00:10 16.7M 55 224M 55 125M 0 0 12.2M 0 0:00:18 0:00:10 0:00:08 16.7M 63 224M 63 142M 0 0 12.7M 0 0:00:17 0:00:11 0:00:06 17.2M 71 224M 71 159M 0 0 13.0M 0 0:00:17 0:00:12 0:00:05 17.2M 78 224M 78 177M 0 0 13.4M 0 0:00:16 0:00:13 0:00:03 17.2M 86 224M 86 194M 0 0 13.6M 0 0:00:16 0:00:14 0:00:02 17.2M 94 224M 94 211M 0 0 13.8M 0 0:00:16 0:00:15 0:00:01 17.2M 100 224M 100 224M 0 0 14.0M 0 0:00:15 0:00:15 --:--:-- 17.2M +info: extracting +RuyiSDK-20231118-PLCT-Sources-HOST-riscv64-linux-gnu-riscv64-plct-linux-gnu.tar. +xz for package gnu-plct-0.20231118.0 +info: package gnu-plct-0.20231118.0 installed to +/root/.cache/ruyi/binaries/riscv64/gnu-plct-0.20231118.0 ++ ruyi venv --toolchain gnu-plct milkv-duo test-venv ++ grep 'The virtual environment is now created.' +info: The virtual environment is now created. ++ CHECK_RESULT 0 0 0 'Check ruyi venv install failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv install failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ '[' -f ./test-venv/bin/ruyi-activate ']' ++ CHECK_RESULT 0 0 0 'Check ruyi venv activate file failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi venv activate file failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ oldps1= ++ source ./test-venv/bin/ruyi-activate +++ '[' ./test-venv/bin/ruyi-activate = oe_test_ruyi_venv.sh ']' +++ ruyi-deactivate nondestructive +++ '[' -z '' ']' +++ hash -r +++ '[' -z '' ']' +++ unset RUYI_VENV +++ unset RUYI_VENV_PROMPT +++ '[' '!' nondestructive = nondestructive ']' +++ RUYI_VENV=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ export RUYI_VENV +++ _RUYI_OLD_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +++ PATH=/var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +++ export PATH +++ hash -r ++++ basename /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/test-venv +++ RUYI_VENV_PROMPT=test-venv +++ export RUYI_VENV_PROMPT +++ '[' -z '' ']' +++ _RUYI_OLD_PS1= +++ PS1='«Ruyi test-venv» ' +++ export PS1 ++ echo '«Ruyi test-venv» ' ++ grep test-venv +«Ruyi test-venv» ++ CHECK_RESULT 0 0 0 'Check activate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check activate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ ruyi-deactivate ++ '[' -z _ ']' ++ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ unset _RUYI_OLD_PATH ++ hash -r ++ '[' -z _ ']' ++ PS1= ++ export PS1 ++ unset _RUYI_OLD_PS1 ++ unset RUYI_VENV ++ unset RUYI_VENV_PROMPT ++ '[' '!' '' = nondestructive ']' ++ unset -f ruyi-deactivate ++ '[' '' == '' ']' ++ CHECK_RESULT 0 0 0 'Check deactivate ruyi venv PS1 failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check deactivate ruyi venv PS1 failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ rm -rf test-venv ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:05:55 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:05:55 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:05:56 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:05:59 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:05:59 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_08_38.log b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_08_38.log new file mode 100644 index 0000000000000000000000000000000000000000..22c4ce79de84efc977e23c26537abff006dc7192 --- /dev/null +++ b/pre_round3/mugen/build_90/revyos-riscv64/logs/ruyi/oe_test_ruyi_wrong_proxy/2023-11-29-18_08_38.log @@ -0,0 +1,177 @@ ++ source ./common/common_lib.sh +++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh ++++ python3 --version ++++ '[' 0 -eq 0 ']' ++++ source /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib_python.sh ++ main +++ type -t post_test ++ '[' -n function ']' ++ trap post_test EXIT INT HUP TERM ++ rpm -qa +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 93: rpm: command not found ++ grep expect ++ dnf -y install expect +/var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/common_lib.sh: line 94: dnf: command not found +++ type -t config_params ++ '[' -n '' ']' +++ type -t pre_test ++ '[' -n function ']' ++ pre_test ++ LOG_INFO 'Start environmental preparation.' ++ message='Start environmental preparation.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start environmental preparation.' +Wed Nov 29 18:08:38 2023 - INFO - Start environmental preparation. ++ DNF_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/rpm_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:08:39 2023 - INFO - unsupported package manager: dnf ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ APT_INSTALL git ++ pkgs=git ++ node=1 ++ '[' -z '' ']' ++ tmpfile= +++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/deb_manage.py install --pkgs git --node 1 --tempfile '' +Wed Nov 29 18:08:43 2023 - INFO - pkgs:(git) is already installed ++ tmpfile2= ++ '[' -z '' ']' ++ tmpfile= ++ install_ruyi ++ arch=amd64 +++ uname -m ++ '[' riscv64 == riscv64 ']' ++ arch=riscv64 ++ curl -L -o ruyi https://mirror.iscas.ac.cn/ruyisdk/ruyi/testing/ruyi.riscv64.20231126 + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.1M 100 10.1M 0 0 9788k 0 0:00:01 0:00:01 --:--:-- 9794k ++ chmod +x ruyi +++ realpath ruyi ++ ln -s /var/jenkins/workspace/ruyi-test/mugen-ruyi/testcases/cli-test/ruyi/ruyi /usr/bin/ruyi +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ LOG_INFO 'End of environmental preparation!' ++ message='End of environmental preparation!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of environmental preparation!' +Wed Nov 29 18:08:45 2023 - INFO - End of environmental preparation! +++ type -t run_test ++ '[' -n function ']' ++ run_test ++ LOG_INFO 'Start to run test.' ++ message='Start to run test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' +Wed Nov 29 18:08:45 2023 - INFO - Start to run test. ++ ruyi update +++ ruyi list +++ grep -e '^* toolchain' +++ cut -d/ -f 2 +++ head -n 1 ++ pkgname=gnu-plct-xthead ++ http_proxy=http://wrong.proxy ++ https_proxy=http://wrong.proxy ++ ruyi install gnu-plct-xthead +info: downloading +https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-HOST-ris +cv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz to +/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-g +nu-riscv64-plctxthead-linux-gnu.tar.xz + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (5) Could not resolve proxy: wrong.proxy +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 26, in ensure +FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/__main__.py", line 29, in + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/cli/__init__.py", line 176, in main + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/pkg_cli.py", line 253, in cli_install + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 29, in ensure + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/distfile.py", line 65, in fetch_and_ensure_integrity + File "/root/.cache/ruyi/progcache/0.2.0-alpha.20231126/ruyi/ruyipkg/fetch.py", line 90, in fetch +RuntimeError: failed to fetch distfile: command 'curl --retry 3 --connect-timeout 60 --ftp-pasv -o /root/.cache/ruyi/distfiles/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz https://mirror.iscas.ac.cn/ruyisdk/dist/RuyiSDK-20231118-T-Head-Sources-HOST-riscv64-linux-gnu-riscv64-plctxthead-linux-gnu.tar.xz' returned 5 ++ CHECK_RESULT 1 0 1 'Check ruyi install package from wrong proxy failed' ++ actual_result=1 ++ expect_result=0 ++ mode=1 ++ error_log='Check ruyi install package from wrong proxy failed' ++ exit_mode=0 ++ '[' -z 1 ']' ++ '[' 1 -eq 0 ']' ++ test 1x == 0x ++ return 0 ++ ruyi install gnu-plct-xthead ++ grep downloading +info: downloading ++ CHECK_RESULT 0 0 0 'Check ruyi reinstall package failed' ++ actual_result=0 ++ expect_result=0 ++ mode=0 ++ error_log='Check ruyi reinstall package failed' ++ exit_mode=0 ++ '[' -z 0 ']' ++ '[' 0 -eq 0 ']' ++ test 0x '!=' 0x ++ return 0 ++ LOG_INFO 'End of the test.' ++ message='End of the test.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'End of the test.' +Wed Nov 29 18:10:59 2023 - INFO - End of the test. ++ CASE_RESULT 0 ++ case_re=0 ++ test -z '' ++ test 0 -eq 0 ++ LOG_INFO 'succeed to execute the case.' ++ message='succeed to execute the case.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' +Wed Nov 29 18:10:59 2023 - INFO - succeed to execute the case. ++ exec_result= ++ exit 0 ++ post_test ++ LOG_INFO 'start environment cleanup.' ++ message='start environment cleanup.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'start environment cleanup.' +Wed Nov 29 18:11:00 2023 - INFO - start environment cleanup. ++ remove_ruyi ++ rm -f ruyi ++ rm -f /usr/bin/ruyi ++ export RUYI_DEBUG= ++ RUYI_DEBUG= +++ get_ruyi_dir +++ ruyibase= +++ '[' '' == '' ']' +++ ruyibase=/root/.cache/ +++ echo /root/.cache//ruyi ++ rm -rf /root/.cache//ruyi ++ PKG_REMOVE ++ node=1 ++ pkg_list= ++ mode=0 ++ [[ -z '' ]] ++ [[ -z '' ]] ++ LOG_WARN 'no thing to do.' ++ message='no thing to do.' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level warn --message 'no thing to do.' +Wed Nov 29 18:11:03 2023 - WARN - no thing to do. ++ return 0 ++ LOG_INFO 'Finish environment cleanup!' ++ message='Finish environment cleanup!' ++ python3 /var/jenkins/workspace/ruyi-test/mugen-ruyi/libs/locallibs/mugen_log.py --level info --message 'Finish environment cleanup!' +Wed Nov 29 18:11:03 2023 - INFO - Finish environment cleanup! diff --git a/pre_round3/ruyi-auto-build_56.log b/pre_round3/ruyi-auto-build_56.log new file mode 100644 index 0000000000000000000000000000000000000000..06b482b7e1dd7ef8e631eca1150a1cdf0bc86e81 --- /dev/null +++ b/pre_round3/ruyi-auto-build_56.log @@ -0,0 +1,4269 @@ +Started by user hachi +[Pipeline] Start of Pipeline +[Pipeline] node +Running on bookworm-x86_64 in /home/jenkins/build/workspace/ruyi-auto-build +[Pipeline] { +[Pipeline] timeout +Timeout set to expire in 7 hr 0 min +[Pipeline] { +[Pipeline] stage +[Pipeline] { (prepare) +[Pipeline] sh ++ sudo apt-get update -y +Hit:1 https://mirrors.bfsu.edu.cn/debian bookworm InRelease +Hit:2 https://mirrors.bfsu.edu.cn/debian-security bookworm-security InRelease +Get:3 https://mirrors.bfsu.edu.cn/debian bookworm-backports InRelease [56.5 kB] +Get:4 https://mirrors.bfsu.edu.cn/debian bookworm-updates InRelease [52.1 kB] +Get:5 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main Sources.diff/Index [63.3 kB] +Get:6 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main amd64 Packages.diff/Index [63.3 kB] +Get:7 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main Sources T-2023-11-29-2004.35-F-2023-11-29-2004.35.pdiff [4,711 B] +Get:7 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main Sources T-2023-11-29-2004.35-F-2023-11-29-2004.35.pdiff [4,711 B] +Get:8 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main amd64 Packages T-2023-11-29-2004.35-F-2023-11-29-2004.35.pdiff [388 B] +Get:8 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main amd64 Packages T-2023-11-29-2004.35-F-2023-11-29-2004.35.pdiff [388 B] +Fetched 240 kB in 1s (195 kB/s) +Reading package lists... ++ sudo apt-get upgrade -y +Reading package lists... +Building dependency tree... +Reading state information... +Calculating upgrade... +The following packages have been kept back: + linux-image-amd64 +The following packages will be upgraded: + amd64-microcode base-files bind9-dnsutils bind9-host bind9-libs dbus + dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common + dbus-user-session debian-archive-keyring debianutils grub-common grub-pc + grub-pc-bin grub2-common inetutils-telnet krb5-locales libc-bin libc-l10n + libc6 libcurl3-gnutls libdbus-1-3 libgssapi-krb5-2 libk5crypto3 libkrb5-3 + libkrb5support0 libnftables1 libnss-systemd libpam-modules + libpam-modules-bin libpam-runtime libpam-systemd libpam0g libselinux1 + libsystemd-shared libsystemd0 libtiff6 libudev1 libxml2 locales nftables + qemu-guest-agent systemd systemd-sysv systemd-timesyncd udev +48 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. +Need to get 26.6 MB of archives. +After this operation, 4,974 kB disk space will be freed. +Get:1 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 base-files amd64 12.4+deb12u2 [70.7 kB] +Get:2 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 debianutils amd64 5.7-0.5~deb12u1 [103 kB] +Get:3 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc6 amd64 2.36-9+deb12u3 [2,755 kB] +Get:4 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc-bin amd64 2.36-9+deb12u3 [606 kB] +Get:5 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpam0g amd64 1.5.2-6+deb12u1 [92.0 kB] +Get:6 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libselinux1 amd64 3.4-1+b6 [73.7 kB] +Get:7 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpam-modules-bin amd64 1.5.2-6+deb12u1 [75.6 kB] +Get:8 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpam-modules amd64 1.5.2-6+deb12u1 [291 kB] +Get:9 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnss-systemd amd64 252.17-1~deb12u1 [163 kB] +Get:10 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 systemd-timesyncd amd64 252.17-1~deb12u1 [62.9 kB] +Get:11 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpam-systemd amd64 252.17-1~deb12u1 [224 kB] +Get:12 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 systemd amd64 252.17-1~deb12u1 [3,029 kB] +Get:13 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libsystemd-shared amd64 252.17-1~deb12u1 [1,691 kB] +Get:14 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpam-runtime all 1.5.2-6+deb12u1 [161 kB] +Get:15 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] +Get:16 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] +Get:17 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] +Get:18 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libsystemd0 amd64 252.17-1~deb12u1 [331 kB] +Get:19 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] +Get:20 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] +Get:21 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] +Get:22 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] +Get:23 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 systemd-sysv amd64 252.17-1~deb12u1 [41.8 kB] +Get:24 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 udev amd64 252.17-1~deb12u1 [1,643 kB] +Get:25 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libudev1 amd64 252.17-1~deb12u1 [108 kB] +Get:26 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 qemu-guest-agent amd64 1:7.2+dfsg-7+deb12u2 [330 kB] +Get:27 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 debian-archive-keyring all 2023.3+deb12u1 [161 kB] +Get:28 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 nftables amd64 1.0.6-2+deb12u2 [70.3 kB] +Get:29 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnftables1 amd64 1.0.6-2+deb12u2 [299 kB] +Get:30 https://mirrors.bfsu.edu.cn/debian bookworm/non-free-firmware amd64 amd64-microcode amd64 3.20230808.1.1~deb12u1 [137 kB] +Get:31 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u1 [134 kB] +Get:32 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u1 [332 kB] +Get:33 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u1 [32.4 kB] +Get:34 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u1 [78.9 kB] +Get:35 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] +Get:36 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 bind9-dnsutils amd64 1:9.18.19-1~deb12u1 [401 kB] +Get:37 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 bind9-host amd64 1:9.18.19-1~deb12u1 [303 kB] +Get:38 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 bind9-libs amd64 1:9.18.19-1~deb12u1 [1,410 kB] +Get:39 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 inetutils-telnet amd64 2:2.4-2+deb12u1 [120 kB] +Get:40 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u1 [62.7 kB] +Get:41 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc-l10n all 2.36-9+deb12u3 [674 kB] +Get:42 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 locales all 2.36-9+deb12u3 [3,904 kB] +Get:43 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 grub2-common amd64 2.06-13+deb12u1 [614 kB] +Get:44 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 grub-pc amd64 2.06-13+deb12u1 [137 kB] +Get:45 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 grub-pc-bin amd64 2.06-13+deb12u1 [997 kB] +Get:46 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 grub-common amd64 2.06-13+deb12u1 [2,709 kB] +Get:47 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u4 [385 kB] +Get:48 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libtiff6 amd64 4.5.0-6+deb12u1 [316 kB] +apt-listchanges: Reading changelogs... +apt-listchanges: News +--------------------- + +amd64-microcode (3.20230808.1) unstable; urgency=high + + This release requires *either* new-enough system firmware, *or* a + recent-enough Linux kernel to properly work on AMD Genoa and Bergamo + processors. + + The firmware requirement is AGESA 1.0.0.8 or newer. + + The Linux kernel requirement is a group of patches that are already + present in the Linux stable/LTS trees since versions: v4.19.289, + v5.4.250, v5.10.187, v5.15.120, v6.1.37, v6.3.11 and v6.4.1. These + patches are also present in Linux v6.5-rc1. + + -- Henrique de Moraes Holschuh Thu, 10 Aug 2023 09:32:37 -0300 + +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +dpkg-preconfigure: unable to re-open stdin: +Fetched 26.6 MB in 3s (9,091 kB/s) +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../base-files_12.4+deb12u2_amd64.deb ... +Unpacking base-files (12.4+deb12u2) over (12.4) ... +Setting up base-files (12.4+deb12u2) ... +Installing new version of config file /etc/debian_version ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../debianutils_5.7-0.5~deb12u1_amd64.deb ... +Unpacking debianutils (5.7-0.5~deb12u1) over (5.7-0.4) ... +Setting up debianutils (5.7-0.5~deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libc6_2.36-9+deb12u3_amd64.deb ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +Unpacking libc6:amd64 (2.36-9+deb12u3) over (2.36-9) ... +Setting up libc6:amd64 (2.36-9+deb12u3) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libc-bin_2.36-9+deb12u3_amd64.deb ... +Unpacking libc-bin (2.36-9+deb12u3) over (2.36-9) ... +Setting up libc-bin (2.36-9+deb12u3) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libpam0g_1.5.2-6+deb12u1_amd64.deb ... +Unpacking libpam0g:amd64 (1.5.2-6+deb12u1) over (1.5.2-6) ... +Setting up libpam0g:amd64 (1.5.2-6+deb12u1) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libselinux1_3.4-1+b6_amd64.deb ... +Unpacking libselinux1:amd64 (3.4-1+b6) over (3.4-1+b5) ... +Setting up libselinux1:amd64 (3.4-1+b6) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb ... +Unpacking libpam-modules-bin (1.5.2-6+deb12u1) over (1.5.2-6) ... +Setting up libpam-modules-bin (1.5.2-6+deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../libpam-modules_1.5.2-6+deb12u1_amd64.deb ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +Unpacking libpam-modules:amd64 (1.5.2-6+deb12u1) over (1.5.2-6) ... +Setting up libpam-modules:amd64 (1.5.2-6+deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37832 files and directories currently installed.) +Preparing to unpack .../0-libnss-systemd_252.17-1~deb12u1_amd64.deb ... +Unpacking libnss-systemd:amd64 (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../1-systemd-timesyncd_252.17-1~deb12u1_amd64.deb ... +Unpacking systemd-timesyncd (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../2-libpam-systemd_252.17-1~deb12u1_amd64.deb ... +Unpacking libpam-systemd:amd64 (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../3-systemd_252.17-1~deb12u1_amd64.deb ... +Unpacking systemd (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../4-libsystemd-shared_252.17-1~deb12u1_amd64.deb ... +Unpacking libsystemd-shared:amd64 (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../5-libpam-runtime_1.5.2-6+deb12u1_all.deb ... +Unpacking libpam-runtime (1.5.2-6+deb12u1) over (1.5.2-6) ... +Setting up libpam-runtime (1.5.2-6+deb12u1) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37834 files and directories currently installed.) +Preparing to unpack .../dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... +Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... +Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... +Unpacking dbus-user-session (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../libsystemd0_252.17-1~deb12u1_amd64.deb ... +Unpacking libsystemd0:amd64 (252.17-1~deb12u1) over (252.6-1) ... +Setting up libsystemd0:amd64 (252.17-1~deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37834 files and directories currently installed.) +Preparing to unpack .../dbus-bin_1.14.10-1~deb12u1_amd64.deb ... +Unpacking dbus-bin (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../dbus_1.14.10-1~deb12u1_amd64.deb ... +Unpacking dbus (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... +Unpacking dbus-daemon (1.14.10-1~deb12u1) over (1.14.6-1) ... +Preparing to unpack .../libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... +Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) over (1.14.6-1) ... +Setting up libsystemd-shared:amd64 (252.17-1~deb12u1) ... +Setting up systemd (252.17-1~deb12u1) ... +Installing new version of config file /etc/systemd/system.conf ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37834 files and directories currently installed.) +Preparing to unpack .../systemd-sysv_252.17-1~deb12u1_amd64.deb ... +Unpacking systemd-sysv (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../udev_252.17-1~deb12u1_amd64.deb ... +Unpacking udev (252.17-1~deb12u1) over (252.6-1) ... +Preparing to unpack .../libudev1_252.17-1~deb12u1_amd64.deb ... +Unpacking libudev1:amd64 (252.17-1~deb12u1) over (252.6-1) ... +Setting up libudev1:amd64 (252.17-1~deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37835 files and directories currently installed.) +Preparing to unpack .../qemu-guest-agent_1%3a7.2+dfsg-7+deb12u2_amd64.deb ... +Unpacking qemu-guest-agent (1:7.2+dfsg-7+deb12u2) over (1:7.2+dfsg-7) ... +Preparing to unpack .../debian-archive-keyring_2023.3+deb12u1_all.deb ... +Unpacking debian-archive-keyring (2023.3+deb12u1) over (2023.3) ... +Setting up debian-archive-keyring (2023.3+deb12u1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37835 files and directories currently installed.) +Preparing to unpack .../00-nftables_1.0.6-2+deb12u2_amd64.deb ... +Unpacking nftables (1.0.6-2+deb12u2) over (1.0.6-2) ... +Preparing to unpack .../01-libnftables1_1.0.6-2+deb12u2_amd64.deb ... +Unpacking libnftables1:amd64 (1.0.6-2+deb12u2) over (1.0.6-2) ... +Preparing to unpack .../02-amd64-microcode_3.20230808.1.1~deb12u1_amd64.deb ... +Unpacking amd64-microcode (3.20230808.1.1~deb12u1) over (3.20230414.1) ... +Preparing to unpack .../03-libgssapi-krb5-2_1.20.1-2+deb12u1_amd64.deb ... +Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) over (1.20.1-2) ... +Preparing to unpack .../04-libkrb5-3_1.20.1-2+deb12u1_amd64.deb ... +Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u1) over (1.20.1-2) ... +Preparing to unpack .../05-libkrb5support0_1.20.1-2+deb12u1_amd64.deb ... +Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u1) over (1.20.1-2) ... +Preparing to unpack .../06-libk5crypto3_1.20.1-2+deb12u1_amd64.deb ... +Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1) over (1.20.1-2) ... +Preparing to unpack .../07-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... +Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) over (2.9.14+dfsg-1.2) ... +Preparing to unpack .../08-bind9-dnsutils_1%3a9.18.19-1~deb12u1_amd64.deb ... +Unpacking bind9-dnsutils (1:9.18.19-1~deb12u1) over (1:9.18.12-1) ... +Preparing to unpack .../09-bind9-host_1%3a9.18.19-1~deb12u1_amd64.deb ... +Unpacking bind9-host (1:9.18.19-1~deb12u1) over (1:9.18.12-1) ... +Preparing to unpack .../10-bind9-libs_1%3a9.18.19-1~deb12u1_amd64.deb ... +Unpacking bind9-libs:amd64 (1:9.18.19-1~deb12u1) over (1:9.18.12-1) ... +Preparing to unpack .../11-inetutils-telnet_2%3a2.4-2+deb12u1_amd64.deb ... +Unpacking inetutils-telnet (2:2.4-2+deb12u1) over (2:2.4-2) ... +Preparing to unpack .../12-krb5-locales_1.20.1-2+deb12u1_all.deb ... +Unpacking krb5-locales (1.20.1-2+deb12u1) over (1.20.1-2) ... +Preparing to unpack .../13-libc-l10n_2.36-9+deb12u3_all.deb ... +Unpacking libc-l10n (2.36-9+deb12u3) over (2.36-9) ... +Preparing to unpack .../14-locales_2.36-9+deb12u3_all.deb ... +Unpacking locales (2.36-9+deb12u3) over (2.36-9) ... +Preparing to unpack .../15-grub2-common_2.06-13+deb12u1_amd64.deb ... +Unpacking grub2-common (2.06-13+deb12u1) over (2.06-13) ... +Preparing to unpack .../16-grub-pc_2.06-13+deb12u1_amd64.deb ... +Unpacking grub-pc (2.06-13+deb12u1) over (2.06-13) ... +Preparing to unpack .../17-grub-pc-bin_2.06-13+deb12u1_amd64.deb ... +Unpacking grub-pc-bin (2.06-13+deb12u1) over (2.06-13) ... +Preparing to unpack .../18-grub-common_2.06-13+deb12u1_amd64.deb ... +Unpacking grub-common (2.06-13+deb12u1) over (2.06-13) ... +Preparing to unpack .../19-libcurl3-gnutls_7.88.1-10+deb12u4_amd64.deb ... +Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u4) over (7.88.1-10) ... +Preparing to unpack .../20-libtiff6_4.5.0-6+deb12u1_amd64.deb ... +Unpacking libtiff6:amd64 (4.5.0-6+deb12u1) over (4.5.0-6) ... +Setting up systemd-sysv (252.17-1~deb12u1) ... +Setting up libc-l10n (2.36-9+deb12u3) ... +Setting up libnftables1:amd64 (1.0.6-2+deb12u2) ... +Setting up nftables (1.0.6-2+deb12u2) ... +Setting up qemu-guest-agent (1:7.2+dfsg-7+deb12u2) ... +Setting up libnss-systemd:amd64 (252.17-1~deb12u1) ... +Setting up krb5-locales (1.20.1-2+deb12u1) ... +Setting up amd64-microcode (3.20230808.1.1~deb12u1) ... +update-initramfs: deferring update (trigger activated) +amd64-microcode: microcode will be updated at next boot +Setting up locales (2.36-9+deb12u3) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +Generating locales (this might take a while)... + en_US.UTF-8... done +Generation complete. +Setting up libkrb5support0:amd64 (1.20.1-2+deb12u1) ... +Setting up grub-common (2.06-13+deb12u1) ... +Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... +Setting up systemd-timesyncd (252.17-1~deb12u1) ... +Setting up udev (252.17-1~deb12u1) ... +Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1) ... +Setting up libtiff6:amd64 (4.5.0-6+deb12u1) ... +Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... +Setting up libkrb5-3:amd64 (1.20.1-2+deb12u1) ... +Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... +Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... +Setting up dbus-bin (1.14.10-1~deb12u1) ... +Setting up grub2-common (2.06-13+deb12u1) ... +Setting up inetutils-telnet (2:2.4-2+deb12u1) ... +Setting up dbus-daemon (1.14.10-1~deb12u1) ... +Setting up grub-pc-bin (2.06-13+deb12u1) ... +Setting up grub-pc (2.06-13+deb12u1) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +grub-pc: Running grub-install ... +Installing for i386-pc platform. +Installation finished. No error reported. + grub-install success for /dev/vda +Generating grub configuration file ... +Found linux image: /boot/vmlinuz-6.1.0-9-amd64 +Found initrd image: /boot/initrd.img-6.1.0-9-amd64 +Warning: os-prober will not be executed to detect other bootable partitions. +Systems on them will not be added to the GRUB boot configuration. +Check GRUB_DISABLE_OS_PROBER documentation entry. +done +Setting up dbus (1.14.10-1~deb12u1) ... +A reboot is required to replace the running dbus-daemon. +Please reboot the system when convenient. +dbus.service is a disabled or a static unit, not starting it. +Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) ... +Setting up libpam-systemd:amd64 (252.17-1~deb12u1) ... +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +Setting up bind9-libs:amd64 (1:9.18.19-1~deb12u1) ... +Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u4) ... +Setting up dbus-user-session (1.14.10-1~deb12u1) ... +Installing new version of config file /etc/X11/Xsession.d/20dbus_xdg-runtime ... +Setting up bind9-host (1:9.18.19-1~deb12u1) ... +Setting up bind9-dnsutils (1:9.18.19-1~deb12u1) ... +Processing triggers for libc-bin (2.36-9+deb12u3) ... +Processing triggers for man-db (2.11.2-2) ... +Processing triggers for initramfs-tools (0.142) ... +update-initramfs: Generating /boot/initrd.img-6.1.0-9-amd64 +[Pipeline] sh ++ sudo apt-get install -y git tar wget docker.io qemu-user-static=1:8.1.2+ds-1~bpo12+1 python3-venv python3-pip +Reading package lists... +Building dependency tree... +Reading state information... +tar is already the newest version (1.34+dfsg-1.2). +wget is already the newest version (1.21.3-1+b2). +The following additional packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu build-essential + cgroupfs-mount containerd cpp cpp-12 criu dirmngr dpkg-dev fakeroot g++ + g++-12 gcc gcc-12 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent + gpg-wks-client gpg-wks-server gpgconf gpgsm iptables javascript-common + libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl + libalgorithm-merge-perl libaom3 libasan8 libassuan0 libatomic1 libavif15 + libbinutils libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev + libctf-nobfd0 libctf0 libdav1d6 libde265-0 libdpkg-perl liberror-perl + libexpat1-dev libfakeroot libfile-fcntllock-perl libgav1-1 libgcc-12-dev + libgd3 libgomp1 libgprofng0 libheif1 libintl-perl libintl-xs-perl libip6tc2 + libisl23 libitm1 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 + liblsan0 libmodule-find-perl libmodule-scandeps-perl libmpc3 libmpfr6 + libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libnpth0 + libnsl-dev libproc-processtable-perl libprotobuf32 libpython3-dev + libpython3.11 libpython3.11-dev libquadmath0 librav1e0 + libsort-naturally-perl libstdc++-12-dev libsvtav1enc1 libterm-readkey-perl + libtirpc-dev libtsan2 libubsan1 libx265-199 libyuv0 linux-libc-dev make + manpages-dev needrestart patch pinentry-curses python3-dev python3-distutils + python3-lib2to3 python3-pip-whl python3-protobuf python3-setuptools + python3-setuptools-whl python3-wheel python3.11-dev python3.11-venv + rpcsvc-proto runc sgml-base tini zlib1g-dev +Suggested packages: + binutils-doc containernetworking-plugins cpp-doc gcc-12-locales cpp-12-doc + pinentry-gnome3 tor docker-doc aufs-tools btrfs-progs debootstrap rinse + rootlesskit xfsprogs zfs-fuse | zfsutils-linux debian-keyring g++-multilib + g++-12-multilib gcc-12-doc gcc-multilib autoconf automake libtool flex bison + gdb gcc-doc gcc-12-multilib git-daemon-run | git-daemon-sysvinit git-doc + git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie + xloadimage scdaemon firewalld apache2 | lighttpd | httpd glibc-doc bzr + libgd-tools libstdc++-12-doc make-doc needrestart-session | libnotify-bin + iucode-tool ed diffutils-doc pinentry-doc python-setuptools-doc + sgml-base-doc +The following NEW packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu build-essential + cgroupfs-mount containerd cpp cpp-12 criu dirmngr docker.io dpkg-dev + fakeroot g++ g++-12 gcc gcc-12 git git-man gnupg gnupg-l10n gnupg-utils gpg + gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iptables + javascript-common libabsl20220623 libalgorithm-diff-perl + libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libasan8 + libassuan0 libatomic1 libavif15 libbinutils libc-dev-bin libc-devtools + libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdav1d6 libde265-0 + libdpkg-perl liberror-perl libexpat1-dev libfakeroot libfile-fcntllock-perl + libgav1-1 libgcc-12-dev libgd3 libgomp1 libgprofng0 libheif1 libintl-perl + libintl-xs-perl libip6tc2 libisl23 libitm1 libjs-jquery libjs-sphinxdoc + libjs-underscore libksba8 liblsan0 libmodule-find-perl + libmodule-scandeps-perl libmpc3 libmpfr6 libnet1 libnetfilter-conntrack3 + libnfnetlink0 libnl-3-200 libnpth0 libnsl-dev libproc-processtable-perl + libprotobuf32 libpython3-dev libpython3.11 libpython3.11-dev libquadmath0 + librav1e0 libsort-naturally-perl libstdc++-12-dev libsvtav1enc1 + libterm-readkey-perl libtirpc-dev libtsan2 libubsan1 libx265-199 libyuv0 + linux-libc-dev make manpages-dev needrestart patch pinentry-curses + python3-dev python3-distutils python3-lib2to3 python3-pip python3-pip-whl + python3-protobuf python3-setuptools python3-setuptools-whl python3-venv + python3-wheel python3.11-dev python3.11-venv qemu-user-static rpcsvc-proto + runc sgml-base tini zlib1g-dev +0 upgraded, 120 newly installed, 0 to remove and 1 not upgraded. +Need to get 226 MB of archives. +After this operation, 1,012 MB of additional disk space will be used. +Get:1 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 runc amd64 1.1.5+ds1-1+b1 [2,708 kB] +Get:2 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 containerd amd64 1.6.20~ds1-1+b1 [25.9 MB] +Get:3 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB] +Get:4 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB] +Get:5 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB] +Get:6 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB] +Get:7 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 tini amd64 0.19.0-1 [255 kB] +Get:8 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 docker.io amd64 20.10.24+dfsg1-1+b3 [36.2 MB] +Get:9 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] +Get:10 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2,487 kB] +Get:11 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] +Get:12 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] +Get:13 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] +Get:14 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] +Get:15 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2,246 kB] +Get:16 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] +Get:17 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc-dev-bin amd64 2.36-9+deb12u3 [45.2 kB] +Get:18 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 linux-libc-dev amd64 6.1.55-1 [1,870 kB] +Get:19 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] +Get:20 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] +Get:21 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] +Get:22 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] +Get:23 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc6-dev amd64 2.36-9+deb12u3 [1,898 kB] +Get:24 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libisl23 amd64 0.25-1 [690 kB] +Get:25 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] +Get:26 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] +Get:27 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9,764 kB] +Get:28 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6,836 B] +Get:29 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB] +Get:30 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB] +Get:31 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB] +Get:32 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9,328 B] +Get:33 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2,195 kB] +Get:34 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB] +Get:35 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2,196 kB] +Get:36 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB] +Get:37 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB] +Get:38 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2,437 kB] +Get:39 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB] +Get:40 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5,216 B] +Get:41 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2,046 kB] +Get:42 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB] +Get:43 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1,356 B] +Get:44 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] +Get:45 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB] +Get:46 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] +Get:47 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1,353 kB] +Get:48 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 build-essential amd64 12.9 [7,704 B] +Get:49 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 cgroupfs-mount all 1.4 [6,276 B] +Get:50 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libprotobuf32 amd64 3.21.12-3 [932 kB] +Get:51 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-protobuf amd64 3.21.12-3 [245 kB] +Get:52 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnet1 amd64 1.1.6+dfsg-3.2 [60.3 kB] +Get:53 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnl-3-200 amd64 3.7.0-0.2+b1 [63.1 kB] +Get:54 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 criu amd64 3.17.1-2 [665 kB] +Get:55 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB] +Get:56 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB] +Get:57 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB] +Get:58 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] +Get:59 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB] +Get:60 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB] +Get:61 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB] +Get:62 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] +Get:63 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 git-man all 1:2.39.2-1.1 [2,049 kB] +Get:64 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 git amd64 1:2.39.2-1.1 [7,171 kB] +Get:65 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1,093 kB] +Get:66 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB] +Get:67 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB] +Get:68 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB] +Get:69 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB] +Get:70 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB] +Get:71 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB] +Get:72 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB] +Get:73 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB] +Get:74 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 javascript-common all 11+nmu1 [6,260 B] +Get:75 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB] +Get:76 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] +Get:77 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB] +Get:78 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB] +Get:79 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libaom3 amd64 3.6.0-1 [1,851 kB] +Get:80 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB] +Get:81 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] +Get:82 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] +Get:83 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2,121 kB] +Get:84 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] +Get:85 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] +Get:86 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1 [185 kB] +Get:87 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1,150 kB] +Get:88 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libheif1 amd64 1.15.1-1 [215 kB] +Get:89 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] +Get:90 https://mirrors.bfsu.edu.cn/debian-security bookworm-security/main amd64 libc-devtools amd64 2.36-9+deb12u3 [52.9 kB] +Get:91 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1 [150 kB] +Get:92 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB] +Get:93 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libintl-perl all 1.33-1 [720 kB] +Get:94 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libintl-xs-perl amd64 1.33-1 [15.6 kB] +Get:95 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB] +Get:96 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB] +Get:97 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB] +Get:98 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libmodule-find-perl all 0.16-2 [10.6 kB] +Get:99 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libmodule-scandeps-perl all 1.31-2 [41.7 kB] +Get:100 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB] +Get:101 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpython3.11 amd64 3.11.2-6 [1,988 kB] +Get:102 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] +Get:103 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6 [4,738 kB] +Get:104 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libpython3-dev amd64 3.11.2-1+b1 [9,572 B] +Get:105 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libsort-naturally-perl all 1.03-4 [13.1 kB] +Get:106 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB] +Get:107 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 manpages-dev all 6.03-2 [2,030 kB] +Get:108 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 needrestart all 3.6-4 [59.5 kB] +Get:109 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6 [615 kB] +Get:110 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] +Get:111 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] +Get:112 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-dev amd64 3.11.2-1+b1 [26.2 kB] +Get:113 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-setuptools all 66.1.1-1 [521 kB] +Get:114 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-wheel all 0.38.4-2 [30.8 kB] +Get:115 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-pip all 23.0.1+dfsg-1 [1,325 kB] +Get:116 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-pip-whl all 23.0.1+dfsg-1 [1,717 kB] +Get:117 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-setuptools-whl all 66.1.1-1 [1,111 kB] +Get:118 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3.11-venv amd64 3.11.2-6 [5,892 B] +Get:119 https://mirrors.bfsu.edu.cn/debian bookworm/main amd64 python3-venv amd64 3.11.2-1+b1 [1,200 B] +Get:120 https://mirrors.bfsu.edu.cn/debian bookworm-backports/main amd64 qemu-user-static amd64 1:8.1.2+ds-1~bpo12+1 [50.4 MB] +debconf: unable to initialize frontend: Dialog +debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) +debconf: falling back to frontend: Readline +debconf: unable to initialize frontend: Readline +debconf: (This frontend requires a controlling tty.) +debconf: falling back to frontend: Teletype +dpkg-preconfigure: unable to re-open stdin: +Fetched 226 MB in 21s (10.7 MB/s) +Selecting previously unselected package runc. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37835 files and directories currently installed.) +Preparing to unpack .../000-runc_1.1.5+ds1-1+b1_amd64.deb ... +Unpacking runc (1.1.5+ds1-1+b1) ... +Selecting previously unselected package containerd. +Preparing to unpack .../001-containerd_1.6.20~ds1-1+b1_amd64.deb ... +Unpacking containerd (1.6.20~ds1-1+b1) ... +Selecting previously unselected package libip6tc2:amd64. +Preparing to unpack .../002-libip6tc2_1.8.9-2_amd64.deb ... +Unpacking libip6tc2:amd64 (1.8.9-2) ... +Selecting previously unselected package libnfnetlink0:amd64. +Preparing to unpack .../003-libnfnetlink0_1.0.2-2_amd64.deb ... +Unpacking libnfnetlink0:amd64 (1.0.2-2) ... +Selecting previously unselected package libnetfilter-conntrack3:amd64. +Preparing to unpack .../004-libnetfilter-conntrack3_1.0.9-3_amd64.deb ... +Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ... +Selecting previously unselected package iptables. +Preparing to unpack .../005-iptables_1.8.9-2_amd64.deb ... +Unpacking iptables (1.8.9-2) ... +Selecting previously unselected package tini. +Preparing to unpack .../006-tini_0.19.0-1_amd64.deb ... +Unpacking tini (0.19.0-1) ... +Selecting previously unselected package docker.io. +Preparing to unpack .../007-docker.io_20.10.24+dfsg1-1+b3_amd64.deb ... +Unpacking docker.io (20.10.24+dfsg1-1+b3) ... +Selecting previously unselected package sgml-base. +Preparing to unpack .../008-sgml-base_1.31_all.deb ... +Unpacking sgml-base (1.31) ... +Selecting previously unselected package binutils-common:amd64. +Preparing to unpack .../009-binutils-common_2.40-2_amd64.deb ... +Unpacking binutils-common:amd64 (2.40-2) ... +Selecting previously unselected package libbinutils:amd64. +Preparing to unpack .../010-libbinutils_2.40-2_amd64.deb ... +Unpacking libbinutils:amd64 (2.40-2) ... +Selecting previously unselected package libctf-nobfd0:amd64. +Preparing to unpack .../011-libctf-nobfd0_2.40-2_amd64.deb ... +Unpacking libctf-nobfd0:amd64 (2.40-2) ... +Selecting previously unselected package libctf0:amd64. +Preparing to unpack .../012-libctf0_2.40-2_amd64.deb ... +Unpacking libctf0:amd64 (2.40-2) ... +Selecting previously unselected package libgprofng0:amd64. +Preparing to unpack .../013-libgprofng0_2.40-2_amd64.deb ... +Unpacking libgprofng0:amd64 (2.40-2) ... +Selecting previously unselected package binutils-x86-64-linux-gnu. +Preparing to unpack .../014-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... +Unpacking binutils-x86-64-linux-gnu (2.40-2) ... +Selecting previously unselected package binutils. +Preparing to unpack .../015-binutils_2.40-2_amd64.deb ... +Unpacking binutils (2.40-2) ... +Selecting previously unselected package libc-dev-bin. +Preparing to unpack .../016-libc-dev-bin_2.36-9+deb12u3_amd64.deb ... +Unpacking libc-dev-bin (2.36-9+deb12u3) ... +Selecting previously unselected package linux-libc-dev:amd64. +Preparing to unpack .../017-linux-libc-dev_6.1.55-1_amd64.deb ... +Unpacking linux-libc-dev:amd64 (6.1.55-1) ... +Selecting previously unselected package libcrypt-dev:amd64. +Preparing to unpack .../018-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... +Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... +Selecting previously unselected package libtirpc-dev:amd64. +Preparing to unpack .../019-libtirpc-dev_1.3.3+ds-1_amd64.deb ... +Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... +Selecting previously unselected package libnsl-dev:amd64. +Preparing to unpack .../020-libnsl-dev_1.3.0-2_amd64.deb ... +Unpacking libnsl-dev:amd64 (1.3.0-2) ... +Selecting previously unselected package rpcsvc-proto. +Preparing to unpack .../021-rpcsvc-proto_1.4.3-1_amd64.deb ... +Unpacking rpcsvc-proto (1.4.3-1) ... +Selecting previously unselected package libc6-dev:amd64. +Preparing to unpack .../022-libc6-dev_2.36-9+deb12u3_amd64.deb ... +Unpacking libc6-dev:amd64 (2.36-9+deb12u3) ... +Selecting previously unselected package libisl23:amd64. +Preparing to unpack .../023-libisl23_0.25-1_amd64.deb ... +Unpacking libisl23:amd64 (0.25-1) ... +Selecting previously unselected package libmpfr6:amd64. +Preparing to unpack .../024-libmpfr6_4.2.0-1_amd64.deb ... +Unpacking libmpfr6:amd64 (4.2.0-1) ... +Selecting previously unselected package libmpc3:amd64. +Preparing to unpack .../025-libmpc3_1.3.1-1_amd64.deb ... +Unpacking libmpc3:amd64 (1.3.1-1) ... +Selecting previously unselected package cpp-12. +Preparing to unpack .../026-cpp-12_12.2.0-14_amd64.deb ... +Unpacking cpp-12 (12.2.0-14) ... +Selecting previously unselected package cpp. +Preparing to unpack .../027-cpp_4%3a12.2.0-3_amd64.deb ... +Unpacking cpp (4:12.2.0-3) ... +Selecting previously unselected package libcc1-0:amd64. +Preparing to unpack .../028-libcc1-0_12.2.0-14_amd64.deb ... +Unpacking libcc1-0:amd64 (12.2.0-14) ... +Selecting previously unselected package libgomp1:amd64. +Preparing to unpack .../029-libgomp1_12.2.0-14_amd64.deb ... +Unpacking libgomp1:amd64 (12.2.0-14) ... +Selecting previously unselected package libitm1:amd64. +Preparing to unpack .../030-libitm1_12.2.0-14_amd64.deb ... +Unpacking libitm1:amd64 (12.2.0-14) ... +Selecting previously unselected package libatomic1:amd64. +Preparing to unpack .../031-libatomic1_12.2.0-14_amd64.deb ... +Unpacking libatomic1:amd64 (12.2.0-14) ... +Selecting previously unselected package libasan8:amd64. +Preparing to unpack .../032-libasan8_12.2.0-14_amd64.deb ... +Unpacking libasan8:amd64 (12.2.0-14) ... +Selecting previously unselected package liblsan0:amd64. +Preparing to unpack .../033-liblsan0_12.2.0-14_amd64.deb ... +Unpacking liblsan0:amd64 (12.2.0-14) ... +Selecting previously unselected package libtsan2:amd64. +Preparing to unpack .../034-libtsan2_12.2.0-14_amd64.deb ... +Unpacking libtsan2:amd64 (12.2.0-14) ... +Selecting previously unselected package libubsan1:amd64. +Preparing to unpack .../035-libubsan1_12.2.0-14_amd64.deb ... +Unpacking libubsan1:amd64 (12.2.0-14) ... +Selecting previously unselected package libquadmath0:amd64. +Preparing to unpack .../036-libquadmath0_12.2.0-14_amd64.deb ... +Unpacking libquadmath0:amd64 (12.2.0-14) ... +Selecting previously unselected package libgcc-12-dev:amd64. +Preparing to unpack .../037-libgcc-12-dev_12.2.0-14_amd64.deb ... +Unpacking libgcc-12-dev:amd64 (12.2.0-14) ... +Selecting previously unselected package gcc-12. +Preparing to unpack .../038-gcc-12_12.2.0-14_amd64.deb ... +Unpacking gcc-12 (12.2.0-14) ... +Selecting previously unselected package gcc. +Preparing to unpack .../039-gcc_4%3a12.2.0-3_amd64.deb ... +Unpacking gcc (4:12.2.0-3) ... +Selecting previously unselected package libstdc++-12-dev:amd64. +Preparing to unpack .../040-libstdc++-12-dev_12.2.0-14_amd64.deb ... +Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ... +Selecting previously unselected package g++-12. +Preparing to unpack .../041-g++-12_12.2.0-14_amd64.deb ... +Unpacking g++-12 (12.2.0-14) ... +Selecting previously unselected package g++. +Preparing to unpack .../042-g++_4%3a12.2.0-3_amd64.deb ... +Unpacking g++ (4:12.2.0-3) ... +Selecting previously unselected package make. +Preparing to unpack .../043-make_4.3-4.1_amd64.deb ... +Unpacking make (4.3-4.1) ... +Selecting previously unselected package libdpkg-perl. +Preparing to unpack .../044-libdpkg-perl_1.21.22_all.deb ... +Unpacking libdpkg-perl (1.21.22) ... +Selecting previously unselected package patch. +Preparing to unpack .../045-patch_2.7.6-7_amd64.deb ... +Unpacking patch (2.7.6-7) ... +Selecting previously unselected package dpkg-dev. +Preparing to unpack .../046-dpkg-dev_1.21.22_all.deb ... +Unpacking dpkg-dev (1.21.22) ... +Selecting previously unselected package build-essential. +Preparing to unpack .../047-build-essential_12.9_amd64.deb ... +Unpacking build-essential (12.9) ... +Selecting previously unselected package cgroupfs-mount. +Preparing to unpack .../048-cgroupfs-mount_1.4_all.deb ... +Unpacking cgroupfs-mount (1.4) ... +Selecting previously unselected package libprotobuf32:amd64. +Preparing to unpack .../049-libprotobuf32_3.21.12-3_amd64.deb ... +Unpacking libprotobuf32:amd64 (3.21.12-3) ... +Selecting previously unselected package python3-protobuf. +Preparing to unpack .../050-python3-protobuf_3.21.12-3_amd64.deb ... +Unpacking python3-protobuf (3.21.12-3) ... +Selecting previously unselected package libnet1:amd64. +Preparing to unpack .../051-libnet1_1.1.6+dfsg-3.2_amd64.deb ... +Unpacking libnet1:amd64 (1.1.6+dfsg-3.2) ... +Selecting previously unselected package libnl-3-200:amd64. +Preparing to unpack .../052-libnl-3-200_3.7.0-0.2+b1_amd64.deb ... +Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1) ... +Selecting previously unselected package criu. +Preparing to unpack .../053-criu_3.17.1-2_amd64.deb ... +Unpacking criu (3.17.1-2) ... +Selecting previously unselected package libassuan0:amd64. +Preparing to unpack .../054-libassuan0_2.5.5-5_amd64.deb ... +Unpacking libassuan0:amd64 (2.5.5-5) ... +Selecting previously unselected package gpgconf. +Preparing to unpack .../055-gpgconf_2.2.40-1.1_amd64.deb ... +Unpacking gpgconf (2.2.40-1.1) ... +Selecting previously unselected package libksba8:amd64. +Preparing to unpack .../056-libksba8_1.6.3-2_amd64.deb ... +Unpacking libksba8:amd64 (1.6.3-2) ... +Selecting previously unselected package libnpth0:amd64. +Preparing to unpack .../057-libnpth0_1.6-3_amd64.deb ... +Unpacking libnpth0:amd64 (1.6-3) ... +Selecting previously unselected package dirmngr. +Preparing to unpack .../058-dirmngr_2.2.40-1.1_amd64.deb ... +Unpacking dirmngr (2.2.40-1.1) ... +Selecting previously unselected package libfakeroot:amd64. +Preparing to unpack .../059-libfakeroot_1.31-1.2_amd64.deb ... +Unpacking libfakeroot:amd64 (1.31-1.2) ... +Selecting previously unselected package fakeroot. +Preparing to unpack .../060-fakeroot_1.31-1.2_amd64.deb ... +Unpacking fakeroot (1.31-1.2) ... +Selecting previously unselected package liberror-perl. +Preparing to unpack .../061-liberror-perl_0.17029-2_all.deb ... +Unpacking liberror-perl (0.17029-2) ... +Selecting previously unselected package git-man. +Preparing to unpack .../062-git-man_1%3a2.39.2-1.1_all.deb ... +Unpacking git-man (1:2.39.2-1.1) ... +Selecting previously unselected package git. +Preparing to unpack .../063-git_1%3a2.39.2-1.1_amd64.deb ... +Unpacking git (1:2.39.2-1.1) ... +Selecting previously unselected package gnupg-l10n. +Preparing to unpack .../064-gnupg-l10n_2.2.40-1.1_all.deb ... +Unpacking gnupg-l10n (2.2.40-1.1) ... +Selecting previously unselected package gnupg-utils. +Preparing to unpack .../065-gnupg-utils_2.2.40-1.1_amd64.deb ... +Unpacking gnupg-utils (2.2.40-1.1) ... +Selecting previously unselected package gpg. +Preparing to unpack .../066-gpg_2.2.40-1.1_amd64.deb ... +Unpacking gpg (2.2.40-1.1) ... +Selecting previously unselected package pinentry-curses. +Preparing to unpack .../067-pinentry-curses_1.2.1-1_amd64.deb ... +Unpacking pinentry-curses (1.2.1-1) ... +Selecting previously unselected package gpg-agent. +Preparing to unpack .../068-gpg-agent_2.2.40-1.1_amd64.deb ... +Unpacking gpg-agent (2.2.40-1.1) ... +Selecting previously unselected package gpg-wks-client. +Preparing to unpack .../069-gpg-wks-client_2.2.40-1.1_amd64.deb ... +Unpacking gpg-wks-client (2.2.40-1.1) ... +Selecting previously unselected package gpg-wks-server. +Preparing to unpack .../070-gpg-wks-server_2.2.40-1.1_amd64.deb ... +Unpacking gpg-wks-server (2.2.40-1.1) ... +Selecting previously unselected package gpgsm. +Preparing to unpack .../071-gpgsm_2.2.40-1.1_amd64.deb ... +Unpacking gpgsm (2.2.40-1.1) ... +Selecting previously unselected package gnupg. +Preparing to unpack .../072-gnupg_2.2.40-1.1_all.deb ... +Unpacking gnupg (2.2.40-1.1) ... +Selecting previously unselected package javascript-common. +Preparing to unpack .../073-javascript-common_11+nmu1_all.deb ... +Unpacking javascript-common (11+nmu1) ... +Selecting previously unselected package libabsl20220623:amd64. +Preparing to unpack .../074-libabsl20220623_20220623.1-1_amd64.deb ... +Unpacking libabsl20220623:amd64 (20220623.1-1) ... +Selecting previously unselected package libalgorithm-diff-perl. +Preparing to unpack .../075-libalgorithm-diff-perl_1.201-1_all.deb ... +Unpacking libalgorithm-diff-perl (1.201-1) ... +Selecting previously unselected package libalgorithm-diff-xs-perl:amd64. +Preparing to unpack .../076-libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb ... +Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ... +Selecting previously unselected package libalgorithm-merge-perl. +Preparing to unpack .../077-libalgorithm-merge-perl_0.08-5_all.deb ... +Unpacking libalgorithm-merge-perl (0.08-5) ... +Selecting previously unselected package libaom3:amd64. +Preparing to unpack .../078-libaom3_3.6.0-1_amd64.deb ... +Unpacking libaom3:amd64 (3.6.0-1) ... +Selecting previously unselected package libdav1d6:amd64. +Preparing to unpack .../079-libdav1d6_1.0.0-2_amd64.deb ... +Unpacking libdav1d6:amd64 (1.0.0-2) ... +Selecting previously unselected package libgav1-1:amd64. +Preparing to unpack .../080-libgav1-1_0.18.0-1+b1_amd64.deb ... +Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... +Selecting previously unselected package librav1e0:amd64. +Preparing to unpack .../081-librav1e0_0.5.1-6_amd64.deb ... +Unpacking librav1e0:amd64 (0.5.1-6) ... +Selecting previously unselected package libsvtav1enc1:amd64. +Preparing to unpack .../082-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... +Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... +Selecting previously unselected package libyuv0:amd64. +Preparing to unpack .../083-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... +Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... +Selecting previously unselected package libavif15:amd64. +Preparing to unpack .../084-libavif15_0.11.1-1_amd64.deb ... +Unpacking libavif15:amd64 (0.11.1-1) ... +Selecting previously unselected package libde265-0:amd64. +Preparing to unpack .../085-libde265-0_1.0.11-1_amd64.deb ... +Unpacking libde265-0:amd64 (1.0.11-1) ... +Selecting previously unselected package libx265-199:amd64. +Preparing to unpack .../086-libx265-199_3.5-2+b1_amd64.deb ... +Unpacking libx265-199:amd64 (3.5-2+b1) ... +Selecting previously unselected package libheif1:amd64. +Preparing to unpack .../087-libheif1_1.15.1-1_amd64.deb ... +Unpacking libheif1:amd64 (1.15.1-1) ... +Selecting previously unselected package libgd3:amd64. +Preparing to unpack .../088-libgd3_2.3.3-9_amd64.deb ... +Unpacking libgd3:amd64 (2.3.3-9) ... +Selecting previously unselected package libc-devtools. +Preparing to unpack .../089-libc-devtools_2.36-9+deb12u3_amd64.deb ... +Unpacking libc-devtools (2.36-9+deb12u3) ... +Selecting previously unselected package libexpat1-dev:amd64. +Preparing to unpack .../090-libexpat1-dev_2.5.0-1_amd64.deb ... +Unpacking libexpat1-dev:amd64 (2.5.0-1) ... +Selecting previously unselected package libfile-fcntllock-perl. +Preparing to unpack .../091-libfile-fcntllock-perl_0.22-4+b1_amd64.deb ... +Unpacking libfile-fcntllock-perl (0.22-4+b1) ... +Selecting previously unselected package libintl-perl. +Preparing to unpack .../092-libintl-perl_1.33-1_all.deb ... +Unpacking libintl-perl (1.33-1) ... +Selecting previously unselected package libintl-xs-perl. +Preparing to unpack .../093-libintl-xs-perl_1.33-1_amd64.deb ... +Unpacking libintl-xs-perl (1.33-1) ... +Selecting previously unselected package libjs-jquery. +Preparing to unpack .../094-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... +Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... +Selecting previously unselected package libjs-underscore. +Preparing to unpack .../095-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... +Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... +Selecting previously unselected package libjs-sphinxdoc. +Preparing to unpack .../096-libjs-sphinxdoc_5.3.0-4_all.deb ... +Unpacking libjs-sphinxdoc (5.3.0-4) ... +Selecting previously unselected package libmodule-find-perl. +Preparing to unpack .../097-libmodule-find-perl_0.16-2_all.deb ... +Unpacking libmodule-find-perl (0.16-2) ... +Selecting previously unselected package libmodule-scandeps-perl. +Preparing to unpack .../098-libmodule-scandeps-perl_1.31-2_all.deb ... +Unpacking libmodule-scandeps-perl (1.31-2) ... +Selecting previously unselected package libproc-processtable-perl:amd64. +Preparing to unpack .../099-libproc-processtable-perl_0.634-1+b2_amd64.deb ... +Unpacking libproc-processtable-perl:amd64 (0.634-1+b2) ... +Selecting previously unselected package libpython3.11:amd64. +Preparing to unpack .../100-libpython3.11_3.11.2-6_amd64.deb ... +Unpacking libpython3.11:amd64 (3.11.2-6) ... +Selecting previously unselected package zlib1g-dev:amd64. +Preparing to unpack .../101-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... +Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... +Selecting previously unselected package libpython3.11-dev:amd64. +Preparing to unpack .../102-libpython3.11-dev_3.11.2-6_amd64.deb ... +Unpacking libpython3.11-dev:amd64 (3.11.2-6) ... +Selecting previously unselected package libpython3-dev:amd64. +Preparing to unpack .../103-libpython3-dev_3.11.2-1+b1_amd64.deb ... +Unpacking libpython3-dev:amd64 (3.11.2-1+b1) ... +Selecting previously unselected package libsort-naturally-perl. +Preparing to unpack .../104-libsort-naturally-perl_1.03-4_all.deb ... +Unpacking libsort-naturally-perl (1.03-4) ... +Selecting previously unselected package libterm-readkey-perl. +Preparing to unpack .../105-libterm-readkey-perl_2.38-2+b1_amd64.deb ... +Unpacking libterm-readkey-perl (2.38-2+b1) ... +Selecting previously unselected package manpages-dev. +Preparing to unpack .../106-manpages-dev_6.03-2_all.deb ... +Unpacking manpages-dev (6.03-2) ... +Selecting previously unselected package needrestart. +Preparing to unpack .../107-needrestart_3.6-4_all.deb ... +Unpacking needrestart (3.6-4) ... +Selecting previously unselected package python3.11-dev. +Preparing to unpack .../108-python3.11-dev_3.11.2-6_amd64.deb ... +Unpacking python3.11-dev (3.11.2-6) ... +Selecting previously unselected package python3-lib2to3. +Preparing to unpack .../109-python3-lib2to3_3.11.2-3_all.deb ... +Unpacking python3-lib2to3 (3.11.2-3) ... +Selecting previously unselected package python3-distutils. +Preparing to unpack .../110-python3-distutils_3.11.2-3_all.deb ... +Unpacking python3-distutils (3.11.2-3) ... +Selecting previously unselected package python3-dev. +Preparing to unpack .../111-python3-dev_3.11.2-1+b1_amd64.deb ... +Unpacking python3-dev (3.11.2-1+b1) ... +Selecting previously unselected package python3-setuptools. +Preparing to unpack .../112-python3-setuptools_66.1.1-1_all.deb ... +Unpacking python3-setuptools (66.1.1-1) ... +Selecting previously unselected package python3-wheel. +Preparing to unpack .../113-python3-wheel_0.38.4-2_all.deb ... +Unpacking python3-wheel (0.38.4-2) ... +Selecting previously unselected package python3-pip. +Preparing to unpack .../114-python3-pip_23.0.1+dfsg-1_all.deb ... +Unpacking python3-pip (23.0.1+dfsg-1) ... +Selecting previously unselected package python3-pip-whl. +Preparing to unpack .../115-python3-pip-whl_23.0.1+dfsg-1_all.deb ... +Unpacking python3-pip-whl (23.0.1+dfsg-1) ... +Selecting previously unselected package python3-setuptools-whl. +Preparing to unpack .../116-python3-setuptools-whl_66.1.1-1_all.deb ... +Unpacking python3-setuptools-whl (66.1.1-1) ... +Selecting previously unselected package python3.11-venv. +Preparing to unpack .../117-python3.11-venv_3.11.2-6_amd64.deb ... +Unpacking python3.11-venv (3.11.2-6) ... +Selecting previously unselected package python3-venv. +Preparing to unpack .../118-python3-venv_3.11.2-1+b1_amd64.deb ... +Unpacking python3-venv (3.11.2-1+b1) ... +Selecting previously unselected package qemu-user-static. +Preparing to unpack .../119-qemu-user-static_1%3a8.1.2+ds-1~bpo12+1_amd64.deb ... +Unpacking qemu-user-static (1:8.1.2+ds-1~bpo12+1) ... +Setting up libksba8:amd64 (1.6.3-2) ... +Setting up javascript-common (11+nmu1) ... +Setting up libaom3:amd64 (3.6.0-1) ... +Setting up manpages-dev (6.03-2) ... +Setting up libabsl20220623:amd64 (20220623.1-1) ... +Setting up python3-setuptools-whl (66.1.1-1) ... +Setting up libpython3.11:amd64 (3.11.2-6) ... +Setting up libfile-fcntllock-perl (0.22-4+b1) ... +Setting up python3-pip-whl (23.0.1+dfsg-1) ... +Setting up libalgorithm-diff-perl (1.201-1) ... +Setting up libip6tc2:amd64 (1.8.9-2) ... +Setting up qemu-user-static (1:8.1.2+ds-1~bpo12+1) ... +Setting up binutils-common:amd64 (2.40-2) ... +Setting up linux-libc-dev:amd64 (6.1.55-1) ... +Setting up libctf-nobfd0:amd64 (2.40-2) ... +Setting up libnpth0:amd64 (1.6-3) ... +Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... +Setting up libassuan0:amd64 (2.5.5-5) ... +Setting up libgomp1:amd64 (12.2.0-14) ... +Setting up librav1e0:amd64 (0.5.1-6) ... +Setting up libfakeroot:amd64 (1.31-1.2) ... +Setting up runc (1.1.5+ds1-1+b1) ... +Setting up fakeroot (1.31-1.2) ... +update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +Setting up liberror-perl (0.17029-2) ... +Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... +Setting up rpcsvc-proto (1.4.3-1) ... +Setting up make (4.3-4.1) ... +Setting up libmpfr6:amd64 (4.2.0-1) ... +Setting up gnupg-l10n (2.2.40-1.1) ... +Setting up libmodule-find-perl (0.16-2) ... +Setting up libquadmath0:amd64 (12.2.0-14) ... +Setting up libmpc3:amd64 (1.3.1-1) ... +Setting up libatomic1:amd64 (12.2.0-14) ... +Setting up tini (0.19.0-1) ... +Setting up patch (2.7.6-7) ... +Setting up libgav1-1:amd64 (0.18.0-1+b1) ... +Setting up libdav1d6:amd64 (1.0.0-2) ... +Setting up libdpkg-perl (1.21.22) ... +Setting up libx265-199:amd64 (3.5-2+b1) ... +Setting up libubsan1:amd64 (12.2.0-14) ... +Setting up libprotobuf32:amd64 (3.21.12-3) ... +Setting up libproc-processtable-perl:amd64 (0.634-1+b2) ... +Setting up libnsl-dev:amd64 (1.3.0-2) ... +Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... +Setting up libnfnetlink0:amd64 (1.0.2-2) ... +Setting up libasan8:amd64 (12.2.0-14) ... +Setting up libnl-3-200:amd64 (3.7.0-0.2+b1) ... +Setting up gpgconf (2.2.40-1.1) ... +Setting up libintl-perl (1.33-1) ... +Setting up git-man (1:2.39.2-1.1) ... +Setting up sgml-base (1.31) ... +Setting up cgroupfs-mount (1.4) ... +Setting up libtsan2:amd64 (12.2.0-14) ... +Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... +Setting up libterm-readkey-perl (2.38-2+b1) ... +Setting up libbinutils:amd64 (2.40-2) ... +Setting up python3-protobuf (3.21.12-3) ... +Setting up libisl23:amd64 (0.25-1) ... +Setting up libde265-0:amd64 (1.0.11-1) ... +Setting up libc-dev-bin (2.36-9+deb12u3) ... +Setting up containerd (1.6.20~ds1-1+b1) ... +Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. +Setting up python3-lib2to3 (3.11.2-3) ... +Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... +Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ... +Setting up libsort-naturally-perl (1.03-4) ... +Setting up libmodule-scandeps-perl (1.31-2) ... +Setting up libcc1-0:amd64 (12.2.0-14) ... +Setting up gpg (2.2.40-1.1) ... +Setting up liblsan0:amd64 (12.2.0-14) ... +Setting up libitm1:amd64 (12.2.0-14) ... +Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... +Setting up libalgorithm-merge-perl (0.08-5) ... +Setting up gnupg-utils (2.2.40-1.1) ... +Setting up libctf0:amd64 (2.40-2) ... +Setting up python3-distutils (3.11.2-3) ... +Setting up pinentry-curses (1.2.1-1) ... +Setting up cpp-12 (12.2.0-14) ... +Setting up gpg-agent (2.2.40-1.1) ... +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. +Setting up python3-setuptools (66.1.1-1) ... +Setting up libavif15:amd64 (0.11.1-1) ... +Setting up gpgsm (2.2.40-1.1) ... +Setting up libheif1:amd64 (1.15.1-1) ... +Setting up libnet1:amd64 (1.1.6+dfsg-3.2) ... +Setting up python3-wheel (0.38.4-2) ... +Setting up libintl-xs-perl (1.33-1) ... +Setting up dirmngr (2.2.40-1.1) ... +Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. +Setting up libgprofng0:amd64 (2.40-2) ... +Setting up python3.11-venv (3.11.2-6) ... +Setting up libgcc-12-dev:amd64 (12.2.0-14) ... +Setting up libgd3:amd64 (2.3.3-9) ... +Setting up git (1:2.39.2-1.1) ... +Setting up python3-pip (23.0.1+dfsg-1) ... +Setting up libjs-sphinxdoc (5.3.0-4) ... +Setting up gpg-wks-server (2.2.40-1.1) ... +Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ... +Setting up criu (3.17.1-2) ... +Setting up cpp (4:12.2.0-3) ... +Setting up libc6-dev:amd64 (2.36-9+deb12u3) ... +Setting up libc-devtools (2.36-9+deb12u3) ... +Setting up binutils-x86-64-linux-gnu (2.40-2) ... +Setting up gpg-wks-client (2.2.40-1.1) ... +Setting up libstdc++-12-dev:amd64 (12.2.0-14) ... +Setting up iptables (1.8.9-2) ... +update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode +update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode +update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode +update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode +update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode +update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode +Setting up docker.io (20.10.24+dfsg1-1+b3) ... +Adding group `docker' (GID 109) ... +Done. +Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. +Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. +Setting up binutils (2.40-2) ... +Setting up dpkg-dev (1.21.22) ... +Setting up libexpat1-dev:amd64 (2.5.0-1) ... +Setting up python3-venv (3.11.2-1+b1) ... +Setting up gcc-12 (12.2.0-14) ... +Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... +Setting up gnupg (2.2.40-1.1) ... +Setting up g++-12 (12.2.0-14) ... +Setting up needrestart (3.6-4) ... +Setting up gcc (4:12.2.0-3) ... +Setting up libpython3.11-dev:amd64 (3.11.2-6) ... +Setting up g++ (4:12.2.0-3) ... +update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode +Setting up build-essential (12.9) ... +Setting up libpython3-dev:amd64 (3.11.2-1+b1) ... +Setting up python3.11-dev (3.11.2-6) ... +Setting up python3-dev (3.11.2-1+b1) ... +Processing triggers for systemd (252.17-1~deb12u1) ... +Processing triggers for man-db (2.11.2-2) ... +Processing triggers for libc-bin (2.36-9+deb12u3) ... +[Pipeline] sh ++ wget https://github.com/ruyisdk/ruyi/archive/refs/heads/main.tar.gz +--2023-11-29 22:16:37-- https://github.com/ruyisdk/ruyi/archive/refs/heads/main.tar.gz +Resolving github.com (github.com)... 20.205.243.166 +Connecting to github.com (github.com)|20.205.243.166|:443... connected. +HTTP request sent, awaiting response... 302 Found +Location: https://codeload.github.com/ruyisdk/ruyi/tar.gz/refs/heads/main [following] +--2023-11-29 22:16:38-- https://codeload.github.com/ruyisdk/ruyi/tar.gz/refs/heads/main +Resolving codeload.github.com (codeload.github.com)... 20.205.243.165 +Connecting to codeload.github.com (codeload.github.com)|20.205.243.165|:443... connected. +HTTP request sent, awaiting response... 200 OK +Length: unspecified [application/x-gzip] +Saving to: ‘main.tar.gz’ + + 0K .......... .......... .......... .......... ... 262K=0.2s + +2023-11-29 22:16:39 (262 KB/s) - ‘main.tar.gz’ saved [44476] + +[Pipeline] sh ++ tar zxf main.tar.gz ++ rm main.tar.gz ++ mv ruyi-main ruyi +[Pipeline] sh ++ cd ruyi ++ python3 -m venv venv ++ . venv/bin/activate ++ deactivate nondestructive ++ [ -n ] ++ [ -n ] ++ [ -n -o -n ] ++ [ -n ] ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ [ ! nondestructive = nondestructive ] ++ VIRTUAL_ENV=/home/jenkins/build/workspace/ruyi-auto-build/ruyi/venv ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin:/bin:/usr/games ++ PATH=/home/jenkins/build/workspace/ruyi-auto-build/ruyi/venv/bin:/usr/local/bin:/usr/bin:/bin:/usr/games ++ export PATH ++ [ -n ] ++ [ -z ] ++ _OLD_VIRTUAL_PS1=$ ++ PS1=(venv) $ ++ export PS1 ++ VIRTUAL_ENV_PROMPT=(venv) ++ export VIRTUAL_ENV_PROMPT ++ [ -n -o -n ] ++ python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple poetry +Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple +Collecting poetry + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/79/94/95c62fb8463d3f7dd86f1fc27369f63b4e028cbdbc7f62716183d4f51d16/poetry-1.7.1-py3-none-any.whl (235 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 kB 749.4 kB/s eta 0:00:00 +Collecting build<2.0.0,>=1.0.3 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/93/dd/b464b728b866aaa62785a609e0dd8c72201d62c5f7c53e7c20f4dceb085f/build-1.0.3-py3-none-any.whl (18 kB) +Collecting cachecontrol[filecache]<0.14.0,>=0.13.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1d/e3/a22348e6226dcd585d5a4b5f0175b3a16dabfd3912cbeb02f321d00e56c7/cachecontrol-0.13.1-py3-none-any.whl (22 kB) +Collecting cleo<3.0.0,>=2.1.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2d/f5/6bbead8b880620e5a99e0e4bb9e22e67cca16ff48d54105302a3e7821096/cleo-2.1.0-py3-none-any.whl (78 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 735.4 kB/s eta 0:00:00 +Collecting crashtest<0.5.0,>=0.4.1 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/5c/3ba7d12e7a79566f97b8f954400926d7b6eb33bcdccc1315a857f200f1f1/crashtest-0.4.1-py3-none-any.whl (7.6 kB) +Collecting dulwich<0.22.0,>=0.21.2 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/6d/b2a3ddaf1dce030237e135de9de9116569659862b664696dd48fa5a2d26d/dulwich-0.21.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 513.8/513.8 kB 2.9 MB/s eta 0:00:00 +Collecting fastjsonschema<3.0.0,>=2.18.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/63/e9/d3dca06ea6b8e58e65716973bc7d9bee9bc39ce233595aa04d04e89a1089/fastjsonschema-2.19.0-py3-none-any.whl (23 kB) +Collecting installer<0.8.0,>=0.7.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl (453 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 1.7 MB/s eta 0:00:00 +Collecting keyring<25.0.0,>=24.0.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/e9/c51071308adc273ed612cd308a4b4360ffd291da40b7de2f47c9d6e3a978/keyring-24.3.0-py3-none-any.whl (38 kB) +Collecting packaging>=20.5 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl (53 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 307.1 kB/s eta 0:00:00 +Collecting pexpect<5.0.0,>=4.7.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl (63 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 485.4 kB/s eta 0:00:00 +Collecting pkginfo<2.0.0,>=1.9.4 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl (30 kB) +Collecting platformdirs<4.0.0,>=3.0.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/56/29/3ec311dc18804409ecf0d2b09caa976f3ae6215559306b5b530004e11156/platformdirs-3.11.0-py3-none-any.whl (17 kB) +Collecting poetry-core==1.8.1 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/99/bc/058b8ff87871fce6615ad032d62c773272f243266b110f7b86d146cf78d8/poetry_core-1.8.1-py3-none-any.whl (306 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 kB 822.6 kB/s eta 0:00:00 +Collecting poetry-plugin-export<2.0.0,>=1.6.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/17/bb/78d7d920bb463e4bee64f44d8b0d4a286a80af7e76ff8326e5169103f44b/poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB) +Collecting pyproject-hooks<2.0.0,>=1.0.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) +Collecting requests<3.0,>=2.26 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 325.4 kB/s eta 0:00:00 +Collecting requests-toolbelt<2,>=0.9.1 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 285.4 kB/s eta 0:00:00 +Collecting shellingham<2.0,>=1.5 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) +Collecting tomlkit<1.0.0,>=0.11.4 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6e/43/159750d32481f16e34cc60090b53bc0a14314ad0c1f67a9bb64f3f3a0551/tomlkit-0.12.3-py3-none-any.whl (37 kB) +Collecting trove-classifiers>=2022.5.19 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f8/50/e223fe762fe21fefb7a3f37c10e9693ea5f63cb54b5ae39daa876b780abc/trove_classifiers-2023.11.29-py3-none-any.whl (13 kB) +Collecting virtualenv<21.0.0,>=20.23.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7f/1b/433ebb5530c48d70bebe1bf10ec7591af9f66847e34c4fcbca16d5eaaa0c/virtualenv-20.24.7-py3-none-any.whl (3.8 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 3.3 MB/s eta 0:00:00 +Collecting msgpack>=0.5.2 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/df/09/dee50913ba5cc047f7fd7162f09453a676e7935c84b3bf3a398e12108677/msgpack-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (557 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 558.0/558.0 kB 2.1 MB/s eta 0:00:00 +Collecting filelock>=3.8.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl (11 kB) +Collecting rapidfuzz<4.0.0,>=3.0.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/ae/33dd7c9a6f06c25dfb7e556756fb4adbcea1ec2c8c7efc8aaecb106ac882/rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 6.2 MB/s eta 0:00:00 +Collecting urllib3>=1.25 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/96/94/c31f58c7a7f470d5665935262ebd7455c7e4c7782eb525658d3dbf4b9403/urllib3-2.1.0-py3-none-any.whl (104 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 734.4 kB/s eta 0:00:00 +Collecting jaraco.classes + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/6b/1bc8fa93ea85146e08f0e0883bc579b7c7328364ed7df90b1628dcb36e10/jaraco.classes-3.3.0-py3-none-any.whl (5.9 kB) +Collecting importlib-metadata>=4.11.4 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl (22 kB) +Collecting SecretStorage>=3.2 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl (15 kB) +Collecting jeepney>=0.4.2 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl (48 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 198.9 kB/s eta 0:00:00 +Collecting ptyprocess>=0.5 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) +Collecting charset-normalizer<4,>=2 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 809.6 kB/s eta 0:00:00 +Collecting idna<4,>=2.5 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl (61 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 411.0 kB/s eta 0:00:00 +Collecting certifi>=2017.4.17 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/64/62/428ef076be88fa93716b576e4a01f919d25968913e817077a386fcbe4f42/certifi-2023.11.17-py3-none-any.whl (162 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 1.3 MB/s eta 0:00:00 +Collecting distlib<1,>=0.3.7 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/43/a0/9ba967fdbd55293bacfc1507f58e316f740a3b231fc00e3d86dc39bc185a/distlib-0.3.7-py2.py3-none-any.whl (468 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 2.7 MB/s eta 0:00:00 +Collecting zipp>=0.5 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl (7.4 kB) +Collecting cryptography>=2.0 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/62/bd/69628ab50368b1beb900eb1de5c46f8137169b75b2458affe95f2f470501/cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 5.9 MB/s eta 0:00:00 +Collecting more-itertools + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl (55 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 228.0 kB/s eta 0:00:00 +Collecting cffi>=1.12 + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 1.5 MB/s eta 0:00:00 +Collecting pycparser + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 1.5 MB/s eta 0:00:00 +Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jaraco.classes, importlib-metadata, dulwich, cleo, cffi, build, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry +Successfully installed SecretStorage-3.3.3 build-1.0.3 cachecontrol-0.13.1 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-41.0.7 distlib-0.3.7 dulwich-0.21.6 fastjsonschema-2.19.0 filelock-3.13.1 idna-3.6 importlib-metadata-6.8.0 installer-0.7.0 jaraco.classes-3.3.0 jeepney-0.8.0 keyring-24.3.0 more-itertools-10.1.0 msgpack-1.0.7 packaging-23.2 pexpect-4.9.0 pkginfo-1.9.6 platformdirs-3.11.0 poetry-1.7.1 poetry-core-1.8.1 poetry-plugin-export-1.6.0 ptyprocess-0.7.0 pycparser-2.21 pyproject-hooks-1.0.0 rapidfuzz-3.5.2 requests-2.31.0 requests-toolbelt-1.0.0 shellingham-1.5.4 tomlkit-0.12.3 trove-classifiers-2023.11.29 urllib3-2.1.0 virtualenv-20.24.7 zipp-3.17.0 ++ poetry source add --priority=default mirror https://pypi.tuna.tsinghua.edu.cn/simple +Adding source with name mirror. ++ poetry lock --no-update +Resolving dependencies... + +Writing lock file ++ deactivate ++ [ -n /usr/local/bin:/usr/bin:/bin:/usr/games ] ++ PATH=/usr/local/bin:/usr/bin:/bin:/usr/games ++ export PATH ++ unset _OLD_VIRTUAL_PATH ++ [ -n ] ++ [ -n -o -n ] ++ [ -n $ ] ++ PS1=$ ++ export PS1 ++ unset _OLD_VIRTUAL_PS1 ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ [ ! = nondestructive ] ++ unset -f deactivate ++ rm -rf venv +[Pipeline] sh ++ sed -i s/pip install/pip install -i https:\/\/pypi.tuna.tsinghua.edu.cn\/simple/ ruyi/scripts/dist-image/prepare-poetry.sh +[Pipeline] sh ++ sed -i s/exec docker/exec sudo docker/ ruyi/scripts/build-dist-image.sh +[Pipeline] sh ++ sed -i s/exec docker/exec sudo docker/ ruyi/scripts/dist.sh +[Pipeline] sh ++ cat +[Pipeline] sh ++ tar zcvf ruyi_src.tar.gz ruyi +ruyi/ +ruyi/pyproject.toml +ruyi/tests/ +ruyi/tests/__init__.py +ruyi/.gitignore +ruyi/docs/ +ruyi/docs/repo-structure.md +ruyi/ruyi/ +ruyi/ruyi/__main__.py +ruyi/ruyi/cli/ +ruyi/ruyi/cli/__init__.py +ruyi/ruyi/cli/nuitka.py +ruyi/ruyi/config/ +ruyi/ruyi/config/__init__.py +ruyi/ruyi/mux/ +ruyi/ruyi/mux/.gitignore +ruyi/ruyi/mux/__init__.py +ruyi/ruyi/mux/venv/ +ruyi/ruyi/mux/venv/__main__.py +ruyi/ruyi/mux/venv/ruyi-activate.bash.jinja +ruyi/ruyi/mux/venv/provision.py +ruyi/ruyi/mux/venv/__init__.py +ruyi/ruyi/mux/venv/ruyi-venv.toml.jinja +ruyi/ruyi/mux/venv/data.py +ruyi/ruyi/mux/venv/ruyi-cache.toml.jinja +ruyi/ruyi/mux/venv/prompt.venv-created.txt.jinja +ruyi/ruyi/mux/runtime.py +ruyi/ruyi/ruyipkg/ +ruyi/ruyi/ruyipkg/atom.py +ruyi/ruyi/ruyipkg/profile.py +ruyi/ruyi/ruyipkg/repo.py +ruyi/ruyi/ruyipkg/pkg_manifest.py +ruyi/ruyi/ruyipkg/pkg_cli.py +ruyi/ruyi/ruyipkg/__init__.py +ruyi/ruyi/ruyipkg/arch/ +ruyi/ruyi/ruyipkg/arch/riscv.py +ruyi/ruyi/ruyipkg/arch/__init__.py +ruyi/ruyi/ruyipkg/distfile.py +ruyi/ruyi/ruyipkg/update.py +ruyi/ruyi/ruyipkg/profile_cli.py +ruyi/ruyi/ruyipkg/admin_cli.py +ruyi/ruyi/ruyipkg/unpack.py +ruyi/ruyi/ruyipkg/checksum.py +ruyi/ruyi/ruyipkg/fetch.py +ruyi/ruyi/__init__.py +ruyi/ruyi/log.py +ruyi/.editorconfig +ruyi/LICENSE-Apache.txt +ruyi/poetry.lock +ruyi/scripts/ +ruyi/scripts/dist-image/ +ruyi/scripts/dist-image/Dockerfile.riscv64 +ruyi/scripts/dist-image/prepare-distro.riscv64.sh +ruyi/scripts/dist-image/prepare-poetry.sh +ruyi/scripts/dist-image/Dockerfile.amd64 +ruyi/scripts/dist-image/prepare-distro.amd64.sh +ruyi/scripts/dist-inner.sh +ruyi/scripts/dist.sh +ruyi/scripts/_dist_version_helper.py +ruyi/scripts/build-dist-image.sh +ruyi/scripts/_image_tag_base.sh +ruyi/README.md +[Pipeline] } +[Pipeline] // stage +[Pipeline] stage +[Pipeline] { (amd64 build) +[Pipeline] sh ++ cd ruyi ++ bash scripts/build-dist-image.sh amd64 +Sending build context to Docker daemon 7.68kB +Step 1/9 : FROM ubuntu:20.04 +20.04: Pulling from library/ubuntu +96d54c3075c9: Pulling fs layer +96d54c3075c9: Download complete +96d54c3075c9: Pull complete +Digest: sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2 +Status: Downloaded newer image for ubuntu:20.04 + ---> bf40b7bc7a11 +Step 2/9 : ARG BUILDER_UID=1000 + ---> Running in e0ed1d4aaf9b +Removing intermediate container e0ed1d4aaf9b + ---> 172f48e5060c +Step 3/9 : ARG BUILDER_GID=1000 + ---> Running in e4c1e7fb53b8 +Removing intermediate container e4c1e7fb53b8 + ---> 2b29248a4622 +Step 4/9 : COPY ./prepare-distro.amd64.sh /tmp/prepare-distro.sh + ---> 201f86a6859d +Step 5/9 : RUN /tmp/prepare-distro.sh + ---> Running in bf3dbbb0dea5 +Get:1 http://mirrors.huaweicloud.com/ubuntu focal InRelease [265 kB] +Get:2 http://mirrors.huaweicloud.com/ubuntu focal-updates InRelease [114 kB] +Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] +Get:4 http://mirrors.huaweicloud.com/ubuntu focal-backports InRelease [108 kB] +Get:5 http://mirrors.huaweicloud.com/ubuntu focal/multiverse amd64 Packages [177 kB] +Get:6 http://mirrors.huaweicloud.com/ubuntu focal/universe amd64 Packages [11.3 MB] +Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB] +Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1143 kB] +Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3238 kB] +Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3079 kB] +Get:11 http://mirrors.huaweicloud.com/ubuntu focal/restricted amd64 Packages [33.4 kB] +Get:12 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 Packages [1275 kB] +Get:13 http://mirrors.huaweicloud.com/ubuntu focal-updates/restricted amd64 Packages [3228 kB] +Get:14 http://mirrors.huaweicloud.com/ubuntu focal-updates/universe amd64 Packages [1437 kB] +Get:15 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 Packages [3726 kB] +Get:16 http://mirrors.huaweicloud.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB] +Get:17 http://mirrors.huaweicloud.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] +Get:18 http://mirrors.huaweicloud.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] +Fetched 29.4 MB in 8s (3614 kB/s) +Reading package lists... +debconf: delaying package configuration, since apt-utils is not installed +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4126 files and directories currently installed.) +Preparing to unpack .../perl-base_5.30.0-9ubuntu0.5_amd64.deb ... +Unpacking perl-base (5.30.0-9ubuntu0.5) over (5.30.0-9ubuntu0.4) ... +Setting up perl-base (5.30.0-9ubuntu0.5) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4126 files and directories currently installed.) +Preparing to unpack .../libapt-pkg6.0_2.0.10_amd64.deb ... +Unpacking libapt-pkg6.0:amd64 (2.0.10) over (2.0.9) ... +Setting up libapt-pkg6.0:amd64 (2.0.10) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4126 files and directories currently installed.) +Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.9_amd64.deb ... +Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.9) over (3.6.13-2ubuntu1.8) ... +Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.9) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4126 files and directories currently installed.) +Preparing to unpack .../archives/apt_2.0.10_amd64.deb ... +Unpacking apt (2.0.10) over (2.0.9) ... +Setting up apt (2.0.10) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) +Preparing to unpack .../libprocps8_2%3a3.3.16-1ubuntu2.4_amd64.deb ... +Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.4) over (2:3.3.16-1ubuntu2.3) ... +Preparing to unpack .../procps_2%3a3.3.16-1ubuntu2.4_amd64.deb ... +Unpacking procps (2:3.3.16-1ubuntu2.4) over (2:3.3.16-1ubuntu2.3) ... +Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.4) ... +Setting up procps (2:3.3.16-1ubuntu2.4) ... +Processing triggers for libc-bin (2.31-0ubuntu9.12) ... +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp cpp-9 + dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr + distro-info-data dmsetup dpkg-dev fakeroot file g++ g++-9 gcc gcc-9 + gcc-9-base gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking + glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils + gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm + gsettings-desktop-schemas iso-codes krb5-locales libalgorithm-diff-perl + libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libappstream4 + libargon2-1 libasan5 libasn1-8-heimdal libassuan0 libatomic1 libbinutils + libbrotli1 libc-dev-bin libc6-dev libcap2 libcap2-bin libcc1-0 libcrypt-dev + libcryptsetup12 libctf-nobfd0 libctf0 libdbus-1-3 libdconf1 + libdevmapper1.02.1 libdpkg-perl libelf1 libexpat1 libfakeroot + libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 + libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgomp1 + libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal + libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 + libip4tc2 libisl22 libitm1 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 + libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 + libldap-common liblmdb0 liblocale-gettext-perl liblsan0 libmagic-mgc + libmagic1 libmpc3 libmpdec2 libmpfr6 libnpth0 libnss-systemd + libpackagekit-glib2-18 libpam-cap libpam-systemd libperl5.30 + libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 + libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libquadmath0 + libreadline8 libroken18-heimdal libsasl2-2 libsasl2-modules + libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssl1.1 libstdc++-9-dev + libstemmer0d libtsan0 libubsan1 libwind0-heimdal libxml2 libyaml-0-2 + linux-libc-dev lsb-release make manpages manpages-dev mime-support netbase + networkd-dispatcher openssl packagekit packagekit-tools patch perl + perl-modules-5.30 pinentry-curses policykit-1 publicsuffix python-apt-common + python3 python3-apt python3-certifi python3-chardet python3-dbus + python3-distro-info python3-gi python3-idna python3-minimal + python3-pkg-resources python3-requests python3-requests-unixsocket + python3-six python3-software-properties python3-urllib3 python3.8 + python3.8-minimal readline-common shared-mime-info systemd systemd-sysv + systemd-timesyncd tzdata ucf unattended-upgrades xdg-user-dirs xz-utils +Suggested packages: + binutils-doc distcc | icecc cpp-doc gcc-9-locales pinentry-gnome3 tor + debian-keyring g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf + automake libtool flex bison gdb gcc-doc gcc-9-multilib parcimonie xloadimage + scdaemon isoquery glibc-doc git bzr gdbm-l10n krb5-doc krb5-user + gstreamer1.0-tools libsasl2-modules-gssapi-mit + | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp + libsasl2-modules-sql libstdc++-9-doc make-doc man-browser iw + | wireless-tools appstream ed diffutils-doc perl-doc + libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl + liblocale-codes-perl pinentry-doc python3-doc python3-tk python3-venv + python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg + python3-setuptools python3-cryptography python3-openssl python3-socks + python3.8-venv python3.8-doc binfmt-support readline-doc systemd-container + bsd-mailx default-mta | mail-transport-agent needrestart powermgmt-base +The following NEW packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu build-essential + ca-certificates ccache cpp cpp-9 dbus dbus-user-session + dconf-gsettings-backend dconf-service dirmngr distro-info-data dmsetup + dpkg-dev fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gir1.2-glib-2.0 + gir1.2-packagekitglib-1.0 glib-networking glib-networking-common + glib-networking-services gnupg gnupg-l10n gnupg-utils gpg gpg-agent + gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas + iso-codes krb5-locales libalgorithm-diff-perl libalgorithm-diff-xs-perl + libalgorithm-merge-perl libapparmor1 libappstream4 libargon2-1 libasan5 + libasn1-8-heimdal libassuan0 libatomic1 libbinutils libbrotli1 libc-dev-bin + libc6-dev libcap2 libcap2-bin libcc1-0 libcrypt-dev libcryptsetup12 + libctf-nobfd0 libctf0 libdbus-1-3 libdconf1 libdevmapper1.02.1 libdpkg-perl + libelf1 libexpat1 libfakeroot libfile-fcntllock-perl libgcc-9-dev + libgdbm-compat4 libgdbm6 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin + libglib2.0-data libgomp1 libgssapi-krb5-2 libgssapi3-heimdal + libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal + libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libisl22 libitm1 + libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 + libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 + liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpdec2 + libmpfr6 libnpth0 libnss-systemd libpackagekit-glib2-18 libpam-cap + libpam-systemd libperl5.30 libpolkit-agent-1-0 libpolkit-gobject-1-0 + libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal + libpython3.8-stdlib libquadmath0 libreadline8 libroken18-heimdal libsasl2-2 + libsasl2-modules libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssl1.1 + libstdc++-9-dev libstemmer0d libtsan0 libubsan1 libwind0-heimdal libxml2 + libyaml-0-2 linux-libc-dev lsb-release make manpages manpages-dev + mime-support netbase networkd-dispatcher openssl packagekit packagekit-tools + patch patchelf perl perl-modules-5.30 pinentry-curses policykit-1 + publicsuffix python-apt-common python3 python3-apt python3-certifi + python3-chardet python3-dbus python3-distro-info python3-gi python3-idna + python3-minimal python3-pkg-resources python3-requests + python3-requests-unixsocket python3-six python3-software-properties + python3-urllib3 python3.8 python3.8-minimal readline-common shared-mime-info + software-properties-common systemd systemd-sysv systemd-timesyncd tzdata ucf + unattended-upgrades xdg-user-dirs xz-utils zlib1g-dev +0 upgraded, 183 newly installed, 0 to remove and 0 not upgraded. +Need to get 90.0 MB of archives. +After this operation, 407 MB of additional disk space will be used. +Get:1 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] +Get:2 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB] +Get:3 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB] +Get:4 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] +Get:5 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB] +Get:6 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] +Get:7 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] +Get:8 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] +Get:9 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] +Get:10 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] +Get:11 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB] +Get:12 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB] +Get:13 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB] +Get:14 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] +Get:15 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] +Get:16 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.2 [35.4 kB] +Get:17 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libcap2 amd64 1:2.32-1ubuntu0.1 [15.8 kB] +Get:18 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB] +Get:19 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB] +Get:20 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] +Get:21 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] +Get:22 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2.1 [19.1 kB] +Get:23 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB] +Get:24 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.22 [28.1 kB] +Get:25 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.22 [3811 kB] +Get:26 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.22 [10.3 kB] +Get:27 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] +Get:28 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] +Get:29 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] +Get:30 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB] +Get:31 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB] +Get:32 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB] +Get:33 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] +Get:34 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB] +Get:35 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB] +Get:36 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.14 [4788 B] +Get:37 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 dmsetup amd64 2:1.02.167-1ubuntu1 [75.6 kB] +Get:38 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] +Get:39 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] +Get:40 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] +Get:41 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.6 [1289 kB] +Get:42 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB] +Get:43 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB] +Get:44 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libcap2-bin amd64 1:2.32-1ubuntu0.1 [26.2 kB] +Get:45 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB] +Get:46 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] +Get:47 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 tzdata all 2023c-0ubuntu0.20.04.2 [301 kB] +Get:48 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] +Get:49 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.22 [95.8 kB] +Get:50 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpam-cap amd64 1:2.32-1ubuntu0.1 [8364 B] +Get:51 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.22 [186 kB] +Get:52 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.6 [640 kB] +Get:53 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB] +Get:54 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB] +Get:55 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] +Get:56 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB] +Get:57 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB] +Get:58 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 networkd-dispatcher all 2.1-2~ubuntu20.04.3 [15.5 kB] +Get:59 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] +Get:60 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] +Get:61 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB] +Get:62 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB] +Get:63 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB] +Get:64 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] +Get:65 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB] +Get:66 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] +Get:67 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] +Get:68 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] +Get:69 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] +Get:70 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] +Get:71 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] +Get:72 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB] +Get:73 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB] +Get:74 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] +Get:75 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] +Get:76 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] +Get:77 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] +Get:78 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1ubuntu0.20.04.1 [154 kB] +Get:79 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-distro-info all 0.23ubuntu1.1 [5944 B] +Get:80 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.6 [207 kB] +Get:81 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.6 [473 kB] +Get:82 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.6 [47.4 kB] +Get:83 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.6 [46.6 kB] +Get:84 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.6 [1613 kB] +Get:85 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.6 [3376 B] +Get:86 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.12 [71.6 kB] +Get:87 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-167.184 [1117 kB] +Get:88 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] +Get:89 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.12 [2519 kB] +Get:90 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] +Get:91 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] +Get:92 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] +Get:93 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] +Get:94 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB] +Get:95 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] +Get:96 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB] +Get:97 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB] +Get:98 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB] +Get:99 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B] +Get:100 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB] +Get:101 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB] +Get:102 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB] +Get:103 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB] +Get:104 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB] +Get:105 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB] +Get:106 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB] +Get:107 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] +Get:108 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB] +Get:109 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB] +Get:110 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] +Get:111 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] +Get:112 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] +Get:113 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] +Get:114 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] +Get:115 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] +Get:116 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] +Get:117 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B] +Get:118 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB] +Get:119 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB] +Get:120 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB] +Get:121 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] +Get:122 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] +Get:123 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB] +Get:124 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] +Get:125 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] +Get:126 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] +Get:127 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] +Get:128 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] +Get:129 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] +Get:130 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] +Get:131 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] +Get:132 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] +Get:133 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] +Get:134 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] +Get:135 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] +Get:136 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] +Get:137 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] +Get:138 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB] +Get:139 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] +Get:140 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] +Get:141 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB] +Get:142 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB] +Get:143 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB] +Get:144 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B] +Get:145 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB] +Get:146 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB] +Get:147 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB] +Get:148 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] +Get:149 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB] +Get:150 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] +Get:151 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] +Get:152 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] +Get:153 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB] +Get:154 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB] +Get:155 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB] +Get:156 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] +Get:157 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] +Get:158 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] +Get:159 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] +Get:160 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] +Get:161 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB] +Get:162 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB] +Get:163 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB] +Get:164 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] +Get:165 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.6 [72.9 kB] +Get:166 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB] +Get:167 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB] +Get:168 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] +Get:169 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] +Get:170 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB] +Get:171 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB] +Get:172 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 packagekit-tools amd64 1.1.13-2ubuntu1.1 [32.8 kB] +Get:173 http://mirrors.huaweicloud.com/ubuntu focal/universe amd64 patchelf amd64 0.10-2build1 [53.4 kB] +Get:174 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] +Get:175 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] +Get:176 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB] +Get:177 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] +Get:178 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] +Get:179 http://mirrors.huaweicloud.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B] +Get:180 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.12 [21.7 kB] +Get:181 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.12 [10.4 kB] +Get:182 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB] +Get:183 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB] +debconf: delaying package configuration, since apt-utils is not installed +Fetched 90.0 MB in 18s (4925 kB/s) +Selecting previously unselected package liblocale-gettext-perl. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) +Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ... +Unpacking liblocale-gettext-perl (1.07-4) ... +Selecting previously unselected package libssl1.1:amd64. +Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ... +Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... +Selecting previously unselected package libpython3.8-minimal:amd64. +Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... +Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... +Selecting previously unselected package libexpat1:amd64. +Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ... +Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ... +Selecting previously unselected package python3.8-minimal. +Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... +Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... +Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... +Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... +Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ... +Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... +Selecting previously unselected package python3-minimal. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4439 files and directories currently installed.) +Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... +Unpacking python3-minimal (3.8.2-0ubuntu2) ... +Selecting previously unselected package mime-support. +Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... +Unpacking mime-support (3.64ubuntu1) ... +Selecting previously unselected package libmpdec2:amd64. +Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... +Unpacking libmpdec2:amd64 (2.4.2-3) ... +Selecting previously unselected package readline-common. +Preparing to unpack .../3-readline-common_8.0-4_all.deb ... +Unpacking readline-common (8.0-4) ... +Selecting previously unselected package libreadline8:amd64. +Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ... +Unpacking libreadline8:amd64 (8.0-4) ... +Selecting previously unselected package libsqlite3-0:amd64. +Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ... +Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ... +Selecting previously unselected package libpython3.8-stdlib:amd64. +Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ... +Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... +Selecting previously unselected package python3.8. +Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ... +Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... +Selecting previously unselected package libpython3-stdlib:amd64. +Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... +Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... +Setting up python3-minimal (3.8.2-0ubuntu2) ... +Selecting previously unselected package python3. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4869 files and directories currently installed.) +Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... +Unpacking python3 (3.8.2-0ubuntu2) ... +Selecting previously unselected package libapparmor1:amd64. +Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.2_amd64.deb ... +Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.2) ... +Selecting previously unselected package libcap2:amd64. +Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.1_amd64.deb ... +Unpacking libcap2:amd64 (1:2.32-1ubuntu0.1) ... +Selecting previously unselected package libargon2-1:amd64. +Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ... +Unpacking libargon2-1:amd64 (0~20171227-0.2) ... +Selecting previously unselected package libdevmapper1.02.1:amd64. +Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ... +Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... +Selecting previously unselected package libjson-c4:amd64. +Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... +Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... +Selecting previously unselected package libcryptsetup12:amd64. +Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... +Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... +Selecting previously unselected package libip4tc2:amd64. +Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_amd64.deb ... +Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... +Selecting previously unselected package libkmod2:amd64. +Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ... +Unpacking libkmod2:amd64 (27-1ubuntu2.1) ... +Selecting previously unselected package systemd-timesyncd. +Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.22_amd64.deb ... +Unpacking systemd-timesyncd (245.4-4ubuntu3.22) ... +Selecting previously unselected package systemd. +Preparing to unpack .../10-systemd_245.4-4ubuntu3.22_amd64.deb ... +Unpacking systemd (245.4-4ubuntu3.22) ... +Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.2) ... +Setting up libcap2:amd64 (1:2.32-1ubuntu0.1) ... +Setting up libargon2-1:amd64 (0~20171227-0.2) ... +Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... +Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... +Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... +Setting up libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... +Setting up libkmod2:amd64 (27-1ubuntu2.1) ... +Setting up systemd-timesyncd (245.4-4ubuntu3.22) ... +Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. +Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. +Setting up systemd (245.4-4ubuntu3.22) ... +Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. +Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. +Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. +Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. +ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy +Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. +Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. +Initializing machine ID from random generator. +Selecting previously unselected package systemd-sysv. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5705 files and directories currently installed.) +Preparing to unpack .../000-systemd-sysv_245.4-4ubuntu3.22_amd64.deb ... +Unpacking systemd-sysv (245.4-4ubuntu3.22) ... +Selecting previously unselected package perl-modules-5.30. +Preparing to unpack .../001-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... +Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... +Selecting previously unselected package libgdbm6:amd64. +Preparing to unpack .../002-libgdbm6_1.18.1-5_amd64.deb ... +Unpacking libgdbm6:amd64 (1.18.1-5) ... +Selecting previously unselected package libgdbm-compat4:amd64. +Preparing to unpack .../003-libgdbm-compat4_1.18.1-5_amd64.deb ... +Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... +Selecting previously unselected package libperl5.30:amd64. +Preparing to unpack .../004-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ... +Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... +Selecting previously unselected package perl. +Preparing to unpack .../005-perl_5.30.0-9ubuntu0.5_amd64.deb ... +Unpacking perl (5.30.0-9ubuntu0.5) ... +Selecting previously unselected package openssl. +Preparing to unpack .../006-openssl_1.1.1f-1ubuntu2.20_amd64.deb ... +Unpacking openssl (1.1.1f-1ubuntu2.20) ... +Selecting previously unselected package ca-certificates. +Preparing to unpack .../007-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... +Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... +Selecting previously unselected package libdbus-1-3:amd64. +Preparing to unpack .../008-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ... +Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... +Selecting previously unselected package dbus. +Preparing to unpack .../009-dbus_1.12.16-2ubuntu2.3_amd64.deb ... +Unpacking dbus (1.12.16-2ubuntu2.3) ... +Selecting previously unselected package distro-info-data. +Preparing to unpack .../010-distro-info-data_0.43ubuntu1.14_all.deb ... +Unpacking distro-info-data (0.43ubuntu1.14) ... +Selecting previously unselected package dmsetup. +Preparing to unpack .../011-dmsetup_2%3a1.02.167-1ubuntu1_amd64.deb ... +Unpacking dmsetup (2:1.02.167-1ubuntu1) ... +Selecting previously unselected package libmagic-mgc. +Preparing to unpack .../012-libmagic-mgc_1%3a5.38-4_amd64.deb ... +Unpacking libmagic-mgc (1:5.38-4) ... +Selecting previously unselected package libmagic1:amd64. +Preparing to unpack .../013-libmagic1_1%3a5.38-4_amd64.deb ... +Unpacking libmagic1:amd64 (1:5.38-4) ... +Selecting previously unselected package file. +Preparing to unpack .../014-file_1%3a5.38-4_amd64.deb ... +Unpacking file (1:5.38-4) ... +Selecting previously unselected package libglib2.0-0:amd64. +Preparing to unpack .../015-libglib2.0-0_2.64.6-1~ubuntu20.04.6_amd64.deb ... +Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... +Selecting previously unselected package libgirepository-1.0-1:amd64. +Preparing to unpack .../016-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ... +Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... +Selecting previously unselected package gir1.2-glib-2.0:amd64. +Preparing to unpack .../017-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ... +Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... +Selecting previously unselected package libcap2-bin. +Preparing to unpack .../018-libcap2-bin_1%3a2.32-1ubuntu0.1_amd64.deb ... +Unpacking libcap2-bin (1:2.32-1ubuntu0.1) ... +Selecting previously unselected package libelf1:amd64. +Preparing to unpack .../019-libelf1_0.176-1.1ubuntu0.1_amd64.deb ... +Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ... +Selecting previously unselected package libglib2.0-data. +Preparing to unpack .../020-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... +Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... +Selecting previously unselected package tzdata. +Preparing to unpack .../021-tzdata_2023c-0ubuntu0.20.04.2_all.deb ... +Unpacking tzdata (2023c-0ubuntu0.20.04.2) ... +Selecting previously unselected package libicu66:amd64. +Preparing to unpack .../022-libicu66_66.1-2ubuntu2.1_amd64.deb ... +Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... +Selecting previously unselected package libnss-systemd:amd64. +Preparing to unpack .../023-libnss-systemd_245.4-4ubuntu3.22_amd64.deb ... +Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.22) ... +Selecting previously unselected package libpam-cap:amd64. +Preparing to unpack .../024-libpam-cap_1%3a2.32-1ubuntu0.1_amd64.deb ... +Unpacking libpam-cap:amd64 (1:2.32-1ubuntu0.1) ... +Selecting previously unselected package libpam-systemd:amd64. +Preparing to unpack .../025-libpam-systemd_245.4-4ubuntu3.22_amd64.deb ... +Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.22) ... +Selecting previously unselected package libxml2:amd64. +Preparing to unpack .../026-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb ... +Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... +Selecting previously unselected package libyaml-0-2:amd64. +Preparing to unpack .../027-libyaml-0-2_0.2.2-1_amd64.deb ... +Unpacking libyaml-0-2:amd64 (0.2.2-1) ... +Selecting previously unselected package lsb-release. +Preparing to unpack .../028-lsb-release_11.1.0ubuntu2_all.deb ... +Unpacking lsb-release (11.1.0ubuntu2) ... +Selecting previously unselected package netbase. +Preparing to unpack .../029-netbase_6.1_all.deb ... +Unpacking netbase (6.1) ... +Selecting previously unselected package python3-dbus. +Preparing to unpack .../030-python3-dbus_1.2.16-1build1_amd64.deb ... +Unpacking python3-dbus (1.2.16-1build1) ... +Selecting previously unselected package python3-gi. +Preparing to unpack .../031-python3-gi_3.36.0-1_amd64.deb ... +Unpacking python3-gi (3.36.0-1) ... +Selecting previously unselected package networkd-dispatcher. +Preparing to unpack .../032-networkd-dispatcher_2.1-2~ubuntu20.04.3_all.deb ... +Unpacking networkd-dispatcher (2.1-2~ubuntu20.04.3) ... +Selecting previously unselected package python3-pkg-resources. +Preparing to unpack .../033-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... +Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... +Selecting previously unselected package python3-six. +Preparing to unpack .../034-python3-six_1.14.0-2_all.deb ... +Unpacking python3-six (1.14.0-2) ... +Selecting previously unselected package shared-mime-info. +Preparing to unpack .../035-shared-mime-info_1.15-1_amd64.deb ... +Unpacking shared-mime-info (1.15-1) ... +Selecting previously unselected package ucf. +Preparing to unpack .../036-ucf_3.0038+nmu1_all.deb ... +Moving old data out of the way +Unpacking ucf (3.0038+nmu1) ... +Selecting previously unselected package xdg-user-dirs. +Preparing to unpack .../037-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ... +Unpacking xdg-user-dirs (0.17-2ubuntu1) ... +Selecting previously unselected package xz-utils. +Preparing to unpack .../038-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... +Unpacking xz-utils (5.2.4-1ubuntu1.1) ... +Selecting previously unselected package iso-codes. +Preparing to unpack .../039-iso-codes_4.4-1_all.deb ... +Unpacking iso-codes (4.4-1) ... +Selecting previously unselected package krb5-locales. +Preparing to unpack .../040-krb5-locales_1.17-6ubuntu4.4_all.deb ... +Unpacking krb5-locales (1.17-6ubuntu4.4) ... +Selecting previously unselected package libkrb5support0:amd64. +Preparing to unpack .../041-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ... +Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ... +Selecting previously unselected package libk5crypto3:amd64. +Preparing to unpack .../042-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ... +Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ... +Selecting previously unselected package libkeyutils1:amd64. +Preparing to unpack .../043-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... +Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... +Selecting previously unselected package libkrb5-3:amd64. +Preparing to unpack .../044-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ... +Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ... +Selecting previously unselected package libgssapi-krb5-2:amd64. +Preparing to unpack .../045-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ... +Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... +Selecting previously unselected package liblmdb0:amd64. +Preparing to unpack .../046-liblmdb0_0.9.24-1_amd64.deb ... +Unpacking liblmdb0:amd64 (0.9.24-1) ... +Selecting previously unselected package libpolkit-gobject-1-0:amd64. +Preparing to unpack .../047-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ... +Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... +Selecting previously unselected package libpsl5:amd64. +Preparing to unpack .../048-libpsl5_0.21.0-1ubuntu1_amd64.deb ... +Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... +Selecting previously unselected package manpages. +Preparing to unpack .../049-manpages_5.05-1_all.deb ... +Unpacking manpages (5.05-1) ... +Selecting previously unselected package publicsuffix. +Preparing to unpack .../050-publicsuffix_20200303.0012-1_all.deb ... +Unpacking publicsuffix (20200303.0012-1) ... +Selecting previously unselected package python-apt-common. +Preparing to unpack .../051-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... +Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... +Selecting previously unselected package python3-apt. +Preparing to unpack .../052-python3-apt_2.0.1ubuntu0.20.04.1_amd64.deb ... +Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... +Selecting previously unselected package python3-distro-info. +Preparing to unpack .../053-python3-distro-info_0.23ubuntu1.1_all.deb ... +Unpacking python3-distro-info (0.23ubuntu1.1) ... +Selecting previously unselected package binutils-common:amd64. +Preparing to unpack .../054-binutils-common_2.34-6ubuntu1.6_amd64.deb ... +Unpacking binutils-common:amd64 (2.34-6ubuntu1.6) ... +Selecting previously unselected package libbinutils:amd64. +Preparing to unpack .../055-libbinutils_2.34-6ubuntu1.6_amd64.deb ... +Unpacking libbinutils:amd64 (2.34-6ubuntu1.6) ... +Selecting previously unselected package libctf-nobfd0:amd64. +Preparing to unpack .../056-libctf-nobfd0_2.34-6ubuntu1.6_amd64.deb ... +Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.6) ... +Selecting previously unselected package libctf0:amd64. +Preparing to unpack .../057-libctf0_2.34-6ubuntu1.6_amd64.deb ... +Unpacking libctf0:amd64 (2.34-6ubuntu1.6) ... +Selecting previously unselected package binutils-x86-64-linux-gnu. +Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.34-6ubuntu1.6_amd64.deb ... +Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.6) ... +Selecting previously unselected package binutils. +Preparing to unpack .../059-binutils_2.34-6ubuntu1.6_amd64.deb ... +Unpacking binutils (2.34-6ubuntu1.6) ... +Selecting previously unselected package libc-dev-bin. +Preparing to unpack .../060-libc-dev-bin_2.31-0ubuntu9.12_amd64.deb ... +Unpacking libc-dev-bin (2.31-0ubuntu9.12) ... +Selecting previously unselected package linux-libc-dev:amd64. +Preparing to unpack .../061-linux-libc-dev_5.4.0-167.184_amd64.deb ... +Unpacking linux-libc-dev:amd64 (5.4.0-167.184) ... +Selecting previously unselected package libcrypt-dev:amd64. +Preparing to unpack .../062-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... +Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +Selecting previously unselected package libc6-dev:amd64. +Preparing to unpack .../063-libc6-dev_2.31-0ubuntu9.12_amd64.deb ... +Unpacking libc6-dev:amd64 (2.31-0ubuntu9.12) ... +Selecting previously unselected package gcc-9-base:amd64. +Preparing to unpack .../064-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package libisl22:amd64. +Preparing to unpack .../065-libisl22_0.22.1-1_amd64.deb ... +Unpacking libisl22:amd64 (0.22.1-1) ... +Selecting previously unselected package libmpfr6:amd64. +Preparing to unpack .../066-libmpfr6_4.0.2-1_amd64.deb ... +Unpacking libmpfr6:amd64 (4.0.2-1) ... +Selecting previously unselected package libmpc3:amd64. +Preparing to unpack .../067-libmpc3_1.1.0-1_amd64.deb ... +Unpacking libmpc3:amd64 (1.1.0-1) ... +Selecting previously unselected package cpp-9. +Preparing to unpack .../068-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package cpp. +Preparing to unpack .../069-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking cpp (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package libcc1-0:amd64. +Preparing to unpack .../070-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libgomp1:amd64. +Preparing to unpack .../071-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libitm1:amd64. +Preparing to unpack .../072-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libatomic1:amd64. +Preparing to unpack .../073-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libasan5:amd64. +Preparing to unpack .../074-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package liblsan0:amd64. +Preparing to unpack .../075-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libtsan0:amd64. +Preparing to unpack .../076-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libubsan1:amd64. +Preparing to unpack .../077-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libquadmath0:amd64. +Preparing to unpack .../078-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... +Selecting previously unselected package libgcc-9-dev:amd64. +Preparing to unpack .../079-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package gcc-9. +Preparing to unpack .../080-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package gcc. +Preparing to unpack .../081-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking gcc (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package libstdc++-9-dev:amd64. +Preparing to unpack .../082-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package g++-9. +Preparing to unpack .../083-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... +Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... +Selecting previously unselected package g++. +Preparing to unpack .../084-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking g++ (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package make. +Preparing to unpack .../085-make_4.2.1-1.2_amd64.deb ... +Unpacking make (4.2.1-1.2) ... +Selecting previously unselected package libdpkg-perl. +Preparing to unpack .../086-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... +Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... +Selecting previously unselected package patch. +Preparing to unpack .../087-patch_2.7.6-6_amd64.deb ... +Unpacking patch (2.7.6-6) ... +Selecting previously unselected package dpkg-dev. +Preparing to unpack .../088-dpkg-dev_1.19.7ubuntu3.2_all.deb ... +Unpacking dpkg-dev (1.19.7ubuntu3.2) ... +Selecting previously unselected package build-essential. +Preparing to unpack .../089-build-essential_12.8ubuntu1.1_amd64.deb ... +Unpacking build-essential (12.8ubuntu1.1) ... +Selecting previously unselected package ccache. +Preparing to unpack .../090-ccache_3.7.7-1_amd64.deb ... +Unpacking ccache (3.7.7-1) ... +Selecting previously unselected package dbus-user-session. +Preparing to unpack .../091-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ... +Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ... +Selecting previously unselected package libdconf1:amd64. +Preparing to unpack .../092-libdconf1_0.36.0-1_amd64.deb ... +Unpacking libdconf1:amd64 (0.36.0-1) ... +Selecting previously unselected package dconf-service. +Preparing to unpack .../093-dconf-service_0.36.0-1_amd64.deb ... +Unpacking dconf-service (0.36.0-1) ... +Selecting previously unselected package dconf-gsettings-backend:amd64. +Preparing to unpack .../094-dconf-gsettings-backend_0.36.0-1_amd64.deb ... +Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ... +Selecting previously unselected package libassuan0:amd64. +Preparing to unpack .../095-libassuan0_2.5.3-7ubuntu2_amd64.deb ... +Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... +Selecting previously unselected package gpgconf. +Preparing to unpack .../096-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpgconf (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package libksba8:amd64. +Preparing to unpack .../097-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ... +Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... +Selecting previously unselected package libroken18-heimdal:amd64. +Preparing to unpack .../098-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libasn1-8-heimdal:amd64. +Preparing to unpack .../099-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libheimbase1-heimdal:amd64. +Preparing to unpack .../100-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libhcrypto4-heimdal:amd64. +Preparing to unpack .../101-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libwind0-heimdal:amd64. +Preparing to unpack .../102-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libhx509-5-heimdal:amd64. +Preparing to unpack .../103-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libkrb5-26-heimdal:amd64. +Preparing to unpack .../104-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libheimntlm0-heimdal:amd64. +Preparing to unpack .../105-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libgssapi3-heimdal:amd64. +Preparing to unpack .../106-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... +Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Selecting previously unselected package libsasl2-modules-db:amd64. +Preparing to unpack .../107-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package libsasl2-2:amd64. +Preparing to unpack .../108-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package libldap-common. +Preparing to unpack .../109-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... +Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... +Selecting previously unselected package libldap-2.4-2:amd64. +Preparing to unpack .../110-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... +Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... +Selecting previously unselected package libnpth0:amd64. +Preparing to unpack .../111-libnpth0_1.6-1_amd64.deb ... +Unpacking libnpth0:amd64 (1.6-1) ... +Selecting previously unselected package dirmngr. +Preparing to unpack .../112-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking dirmngr (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package libfakeroot:amd64. +Preparing to unpack .../113-libfakeroot_1.24-1_amd64.deb ... +Unpacking libfakeroot:amd64 (1.24-1) ... +Selecting previously unselected package fakeroot. +Preparing to unpack .../114-fakeroot_1.24-1_amd64.deb ... +Unpacking fakeroot (1.24-1) ... +Selecting previously unselected package libpackagekit-glib2-18:amd64. +Preparing to unpack .../115-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ... +Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... +Selecting previously unselected package gir1.2-packagekitglib-1.0. +Preparing to unpack .../116-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ... +Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... +Selecting previously unselected package libproxy1v5:amd64. +Preparing to unpack .../117-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ... +Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... +Selecting previously unselected package glib-networking-common. +Preparing to unpack .../118-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ... +Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ... +Selecting previously unselected package glib-networking-services. +Preparing to unpack .../119-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ... +Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ... +Selecting previously unselected package gsettings-desktop-schemas. +Preparing to unpack .../120-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ... +Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ... +Selecting previously unselected package glib-networking:amd64. +Preparing to unpack .../121-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ... +Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ... +Selecting previously unselected package gnupg-l10n. +Preparing to unpack .../122-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... +Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gnupg-utils. +Preparing to unpack .../123-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gpg. +Preparing to unpack .../124-gpg_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpg (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package pinentry-curses. +Preparing to unpack .../125-pinentry-curses_1.1.0-3build1_amd64.deb ... +Unpacking pinentry-curses (1.1.0-3build1) ... +Selecting previously unselected package gpg-agent. +Preparing to unpack .../126-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gpg-wks-client. +Preparing to unpack .../127-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gpg-wks-server. +Preparing to unpack .../128-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gpgsm. +Preparing to unpack .../129-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ... +Unpacking gpgsm (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package gnupg. +Preparing to unpack .../130-gnupg_2.2.19-3ubuntu2.2_all.deb ... +Unpacking gnupg (2.2.19-3ubuntu2.2) ... +Selecting previously unselected package libalgorithm-diff-perl. +Preparing to unpack .../131-libalgorithm-diff-perl_1.19.03-2_all.deb ... +Unpacking libalgorithm-diff-perl (1.19.03-2) ... +Selecting previously unselected package libalgorithm-diff-xs-perl. +Preparing to unpack .../132-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... +Unpacking libalgorithm-diff-xs-perl (0.04-6) ... +Selecting previously unselected package libalgorithm-merge-perl. +Preparing to unpack .../133-libalgorithm-merge-perl_0.08-3_all.deb ... +Unpacking libalgorithm-merge-perl (0.08-3) ... +Selecting previously unselected package libbrotli1:amd64. +Preparing to unpack .../134-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... +Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... +Selecting previously unselected package libsoup2.4-1:amd64. +Preparing to unpack .../135-libsoup2.4-1_2.70.0-1_amd64.deb ... +Unpacking libsoup2.4-1:amd64 (2.70.0-1) ... +Selecting previously unselected package libstemmer0d:amd64. +Preparing to unpack .../136-libstemmer0d_0+svn585-2_amd64.deb ... +Unpacking libstemmer0d:amd64 (0+svn585-2) ... +Selecting previously unselected package libappstream4:amd64. +Preparing to unpack .../137-libappstream4_0.12.10-2_amd64.deb ... +Unpacking libappstream4:amd64 (0.12.10-2) ... +Selecting previously unselected package libfile-fcntllock-perl. +Preparing to unpack .../138-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... +Unpacking libfile-fcntllock-perl (0.22-3build4) ... +Selecting previously unselected package libglib2.0-bin. +Preparing to unpack .../139-libglib2.0-bin_2.64.6-1~ubuntu20.04.6_amd64.deb ... +Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... +Selecting previously unselected package libgstreamer1.0-0:amd64. +Preparing to unpack .../140-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... +Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... +Selecting previously unselected package libpolkit-agent-1-0:amd64. +Preparing to unpack .../141-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ... +Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... +Selecting previously unselected package libsasl2-modules:amd64. +Preparing to unpack .../142-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package manpages-dev. +Preparing to unpack .../143-manpages-dev_5.05-1_all.deb ... +Unpacking manpages-dev (5.05-1) ... +Selecting previously unselected package policykit-1. +Preparing to unpack .../144-policykit-1_0.105-26ubuntu1.3_amd64.deb ... +Unpacking policykit-1 (0.105-26ubuntu1.3) ... +Selecting previously unselected package packagekit. +Preparing to unpack .../145-packagekit_1.1.13-2ubuntu1.1_amd64.deb ... +Unpacking packagekit (1.1.13-2ubuntu1.1) ... +Selecting previously unselected package packagekit-tools. +Preparing to unpack .../146-packagekit-tools_1.1.13-2ubuntu1.1_amd64.deb ... +Unpacking packagekit-tools (1.1.13-2ubuntu1.1) ... +Selecting previously unselected package patchelf. +Preparing to unpack .../147-patchelf_0.10-2build1_amd64.deb ... +Unpacking patchelf (0.10-2build1) ... +Selecting previously unselected package python3-certifi. +Preparing to unpack .../148-python3-certifi_2019.11.28-1_all.deb ... +Unpacking python3-certifi (2019.11.28-1) ... +Selecting previously unselected package python3-chardet. +Preparing to unpack .../149-python3-chardet_3.0.4-4build1_all.deb ... +Unpacking python3-chardet (3.0.4-4build1) ... +Selecting previously unselected package python3-idna. +Preparing to unpack .../150-python3-idna_2.8-1_all.deb ... +Unpacking python3-idna (2.8-1) ... +Selecting previously unselected package python3-urllib3. +Preparing to unpack .../151-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... +Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... +Selecting previously unselected package python3-requests. +Preparing to unpack .../152-python3-requests_2.22.0-2ubuntu1.1_all.deb ... +Unpacking python3-requests (2.22.0-2ubuntu1.1) ... +Selecting previously unselected package python3-requests-unixsocket. +Preparing to unpack .../153-python3-requests-unixsocket_0.2.0-2_all.deb ... +Unpacking python3-requests-unixsocket (0.2.0-2) ... +Selecting previously unselected package python3-software-properties. +Preparing to unpack .../154-python3-software-properties_0.99.9.12_all.deb ... +Unpacking python3-software-properties (0.99.9.12) ... +Selecting previously unselected package software-properties-common. +Preparing to unpack .../155-software-properties-common_0.99.9.12_all.deb ... +Unpacking software-properties-common (0.99.9.12) ... +Selecting previously unselected package unattended-upgrades. +Preparing to unpack .../156-unattended-upgrades_2.3ubuntu0.3_all.deb ... +Unpacking unattended-upgrades (2.3ubuntu0.3) ... +Selecting previously unselected package zlib1g-dev:amd64. +Preparing to unpack .../157-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ... +Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ... +Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... +Setting up liblmdb0:amd64 (0.9.24-1) ... +Setting up systemd-sysv (245.4-4ubuntu3.22) ... +Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... +Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... +Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... +Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... +Setting up mime-support (3.64ubuntu1) ... +Setting up xdg-user-dirs (0.17-2ubuntu1) ... +Setting up libmagic-mgc (1:5.38-4) ... +Setting up libyaml-0-2:amd64 (0.2.2-1) ... +Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... +Setting up distro-info-data (0.43ubuntu1.14) ... +Setting up manpages (5.05-1) ... +Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... +Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ... +Setting up ccache (3.7.7-1) ... +Updating symlinks in /usr/lib/ccache ... +Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up binutils-common:amd64 (2.34-6ubuntu1.6) ... +Setting up libmagic1:amd64 (1:5.38-4) ... +Setting up linux-libc-dev:amd64 (5.4.0-167.184) ... +Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.6) ... +Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... +Setting up libnss-systemd:amd64 (245.4-4ubuntu3.22) ... +First installation detected... +Checking NSS setup... +Setting up libnpth0:amd64 (1.6-1) ... +Setting up krb5-locales (1.17-6ubuntu4.4) ... +Setting up file (1:5.38-4) ... +Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... +Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... +Setting up libfakeroot:amd64 (1.24-1) ... +Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ... +Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up tzdata (2023c-0ubuntu0.20.04.2) ... + +Current default time zone: 'Etc/UTC' +Local time is now: Thu Nov 30 03:23:51 UTC 2023. +Universal Time is now: Thu Nov 30 03:23:51 UTC 2023. +Run 'dpkg-reconfigure tzdata' if you wish to change it. + +Setting up libcap2-bin (1:2.32-1ubuntu0.1) ... +Setting up fakeroot (1.24-1) ... +update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +Setting up libdconf1:amd64 (0.36.0-1) ... +Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... +Setting up make (4.2.1-1.2) ... +Setting up libmpfr6:amd64 (4.0.2-1) ... +Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... +Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... +Setting up dbus (1.12.16-2ubuntu2.3) ... +Setting up xz-utils (5.2.4-1ubuntu1.1) ... +update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode +update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist +Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up libmpc3:amd64 (1.1.0-1) ... +Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up patch (2.7.6-6) ... +Setting up ucf (3.0038+nmu1) ... +Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ... +Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... +Setting up dmsetup (2:1.02.167-1ubuntu1) ... +Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +Setting up libpam-systemd:amd64 (245.4-4ubuntu3.22) ... +Setting up libisl22:amd64 (0.22.1-1) ... +Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... +Setting up netbase (6.1) ... +Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ... +Setting up libstemmer0d:amd64 (0+svn585-2) ... +Setting up libmpdec2:amd64 (2.4.2-3) ... +Setting up glib-networking-common (2.64.2-1ubuntu0.1) ... +Setting up libbinutils:amd64 (2.34-6ubuntu1.6) ... +Setting up patchelf (0.10-2build1) ... +Setting up libc-dev-bin (2.31-0ubuntu9.12) ... +Setting up openssl (1.1.1f-1ubuntu2.20) ... +Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ... +Setting up libpam-cap:amd64 (1:2.32-1ubuntu0.1) ... +Setting up readline-common (8.0-4) ... +Setting up publicsuffix (20200303.0012-1) ... +Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up iso-codes (4.4-1) ... +Setting up liblocale-gettext-perl (1.07-4) ... +Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... +Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... +Setcap worked! gst-ptp-helper is not suid! +Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up libgdbm6:amd64 (1.18.1-5) ... +Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... +Setting up libctf0:amd64 (2.34-6ubuntu1.6) ... +Setting up pinentry-curses (1.1.0-3build1) ... +Setting up glib-networking-services (2.64.2-1ubuntu0.1) ... +Setting up manpages-dev (5.05-1) ... +Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... +Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up libreadline8:amd64 (8.0-4) ... +Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... +Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up ca-certificates (20230311ubuntu0.20.04.1) ... +Updating certificates in /etc/ssl/certs... +137 added, 0 removed; done. +Setting up dbus-user-session (1.12.16-2ubuntu2.3) ... +Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... +Setting up libgdbm-compat4:amd64 (1.18.1-5) ... +Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... +Setting up gpgconf (2.2.19-3ubuntu2.2) ... +Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... +Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... +Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... +Setting up libc6-dev:amd64 (2.31-0ubuntu9.12) ... +Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... +Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... +Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... +Setting up policykit-1 (0.105-26ubuntu1.3) ... +Setting up gpg (2.2.19-3ubuntu2.2) ... +Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... +Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... +Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.6) ... +Setting up gpg-agent (2.2.19-3ubuntu2.2) ... +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. +Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. +Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up gpgsm (2.2.19-3ubuntu2.2) ... +Setting up dconf-service (0.36.0-1) ... +Setting up python3 (3.8.2-0ubuntu2) ... +Setting up binutils (2.34-6ubuntu1.6) ... +Setting up python3-six (1.14.0-2) ... +Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... +Setting up perl (5.30.0-9ubuntu0.5) ... +Setting up python3-certifi (2019.11.28-1) ... +Setting up python3-gi (3.36.0-1) ... +Setting up shared-mime-info (1.15-1) ... +Setting up python3-idna (2.8-1) ... +Setting up libdpkg-perl (1.19.7ubuntu3.2) ... +Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... +Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... +Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ... +Setting up cpp (4:9.3.0-1ubuntu2) ... +Setting up lsb-release (11.1.0ubuntu2) ... +Setting up python3-distro-info (0.23ubuntu1.1) ... +Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... +Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... +Setting up python3-dbus (1.2.16-1build1) ... +Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... +Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ... +Setting up libfile-fcntllock-perl (0.22-3build4) ... +Setting up libalgorithm-diff-perl (1.19.03-2) ... +Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... +Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up gcc (4:9.3.0-1ubuntu2) ... +Setting up dpkg-dev (1.19.7ubuntu3.2) ... +Setting up unattended-upgrades (2.3ubuntu0.3) ... + +Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version + +Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version +Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. +Setting up python3-chardet (3.0.4-4build1) ... +Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... +Setting up python3-software-properties (0.99.9.12) ... +Setting up python3-requests (2.22.0-2ubuntu1.1) ... +Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... +Setting up g++ (4:9.3.0-1ubuntu2) ... +update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode +update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist +Setting up build-essential (12.8ubuntu1.1) ... +Setting up libalgorithm-diff-xs-perl (0.04-6) ... +Setting up libalgorithm-merge-perl (0.08-3) ... +Setting up networkd-dispatcher (2.1-2~ubuntu20.04.3) ... +Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. +Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ... +Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... +Setting up python3-requests-unixsocket (0.2.0-2) ... +Setting up dirmngr (2.2.19-3ubuntu2.2) ... +Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. +Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ... +Setting up libsoup2.4-1:amd64 (2.70.0-1) ... +Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... +Setting up libappstream4:amd64 (0.12.10-2) ... +Setting up gnupg (2.2.19-3ubuntu2.2) ... +Setting up packagekit (1.1.13-2ubuntu1.1) ... +invoke-rc.d: could not determine current runlevel +invoke-rc.d: policy-rc.d denied execution of force-reload. +Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory +Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. +Setting up packagekit-tools (1.1.13-2ubuntu1.1) ... +Setting up software-properties-common (0.99.9.12) ... +Processing triggers for systemd (245.4-4ubuntu3.22) ... +Processing triggers for libc-bin (2.31-0ubuntu9.12) ... +Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... +Updating certificates in /etc/ssl/certs... +0 added, 0 removed; done. +Running hooks in /etc/ca-certificates/update.d... +done. +Processing triggers for dbus (1.12.16-2ubuntu2.3) ... + This PPA contains more recent Python versions packaged for Ubuntu. + +Disclaimer: there's no guarantee of timely updates in case of security problems or other issues. If you want to use them in a security-or-otherwise-critical environment (say, on a production server), you do so at your own risk. + +Update Note +=========== +Please use this repository instead of ppa:fkrull/deadsnakes. + +Reporting Issues +================ + +Issues can be reported in the master issue tracker at: +https://github.com/deadsnakes/issues/issues + +Supported Ubuntu and Python Versions +==================================== + +- Ubuntu 20.04 (focal) Python3.5 - Python3.7, Python3.9 - Python3.13 +- Ubuntu 22.04 (jammy) Python3.7 - Python3.9, Python3.11 - Python3.13 +- Note: Python2.7 (all), Python 3.8 (focal), Python 3.10 (jammy) are not provided by deadsnakes as upstream ubuntu provides those packages. + +Why some packages aren't built: +- Note: for focal, older python versions require libssl<1.1 so they are not currently built +- Note: for jammy, older python versions requre libssl<3 so they are not currently built +- If you need these, reach out to asottile to set up a private ppa + +The packages may also work on other versions of Ubuntu or Debian, but that is not tested or supported. + +Packages +======== + +The packages provided here are loosely based on the debian upstream packages with some modifications to make them more usable as non-default pythons and on ubuntu. As such, the packages follow debian's patterns and often do not include a full python distribution with just `apt install python#.#`. Here is a list of packages that may be useful along with the default install: + +- `python#.#-dev`: includes development headers for building C extensions +- `python#.#-venv`: provides the standard library `venv` module +- `python#.#-distutils`: provides the standard library `distutils` module +- `python#.#-lib2to3`: provides the `2to3-#.#` utility as well as the standard library `lib2to3` module +- `python#.#-gdbm`: provides the standard library `dbm.gnu` module +- `python#.#-tk`: provides the standard library `tkinter` module + +Third-Party Python Modules +========================== + +Python modules in the official Ubuntu repositories are packaged to work with the Python interpreters from the official repositories. Accordingly, they generally won't work with the Python interpreters from this PPA. As an exception, pure-Python modules for Python 3 will work, but any compiled extension modules won't. + +To install 3rd-party Python modules, you should use the common Python packaging tools. For an introduction into the Python packaging ecosystem and its tools, refer to the Python Packaging User Guide: +https://packaging.python.org/installing/ + +Sources +======= +The package sources are available at: +https://github.com/deadsnakes/ + +Nightly Builds +============== + +For nightly builds, see ppa:deadsnakes/nightly https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly + More info: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa +Hit:1 http://mirrors.huaweicloud.com/ubuntu focal InRelease +Hit:2 http://mirrors.huaweicloud.com/ubuntu focal-updates InRelease +Hit:3 http://mirrors.huaweicloud.com/ubuntu focal-backports InRelease +Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease +Get:5 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease [18.1 kB] +Get:6 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 Packages [35.5 kB] +Fetched 53.5 kB in 2s (30.2 kB/s) +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + libexpat1-dev libpython3.11 libpython3.11-dev libpython3.11-minimal + libpython3.11-stdlib python3.11 python3.11-distutils python3.11-lib2to3 + python3.11-minimal +Suggested packages: + binfmt-support +The following NEW packages will be installed: + libexpat1-dev libpython3.11 libpython3.11-dev libpython3.11-minimal + libpython3.11-stdlib python3.11 python3.11-dev python3.11-distutils + python3.11-lib2to3 python3.11-minimal python3.11-venv +0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. +Need to get 16.3 MB of archives. +After this operation, 62.3 MB of additional disk space will be used. +Get:1 http://mirrors.huaweicloud.com/ubuntu focal-updates/main amd64 libexpat1-dev amd64 2.2.9-1ubuntu0.6 [116 kB] +Get:2 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 libpython3.11-minimal amd64 3.11.6-1+focal2 [851 kB] +Get:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11-minimal amd64 3.11.6-1+focal2 [2301 kB] +Get:4 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 libpython3.11-stdlib amd64 3.11.6-1+focal2 [1806 kB] +Get:5 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 libpython3.11 amd64 3.11.6-1+focal2 [2004 kB] +Get:6 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 libpython3.11-dev amd64 3.11.6-1+focal2 [4809 kB] +Get:7 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11 amd64 3.11.6-1+focal2 [624 kB] +Get:8 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11-dev amd64 3.11.6-1+focal2 [501 kB] +Get:9 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11-lib2to3 all 3.11.6-1+focal2 [126 kB] +Get:10 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11-distutils all 3.11.6-1+focal2 [180 kB] +Get:11 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 python3.11-venv amd64 3.11.6-1+focal2 [3011 kB] +debconf: delaying package configuration, since apt-utils is not installed +Fetched 16.3 MB in 14s (1129 kB/s) +Selecting previously unselected package libpython3.11-minimal:amd64. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18726 files and directories currently installed.) +Preparing to unpack .../00-libpython3.11-minimal_3.11.6-1+focal2_amd64.deb ... +Unpacking libpython3.11-minimal:amd64 (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11-minimal. +Preparing to unpack .../01-python3.11-minimal_3.11.6-1+focal2_amd64.deb ... +Unpacking python3.11-minimal (3.11.6-1+focal2) ... +Selecting previously unselected package libexpat1-dev:amd64. +Preparing to unpack .../02-libexpat1-dev_2.2.9-1ubuntu0.6_amd64.deb ... +Unpacking libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ... +Selecting previously unselected package libpython3.11-stdlib:amd64. +Preparing to unpack .../03-libpython3.11-stdlib_3.11.6-1+focal2_amd64.deb ... +Unpacking libpython3.11-stdlib:amd64 (3.11.6-1+focal2) ... +Selecting previously unselected package libpython3.11:amd64. +Preparing to unpack .../04-libpython3.11_3.11.6-1+focal2_amd64.deb ... +Unpacking libpython3.11:amd64 (3.11.6-1+focal2) ... +Selecting previously unselected package libpython3.11-dev:amd64. +Preparing to unpack .../05-libpython3.11-dev_3.11.6-1+focal2_amd64.deb ... +Unpacking libpython3.11-dev:amd64 (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11. +Preparing to unpack .../06-python3.11_3.11.6-1+focal2_amd64.deb ... +Unpacking python3.11 (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11-dev. +Preparing to unpack .../07-python3.11-dev_3.11.6-1+focal2_amd64.deb ... +Unpacking python3.11-dev (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11-lib2to3. +Preparing to unpack .../08-python3.11-lib2to3_3.11.6-1+focal2_all.deb ... +Unpacking python3.11-lib2to3 (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11-distutils. +Preparing to unpack .../09-python3.11-distutils_3.11.6-1+focal2_all.deb ... +Unpacking python3.11-distutils (3.11.6-1+focal2) ... +Selecting previously unselected package python3.11-venv. +Preparing to unpack .../10-python3.11-venv_3.11.6-1+focal2_amd64.deb ... +Unpacking python3.11-venv (3.11.6-1+focal2) ... +Setting up libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ... +Setting up libpython3.11-minimal:amd64 (3.11.6-1+focal2) ... +Setting up python3.11-lib2to3 (3.11.6-1+focal2) ... +Setting up python3.11-minimal (3.11.6-1+focal2) ... +Setting up python3.11-distutils (3.11.6-1+focal2) ... +Setting up libpython3.11-stdlib:amd64 (3.11.6-1+focal2) ... +Setting up python3.11 (3.11.6-1+focal2) ... +Setting up libpython3.11:amd64 (3.11.6-1+focal2) ... +Setting up python3.11-venv (3.11.6-1+focal2) ... +Setting up libpython3.11-dev:amd64 (3.11.6-1+focal2) ... +Setting up python3.11-dev (3.11.6-1+focal2) ... +Processing triggers for mime-support (3.64ubuntu1) ... +Removing intermediate container bf3dbbb0dea5 + ---> 4d45fc86679c +Step 6/9 : COPY ./prepare-poetry.sh /tmp/prepare-poetry.sh + ---> f40aa8621d34 +Step 7/9 : RUN /tmp/prepare-poetry.sh + ---> Running in 3dc69d958a06 +Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple +Requirement already satisfied: pip in /home/b/venv/lib/python3.11/site-packages (23.2.1) +Collecting pip + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (2.1 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 3.9 MB/s eta 0:00:00 +Requirement already satisfied: setuptools in /home/b/venv/lib/python3.11/site-packages (65.5.0) +Collecting setuptools + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/bb/e1/ed2dd0850446b8697ad28d118df885ad04140c64ace06c4bd559f7c8a94f/setuptools-69.0.2-py3-none-any.whl (819 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 1.5 MB/s eta 0:00:00 +Collecting wheel + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/c3/55076fc728723ef927521abaa1955213d094933dc36d4a2008d5101e1af5/wheel-0.42.0-py3-none-any.whl (65 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 503.5 kB/s eta 0:00:00 +Installing collected packages: wheel, setuptools, pip + Attempting uninstall: setuptools + Found existing installation: setuptools 65.5.0 + Uninstalling setuptools-65.5.0: + Successfully uninstalled setuptools-65.5.0 + Attempting uninstall: pip + Found existing installation: pip 23.2.1 + Uninstalling pip-23.2.1: + Successfully uninstalled pip-23.2.1 +Successfully installed pip-23.3.1 setuptools-69.0.2 wheel-0.42.0 +Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple +Collecting poetry + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/79/94/95c62fb8463d3f7dd86f1fc27369f63b4e028cbdbc7f62716183d4f51d16/poetry-1.7.1-py3-none-any.whl (235 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 kB 598.9 kB/s eta 0:00:00 +Collecting build<2.0.0,>=1.0.3 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/93/dd/b464b728b866aaa62785a609e0dd8c72201d62c5f7c53e7c20f4dceb085f/build-1.0.3-py3-none-any.whl (18 kB) +Collecting cachecontrol<0.14.0,>=0.13.0 (from cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1d/e3/a22348e6226dcd585d5a4b5f0175b3a16dabfd3912cbeb02f321d00e56c7/cachecontrol-0.13.1-py3-none-any.whl (22 kB) +Collecting cleo<3.0.0,>=2.1.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2d/f5/6bbead8b880620e5a99e0e4bb9e22e67cca16ff48d54105302a3e7821096/cleo-2.1.0-py3-none-any.whl (78 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 685.7 kB/s eta 0:00:00 +Collecting crashtest<0.5.0,>=0.4.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/5c/3ba7d12e7a79566f97b8f954400926d7b6eb33bcdccc1315a857f200f1f1/crashtest-0.4.1-py3-none-any.whl (7.6 kB) +Collecting dulwich<0.22.0,>=0.21.2 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/6d/b2a3ddaf1dce030237e135de9de9116569659862b664696dd48fa5a2d26d/dulwich-0.21.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 513.8/513.8 kB 1.6 MB/s eta 0:00:00 +Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/63/e9/d3dca06ea6b8e58e65716973bc7d9bee9bc39ce233595aa04d04e89a1089/fastjsonschema-2.19.0-py3-none-any.whl (23 kB) +Collecting installer<0.8.0,>=0.7.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl (453 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 853.4 kB/s eta 0:00:00 +Collecting keyring<25.0.0,>=24.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/e9/c51071308adc273ed612cd308a4b4360ffd291da40b7de2f47c9d6e3a978/keyring-24.3.0-py3-none-any.whl (38 kB) +Collecting packaging>=20.5 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl (53 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 309.2 kB/s eta 0:00:00 +Collecting pexpect<5.0.0,>=4.7.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl (63 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 380.6 kB/s eta 0:00:00 +Collecting pkginfo<2.0.0,>=1.9.4 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl (30 kB) +Collecting platformdirs<4.0.0,>=3.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/56/29/3ec311dc18804409ecf0d2b09caa976f3ae6215559306b5b530004e11156/platformdirs-3.11.0-py3-none-any.whl (17 kB) +Collecting poetry-core==1.8.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/99/bc/058b8ff87871fce6615ad032d62c773272f243266b110f7b86d146cf78d8/poetry_core-1.8.1-py3-none-any.whl (306 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 kB 986.4 kB/s eta 0:00:00 +Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/17/bb/78d7d920bb463e4bee64f44d8b0d4a286a80af7e76ff8326e5169103f44b/poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB) +Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) +Collecting requests<3.0,>=2.26 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 353.5 kB/s eta 0:00:00 +Collecting requests-toolbelt<2,>=0.9.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 132.4 kB/s eta 0:00:00 +Collecting shellingham<2.0,>=1.5 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) +Collecting tomlkit<1.0.0,>=0.11.4 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6e/43/159750d32481f16e34cc60090b53bc0a14314ad0c1f67a9bb64f3f3a0551/tomlkit-0.12.3-py3-none-any.whl (37 kB) +Collecting trove-classifiers>=2022.5.19 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f8/50/e223fe762fe21fefb7a3f37c10e9693ea5f63cb54b5ae39daa876b780abc/trove_classifiers-2023.11.29-py3-none-any.whl (13 kB) +Collecting virtualenv<21.0.0,>=20.23.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7f/1b/433ebb5530c48d70bebe1bf10ec7591af9f66847e34c4fcbca16d5eaaa0c/virtualenv-20.24.7-py3-none-any.whl (3.8 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 6.2 MB/s eta 0:00:00 +Collecting msgpack>=0.5.2 (from cachecontrol<0.14.0,>=0.13.0->cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/df/09/dee50913ba5cc047f7fd7162f09453a676e7935c84b3bf3a398e12108677/msgpack-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (557 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 558.0/558.0 kB 1.6 MB/s eta 0:00:00 +Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl (11 kB) +Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/ae/33dd7c9a6f06c25dfb7e556756fb4adbcea1ec2c8c7efc8aaecb106ac882/rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 4.1 MB/s eta 0:00:00 +Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/96/94/c31f58c7a7f470d5665935262ebd7455c7e4c7782eb525658d3dbf4b9403/urllib3-2.1.0-py3-none-any.whl (104 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 496.0 kB/s eta 0:00:00 +Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/6b/1bc8fa93ea85146e08f0e0883bc579b7c7328364ed7df90b1628dcb36e10/jaraco.classes-3.3.0-py3-none-any.whl (5.9 kB) +Collecting importlib-metadata>=4.11.4 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl (22 kB) +Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl (15 kB) +Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl (48 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 337.6 kB/s eta 0:00:00 +Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) +Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 895.5 kB/s eta 0:00:00 +Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl (61 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 517.2 kB/s eta 0:00:00 +Collecting certifi>=2017.4.17 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/64/62/428ef076be88fa93716b576e4a01f919d25968913e817077a386fcbe4f42/certifi-2023.11.17-py3-none-any.whl (162 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 861.0 kB/s eta 0:00:00 +Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.23.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/43/a0/9ba967fdbd55293bacfc1507f58e316f740a3b231fc00e3d86dc39bc185a/distlib-0.3.7-py2.py3-none-any.whl (468 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 2.1 MB/s eta 0:00:00 +Collecting zipp>=0.5 (from importlib-metadata>=4.11.4->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl (7.4 kB) +Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/62/bd/69628ab50368b1beb900eb1de5c46f8137169b75b2458affe95f2f470501/cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 6.5 MB/s eta 0:00:00 +Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl (55 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 486.9 kB/s eta 0:00:00 +Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 1.5 MB/s eta 0:00:00 +Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 442.3 kB/s eta 0:00:00 +Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jaraco.classes, importlib-metadata, dulwich, cleo, cffi, build, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry +Successfully installed SecretStorage-3.3.3 build-1.0.3 cachecontrol-0.13.1 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-41.0.7 distlib-0.3.7 dulwich-0.21.6 fastjsonschema-2.19.0 filelock-3.13.1 idna-3.6 importlib-metadata-6.8.0 installer-0.7.0 jaraco.classes-3.3.0 jeepney-0.8.0 keyring-24.3.0 more-itertools-10.1.0 msgpack-1.0.7 packaging-23.2 pexpect-4.9.0 pkginfo-1.9.6 platformdirs-3.11.0 poetry-1.7.1 poetry-core-1.8.1 poetry-plugin-export-1.6.0 ptyprocess-0.7.0 pycparser-2.21 pyproject-hooks-1.0.0 rapidfuzz-3.5.2 requests-2.31.0 requests-toolbelt-1.0.0 shellingham-1.5.4 tomlkit-0.12.3 trove-classifiers-2023.11.29 urllib3-2.1.0 virtualenv-20.24.7 zipp-3.17.0 +Removing intermediate container 3dc69d958a06 + ---> 3aa775cc0472 +Step 8/9 : USER $BUILDER_UID:$BUILDER_GID + ---> Running in 61c5d89c6440 +Removing intermediate container 61c5d89c6440 + ---> af198fd3be08 +Step 9/9 : WORKDIR /home/b + ---> Running in cb9e9f7387f7 +Removing intermediate container cb9e9f7387f7 + ---> bf443218ee49 +Successfully built bf443218ee49 +Successfully tagged ruyi-python-dist:20231125-amd64 +[Pipeline] sh ++ cd ruyi ++ bash scripts/dist.sh amd64 +Installing dependencies from lock file + +Package operations: 18 installs, 1 update, 0 removals + + • Installing mdurl (0.1.2) + • Installing smmap (5.0.1) + • Installing click (8.1.7) + • Installing gitdb (4.0.11) + • Installing markdown-it-py (3.0.0) + • Installing markupsafe (2.1.3) + • Installing mypy-extensions (1.0.0) + • Installing ordered-set (4.1.0) + • Installing pathspec (0.11.2) + • Updating platformdirs (3.11.0 -> 4.0.0) + • Installing pygments (2.17.2) + • Installing zstandard (0.22.0) + • Installing black (23.11.0) + • Installing gitpython (3.1.40) + • Installing jinja2 (3.1.2) + • Installing nuitka (1.9.1) + • Installing pyxdg (0.28) + • Installing rich (13.7.0) + • Installing semver (3.0.2) + +Installing the current project: ruyi (0.2.0-alpha.20231126) +Project SemVer : 0.2.0-alpha.20231126 +Nuitka version to use: 0.1.12023.11260 +Nuitka-Options:INFO: Used command line options: --standalone --onefile --output-filename=ruyi --output-dir=/build --no-deployment-flag=self-execution --product-version=0.1.12023.11260 --onefile-tempdir-spec=%CACHE_DIR%/ruyi/progcache/0.2.0-alpha.20231126 ./ruyi/__main__.py +Nuitka:INFO: Starting Python compilation with Nuitka '1.9.1' on Python '3.11' commercial grade 'not installed'. +Nuitka-Plugins:INFO: anti-bloat: Not including '_json' automatically in order to avoid bloat, but this may cause: may slow down by using fallback implementation. +Nuitka:INFO: Completed Python level compilation and optimization. +Nuitka:INFO: Generating source code for C backend compiler. +Nuitka:INFO: Running data composer tool for optimal constant value handling. +Nuitka:INFO: Running C compilation via Scons. +Nuitka-Scons:INFO: Backend C compiler: gcc (gcc 9). +Nuitka-Scons:INFO: Backend linking program with 250 files (no progress information available for this stage). +Nuitka-Scons:INFO: Compiled 249 C files using ccache. +Nuitka-Scons:INFO: Cached C files (using ccache) with result 'cache miss': 249 +Nuitka-Postprocessing:INFO: Creating single file from dist folder, this may take a while. +Nuitka-Onefile:INFO: Running bootstrap binary compilation via Scons. +Nuitka-Scons:INFO: Onefile C compiler: gcc (gcc 9). +Nuitka-Scons:INFO: Onefile linking program with 1 files (no progress information available for this stage). +Nuitka-Scons:INFO: Compiled 1 C files using ccache. +Nuitka-Scons:INFO: Cached C files (using ccache) with result 'cache miss': 1 +Nuitka-Onefile:INFO: Using compression for onefile payload. +Nuitka-Onefile:INFO: Onefile payload compression ratio (26.72%) size 39776602 to 10627904. +Nuitka-Onefile:INFO: Keeping onefile build directory '/build/__main__.onefile-build'. +Nuitka:INFO: Keeping dist folder '/build/__main__.dist' for inspection, no need to use it. +Nuitka:INFO: Keeping build directory '/build/__main__.build'. +Nuitka:INFO: Successfully created '/build/ruyi'. +[Pipeline] sh ++ mkdir build.amd64 ++ date +%Y%m%d.%H%M%S ++ cp ruyi/tmp/build.amd64/ruyi build.amd64/ruyi.amd64.20231129.223447 +[Pipeline] sh ++ tar zcvf ruyi_amd64.tar.gz build.amd64 +build.amd64/ +build.amd64/ruyi.amd64.20231129.223447 ++ rm -r build.amd64 +[Pipeline] } +[Pipeline] // stage +[Pipeline] stage +[Pipeline] { (riscv64 build) +[Pipeline] sh ++ cd ruyi ++ bash scripts/build-dist-image.sh riscv64 +Sending build context to Docker daemon 7.68kB +Step 1/9 : FROM debian:unstable-20231009 +unstable-20231009: Pulling from library/debian +88cad205016e: Pulling fs layer +88cad205016e: Verifying Checksum +88cad205016e: Download complete +88cad205016e: Pull complete +Digest: sha256:7e2486c3734b970295c98fae34c2f303762821538517cf355dfbffb1d712ec48 +Status: Downloaded newer image for debian:unstable-20231009 + ---> 0a8901166f29 +Step 2/9 : ARG BUILDER_UID=1000 + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in 2ef58b327ffa +Removing intermediate container 2ef58b327ffa + ---> 54963db661f6 +Step 3/9 : ARG BUILDER_GID=1000 + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in ce677bd407d1 +Removing intermediate container ce677bd407d1 + ---> 8e8a5af58f1d +Step 4/9 : COPY ./prepare-distro.riscv64.sh /tmp/prepare-distro.sh + ---> 9128f3b048ba +Step 5/9 : RUN /tmp/prepare-distro.sh + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in ea852be2b899 +Get:1 http://mirrors.huaweicloud.com/debian unstable InRelease [198 kB] +Get:2 http://mirrors.huaweicloud.com/debian unstable/main riscv64 Packages [9074 kB] +Fetched 9272 kB in 12s (777 kB/s) +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + adduser binfmt-support binutils binutils-common binutils-riscv64-linux-gnu + bzip2 ca-certificates cpp cpp-13 dirmngr dpkg dpkg-dev fakeroot + fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-13 gcc gcc-13 + gcc-13-base gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client + gpg-wks-server gpgconf gpgsm icu-devtools krb5-locales libabsl20220623 + libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl + libaom3 libasan8 libassuan0 libatomic1 libavif16 libbinutils libbrotli1 + libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libclang-cpp16 + libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdav1d7 + libde265-0 libdeflate0 libdpkg-perl libedit2 libexpat1 libexpat1-dev + libfakeroot libffi8 libfile-fcntllock-perl libfontconfig1 libfreetype6 + libgav1-1 libgcc-13-dev libgcc-s1 libgd3 libgdbm-compat4 libgdbm6 + libgit2-1.5 libgomp1 libgpm2 libgssapi-krb5-2 libheif-plugin-aomenc + libheif-plugin-dav1d libheif-plugin-libde265 libheif-plugin-x265 libheif1 + libhiredis0.14 libhttp-parser2.9 libicu-dev libicu72 libisl23 libjansson4 + libjbig0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 + libksba8 libldap-2.5-0 libldap-common liblerc4 libllvm16 + liblocale-gettext-perl liblzma5 libmbedcrypto7 libmbedtls14 libmbedx509-1 + libmpc3 libmpfr6 libncurses-dev libncurses6 libncursesw6 libnghttp2-14 + libnpth0 libnsl-dev libnsl2 libperl5.36 libpfm4 libpipeline1 libpkgconf3 + libpng16-16 libpsl5 libpython3-stdlib libpython3.11 libpython3.11-dev + libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 + libsasl2-modules libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0 + libssh2-1 libssl3 libstd-rust-1.70 libstd-rust-dev libstdc++-13-dev + libstdc++6 libsvtav1enc1d1 libtiff6 libtinfo6 libtirpc-common libtirpc-dev + libtirpc3 libwebp7 libx11-6 libx11-data libx265-199 libxau6 libxcb1 + libxdmcp6 libxml2 libxml2-dev libxpm4 libyaml-0-2 libyuv0 libz3-4 libz3-dev + linux-libc-dev llvm-16 llvm-16-dev llvm-16-linker-tools llvm-16-runtime + llvm-16-tools make manpages manpages-dev media-types ncurses-base + ncurses-bin netbase openssl patch perl perl-base perl-modules-5.36 + pinentry-curses pkgconf-bin publicsuffix python3 python3-distutils + python3-lib2to3 python3-minimal python3-pip-whl python3-pkg-resources + python3-pygments python3-setuptools-whl python3-yaml python3.11 + python3.11-minimal readline-common rpcsvc-proto xz-utils zlib1g +Suggested packages: + cron quota binutils-doc gprofng-gui bzip2-doc cargo-doc distcc | icecc + cpp-doc gcc-13-locales cpp-13-doc dbus-user-session libpam-systemd + pinentry-gnome3 tor debsig-verify debian-keyring gcc-13-doc gcc-multilib + autoconf automake libtool flex bison gdb gcc-doc parcimonie xloadimage + scdaemon glibc-doc sensible-utils git bzr libgd-tools gdbm-l10n gpm krb5-doc + krb5-user libheif-plugin-ffmpegdec libheif-plugin-jpegdec + libheif-plugin-jpegenc libheif-plugin-j2kdec libheif-plugin-j2kenc + libheif-plugin-rav1e libheif-plugin-svtenc icu-doc ncurses-doc + libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal + libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc + libstdc++-13-doc llvm-16-doc make-doc man-browser ed diffutils-doc perl-doc + libterm-readline-gnu-perl | libterm-readline-perl-perl + libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv + python3-setuptools python-pygments-doc ttf-bitstream-vera python3.11-doc + readline-doc lld-16 clang-16 +Recommended packages: + gnupg cargo +The following NEW packages will be installed: + adduser binfmt-support binutils binutils-common binutils-riscv64-linux-gnu + build-essential bzip2 ca-certificates cargo ccache cpp cpp-13 dirmngr + dpkg-dev fakeroot fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ + g++-13 gcc gcc-13 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client + gpg-wks-server gpgconf gpgsm icu-devtools krb5-locales libabsl20220623 + libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl + libaom3 libasan8 libassuan0 libatomic1 libavif16 libbinutils libbrotli1 + libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libclang-cpp16 + libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdav1d7 + libde265-0 libdeflate0 libdpkg-perl libedit2 libexpat1 libexpat1-dev + libfakeroot libffi-dev libfile-fcntllock-perl libfontconfig1 libfreetype6 + libgav1-1 libgcc-13-dev libgd3 libgdbm-compat4 libgdbm6 libgit2-1.5 libgomp1 + libgpm2 libgssapi-krb5-2 libheif-plugin-aomenc libheif-plugin-dav1d + libheif-plugin-libde265 libheif-plugin-x265 libheif1 libhiredis0.14 + libhttp-parser2.9 libicu-dev libicu72 libisl23 libjansson4 libjbig0 + libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 + libldap-2.5-0 libldap-common liblerc4 libllvm16 liblocale-gettext-perl + libmbedcrypto7 libmbedtls14 libmbedx509-1 libmpc3 libmpfr6 libncurses-dev + libncurses6 libncursesw6 libnghttp2-14 libnpth0 libnsl-dev libnsl2 + libperl5.36 libpfm4 libpipeline1 libpkgconf3 libpng16-16 libpsl5 + libpython3-stdlib libpython3.11 libpython3.11-dev libpython3.11-minimal + libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules + libsasl2-modules-db libsframe1 libsharpyuv0 libsqlite3-0 libssh2-1 + libssl-dev libssl3 libstd-rust-1.70 libstd-rust-dev libstdc++-13-dev + libsvtav1enc1d1 libtiff6 libtirpc-common libtirpc-dev libtirpc3 libwebp7 + libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxml2 + libxml2-dev libxpm4 libyaml-0-2 libyuv0 libz3-4 libz3-dev linux-libc-dev + llvm-16 llvm-16-dev llvm-16-linker-tools llvm-16-runtime llvm-16-tools make + manpages manpages-dev media-types netbase openssl patch patchelf perl + perl-modules-5.36 pinentry-curses pkgconf pkgconf-bin publicsuffix python3 + python3-distutils python3-lib2to3 python3-minimal python3-pip-whl + python3-pkg-resources python3-pygments python3-setuptools-whl python3-yaml + python3.11 python3.11-dev python3.11-minimal python3.11-venv readline-common + rpcsvc-proto rustc xz-utils zlib1g-dev +The following packages will be upgraded: + dpkg gcc-13-base libffi8 libgcc-s1 liblzma5 libstdc++6 libtinfo6 + ncurses-base ncurses-bin perl-base zlib1g +11 upgraded, 193 newly installed, 0 to remove and 32 not upgraded. +Need to get 333 MB of archives. +After this operation, 1786 MB of additional disk space will be used. +Get:1 http://mirrors.huaweicloud.com/debian unstable/main riscv64 dpkg riscv64 1.22.1 [1566 kB] +Get:2 http://mirrors.huaweicloud.com/debian unstable/main riscv64 ncurses-bin riscv64 6.4+20231121-1 [428 kB] +Get:3 http://mirrors.huaweicloud.com/debian unstable/main riscv64 perl-base riscv64 5.36.0-10 [1606 kB] +Get:4 http://mirrors.huaweicloud.com/debian unstable/main riscv64 ncurses-base all 6.4+20231121-1 [267 kB] +Get:5 http://mirrors.huaweicloud.com/debian unstable/main riscv64 perl-modules-5.36 all 5.36.0-10 [2815 kB] +Get:6 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgdbm6 riscv64 1.23-5 [73.2 kB] +Get:7 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgdbm-compat4 riscv64 1.23-5 [48.3 kB] +Get:8 http://mirrors.huaweicloud.com/debian unstable/main riscv64 zlib1g riscv64 1:1.3.dfsg-3 [84.4 kB] +Get:9 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libperl5.36 riscv64 5.36.0-10 [3827 kB] +Get:10 http://mirrors.huaweicloud.com/debian unstable/main riscv64 perl riscv64 5.36.0-10 [239 kB] +Get:11 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpipeline1 riscv64 1.5.7-1+b1 [36.9 kB] +Get:12 http://mirrors.huaweicloud.com/debian unstable/main riscv64 binfmt-support riscv64 2.2.2-3 [63.9 kB] +Get:13 http://mirrors.huaweicloud.com/debian unstable/main riscv64 liblocale-gettext-perl riscv64 1.07-6 [15.1 kB] +Get:14 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libssl3 riscv64 3.1.4-2 [1809 kB] +Get:15 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpython3.11-minimal riscv64 3.11.6-3 [811 kB] +Get:16 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libexpat1 riscv64 2.5.0-2+b1 [95.2 kB] +Get:17 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3.11-minimal riscv64 3.11.6-3 [1929 kB] +Get:18 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-minimal riscv64 3.11.4-5+b2 [26.5 kB] +Get:19 http://mirrors.huaweicloud.com/debian unstable/main riscv64 media-types all 10.1.0 [26.9 kB] +Get:20 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libffi8 riscv64 3.4.4-2 [21.2 kB] +Get:21 http://mirrors.huaweicloud.com/debian unstable/main riscv64 liblzma5 riscv64 5.4.5-0.1 [244 kB] +Get:22 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libtinfo6 riscv64 6.4+20231121-1 [340 kB] +Get:23 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libncursesw6 riscv64 6.4+20231121-1 [140 kB] +Get:24 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libkrb5support0 riscv64 1.20.1-5 [34.5 kB] +Get:25 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libk5crypto3 riscv64 1.20.1-5 [101 kB] +Get:26 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libkeyutils1 riscv64 1.6.3-2+b1 [9228 B] +Get:27 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libkrb5-3 riscv64 1.20.1-5 [344 kB] +Get:28 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgssapi-krb5-2 riscv64 1.20.1-5 [141 kB] +Get:29 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libtirpc-common all 1.3.4+ds-1 [10.7 kB] +Get:30 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libtirpc3 riscv64 1.3.4+ds-1 [85.7 kB] +Get:31 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libnsl2 riscv64 1.3.0-3 [40.0 kB] +Get:32 http://mirrors.huaweicloud.com/debian unstable/main riscv64 readline-common all 8.2-3 [69.1 kB] +Get:33 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libreadline8 riscv64 8.2-3 [166 kB] +Get:34 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsqlite3-0 riscv64 3.44.2-1 [875 kB] +Get:35 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpython3.11-stdlib riscv64 3.11.6-3 [1791 kB] +Get:36 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3.11 riscv64 3.11.6-3 [586 kB] +Get:37 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpython3-stdlib riscv64 3.11.4-5+b2 [9492 B] +Get:38 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3 riscv64 3.11.4-5+b2 [26.5 kB] +Get:39 http://mirrors.huaweicloud.com/debian unstable/main riscv64 adduser all 3.137 [140 kB] +Get:40 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gcc-13-base riscv64 13.2.0-7 [40.8 kB] +Get:41 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libstdc++6 riscv64 13.2.0-7 [687 kB] +Get:42 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgcc-s1 riscv64 13.2.0-7 [53.0 kB] +Get:43 http://mirrors.huaweicloud.com/debian unstable/main riscv64 netbase all 6.4 [12.8 kB] +Get:44 http://mirrors.huaweicloud.com/debian unstable/main riscv64 bzip2 riscv64 1.0.8-5+b1 [41.0 kB] +Get:45 http://mirrors.huaweicloud.com/debian unstable/main riscv64 openssl riscv64 3.1.4-2 [1408 kB] +Get:46 http://mirrors.huaweicloud.com/debian unstable/main riscv64 ca-certificates all 20230311 [153 kB] +Get:47 http://mirrors.huaweicloud.com/debian unstable/main riscv64 krb5-locales all 1.20.1-5 [63.1 kB] +Get:48 http://mirrors.huaweicloud.com/debian unstable/main riscv64 manpages all 6.03-2 [1332 kB] +Get:49 http://mirrors.huaweicloud.com/debian unstable/main riscv64 xz-utils riscv64 5.4.5-0.1 [503 kB] +Get:50 http://mirrors.huaweicloud.com/debian unstable/main riscv64 binutils-common riscv64 2.41-7 [2356 kB] +Get:51 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsframe1 riscv64 2.41-7 [76.3 kB] +Get:52 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libbinutils riscv64 2.41-7 [428 kB] +Get:53 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libctf-nobfd0 riscv64 2.41-7 [157 kB] +Get:54 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libctf0 riscv64 2.41-7 [92.2 kB] +Get:55 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libjansson4 riscv64 2.14-2+b1 [40.8 kB] +Get:56 http://mirrors.huaweicloud.com/debian unstable/main riscv64 binutils-riscv64-linux-gnu riscv64 2.41-7 [822 kB] +Get:57 http://mirrors.huaweicloud.com/debian unstable/main riscv64 binutils riscv64 2.41-7 [66.1 kB] +Get:58 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libc-dev-bin riscv64 2.37-12 [45.0 kB] +Get:59 http://mirrors.huaweicloud.com/debian unstable/main riscv64 linux-libc-dev riscv64 6.5.10-1 [1988 kB] +Get:60 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libcrypt-dev riscv64 1:4.4.36-2 [222 kB] +Get:61 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libtirpc-dev riscv64 1.3.4+ds-1 [307 kB] +Get:62 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libnsl-dev riscv64 1.3.0-3 [118 kB] +Get:63 http://mirrors.huaweicloud.com/debian unstable/main riscv64 rpcsvc-proto riscv64 1.4.3-1+b1 [62.3 kB] +Get:64 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libc6-dev riscv64 2.37-12 [2768 kB] +Get:65 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libisl23 riscv64 0.26-3+b1 [715 kB] +Get:66 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libmpfr6 riscv64 4.2.1-1 [652 kB] +Get:67 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libmpc3 riscv64 1.3.1-1+b1 [55.0 kB] +Get:68 http://mirrors.huaweicloud.com/debian unstable/main riscv64 cpp-13 riscv64 13.2.0-7 [9529 kB] +Get:69 http://mirrors.huaweicloud.com/debian unstable/main riscv64 cpp riscv64 4:13.2.0-2 [7032 B] +Get:70 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libcc1-0 riscv64 13.2.0-7 [40.1 kB] +Get:71 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgomp1 riscv64 13.2.0-7 [125 kB] +Get:72 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libatomic1 riscv64 13.2.0-7 [8492 B] +Get:73 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libasan8 riscv64 13.2.0-7 [2228 kB] +Get:74 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgcc-13-dev riscv64 13.2.0-7 [2298 kB] +Get:75 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gcc-13 riscv64 13.2.0-7 [18.8 MB] +Get:76 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gcc riscv64 4:13.2.0-2 [5228 B] +Get:77 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libstdc++-13-dev riscv64 13.2.0-7 [4580 kB] +Get:78 http://mirrors.huaweicloud.com/debian unstable/main riscv64 g++-13 riscv64 13.2.0-7 [10.6 MB] +Get:79 http://mirrors.huaweicloud.com/debian unstable/main riscv64 g++ riscv64 4:13.2.0-2 [1336 B] +Get:80 http://mirrors.huaweicloud.com/debian unstable/main riscv64 make riscv64 4.3-4.1+b1 [380 kB] +Get:81 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libdpkg-perl all 1.22.1 [647 kB] +Get:82 http://mirrors.huaweicloud.com/debian unstable/main riscv64 patch riscv64 2.7.6-7+b1 [122 kB] +Get:83 http://mirrors.huaweicloud.com/debian unstable/main riscv64 dpkg-dev all 1.22.1 [1391 kB] +Get:84 http://mirrors.huaweicloud.com/debian unstable/main riscv64 build-essential riscv64 12.10+b1 [4800 B] +Get:85 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libbrotli1 riscv64 1.1.0-2 [345 kB] +Get:86 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsasl2-modules-db riscv64 2.1.28+dfsg1-4 [20.3 kB] +Get:87 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsasl2-2 riscv64 2.1.28+dfsg1-4 [60.8 kB] +Get:88 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libldap-2.5-0 riscv64 2.5.13+dfsg-5+b1 [189 kB] +Get:89 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libnghttp2-14 riscv64 1.58.0-1 [76.2 kB] +Get:90 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpsl5 riscv64 0.21.2-1+b1 [59.4 kB] +Get:91 http://mirrors.huaweicloud.com/debian unstable/main riscv64 librtmp1 riscv64 2.4+20151223.gitfa8646d.1-2 [59.9 kB] +Get:92 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libssh2-1 riscv64 1.11.0-2+b1 [218 kB] +Get:93 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libcurl3-gnutls riscv64 8.4.0-2 [414 kB] +Get:94 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libhttp-parser2.9 riscv64 2.9.4-6 [23.0 kB] +Get:95 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libmbedcrypto7 riscv64 2.28.5-1 [294 kB] +Get:96 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libmbedx509-1 riscv64 2.28.5-1 [130 kB] +Get:97 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libmbedtls14 riscv64 2.28.5-1 [165 kB] +Get:98 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgit2-1.5 riscv64 1.5.1+ds-1 [533 kB] +Get:99 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libbsd0 riscv64 0.11.7-4 [117 kB] +Get:100 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libedit2 riscv64 3.1-20230828-1 [92.4 kB] +Get:101 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libicu72 riscv64 72.1-4 [9375 kB] +Get:102 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxml2 riscv64 2.9.14+dfsg-1.3+b1 [706 kB] +Get:103 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libz3-4 riscv64 4.8.12-3.1+b1 [7398 kB] +Get:104 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libllvm16 riscv64 1:16.0.6-19 [21.0 MB] +Get:105 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libstd-rust-1.70 riscv64 1.70.0+dfsg1-1 [19.1 MB] +Get:106 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libstd-rust-dev riscv64 1.70.0+dfsg1-1 [36.2 MB] +Get:107 http://mirrors.huaweicloud.com/debian unstable/main riscv64 rustc riscv64 1.70.0+dfsg1-1 [2912 kB] +Get:108 http://mirrors.huaweicloud.com/debian unstable/main riscv64 cargo riscv64 0.66.0+ds1-1+b1 [3277 kB] +Get:109 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libhiredis0.14 riscv64 0.14.1-4 [36.2 kB] +Get:110 http://mirrors.huaweicloud.com/debian unstable/main riscv64 ccache riscv64 4.8.3-1 [684 kB] +Get:111 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libassuan0 riscv64 2.5.6-1 [50.0 kB] +Get:112 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpgconf riscv64 2.2.40-1.1+b1 [565 kB] +Get:113 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libksba8 riscv64 1.6.4-2 [133 kB] +Get:114 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libnpth0 riscv64 1.6-3 [17.5 kB] +Get:115 http://mirrors.huaweicloud.com/debian unstable/main riscv64 dirmngr riscv64 2.2.40-1.1+b1 [799 kB] +Get:116 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libfakeroot riscv64 1.32.2-1 [30.4 kB] +Get:117 http://mirrors.huaweicloud.com/debian unstable/main riscv64 fakeroot riscv64 1.32.2-1 [80.4 kB] +Get:118 http://mirrors.huaweicloud.com/debian unstable/main riscv64 fonts-dejavu-mono all 2.37-8 [489 kB] +Get:119 http://mirrors.huaweicloud.com/debian unstable/main riscv64 fonts-dejavu-core all 2.37-8 [840 kB] +Get:120 http://mirrors.huaweicloud.com/debian unstable/main riscv64 fontconfig-config riscv64 2.14.2-6 [316 kB] +Get:121 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gnupg-l10n all 2.2.40-1.1 [1093 kB] +Get:122 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gnupg-utils riscv64 2.2.40-1.1+b1 [935 kB] +Get:123 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpg riscv64 2.2.40-1.1+b1 [956 kB] +Get:124 http://mirrors.huaweicloud.com/debian unstable/main riscv64 pinentry-curses riscv64 1.2.1-3 [77.1 kB] +Get:125 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpg-agent riscv64 2.2.40-1.1+b1 [696 kB] +Get:126 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpg-wks-client riscv64 2.2.40-1.1+b1 [544 kB] +Get:127 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpg-wks-server riscv64 2.2.40-1.1+b1 [535 kB] +Get:128 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gpgsm riscv64 2.2.40-1.1+b1 [673 kB] +Get:129 http://mirrors.huaweicloud.com/debian unstable/main riscv64 gnupg all 2.2.40-1.1 [846 kB] +Get:130 http://mirrors.huaweicloud.com/debian unstable/main riscv64 icu-devtools riscv64 72.1-4 [205 kB] +Get:131 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libabsl20220623 riscv64 20220623.1-3 [381 kB] +Get:132 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] +Get:133 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libalgorithm-diff-xs-perl riscv64 0.04-8 [11.2 kB] +Get:134 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libalgorithm-merge-perl all 0.08-5 [11.8 kB] +Get:135 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libaom3 riscv64 3.7.1-1 [1307 kB] +Get:136 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libdav1d7 riscv64 1.3.0-2 [258 kB] +Get:137 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgav1-1 riscv64 0.18.0-1 [333 kB] +Get:138 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsharpyuv0 riscv64 1.3.2-0.3 [106 kB] +Get:139 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsvtav1enc1d1 riscv64 1.7.0+dfsg-2 [1092 kB] +Get:140 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libjpeg62-turbo riscv64 1:2.1.5-2+b1 [154 kB] +Get:141 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libyuv0 riscv64 0.0~git20231118.e6d5adb-1 [109 kB] +Get:142 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libavif16 riscv64 1.0.2-1 [107 kB] +Get:143 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpng16-16 riscv64 1.6.40-2 [282 kB] +Get:144 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libfreetype6 riscv64 2.13.2+dfsg-1 [457 kB] +Get:145 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libfontconfig1 riscv64 2.14.2-6 [395 kB] +Get:146 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libheif-plugin-dav1d riscv64 1.17.1-1+b1 [9516 B] +Get:147 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libde265-0 riscv64 1.0.13-1 [172 kB] +Get:148 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libheif-plugin-libde265 riscv64 1.17.1-1+b1 [12.6 kB] +Get:149 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libheif1 riscv64 1.17.1-1+b1 [275 kB] +Get:150 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libdeflate0 riscv64 1.18-1 [37.2 kB] +Get:151 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libjbig0 riscv64 2.1-6.1 [32.8 kB] +Get:152 http://mirrors.huaweicloud.com/debian unstable/main riscv64 liblerc4 riscv64 4.0.0+ds-3 [176 kB] +Get:153 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libwebp7 riscv64 1.3.2-0.3 [278 kB] +Get:154 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libtiff6 riscv64 4.5.1+git230720-2 [324 kB] +Get:155 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxau6 riscv64 1:1.0.9-1 [18.0 kB] +Get:156 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxdmcp6 riscv64 1:1.1.2-3 [24.5 kB] +Get:157 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxcb1 riscv64 1.15-1 [139 kB] +Get:158 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libx11-data all 2:1.8.7-1 [328 kB] +Get:159 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libx11-6 riscv64 2:1.8.7-1 [809 kB] +Get:160 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxpm4 riscv64 1:3.5.17-1 [56.1 kB] +Get:161 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgd3 riscv64 2.3.3-9+b1 [127 kB] +Get:162 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libc-devtools riscv64 2.37-12 [52.5 kB] +Get:163 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libclang-cpp16 riscv64 1:16.0.6-19 [10.3 MB] +Get:164 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libcurl4 riscv64 8.4.0-2 [421 kB] +Get:165 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libexpat1-dev riscv64 2.5.0-2+b1 [279 kB] +Get:166 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libffi-dev riscv64 3.4.4-2 [79.8 kB] +Get:167 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libfile-fcntllock-perl riscv64 0.22-4 [34.9 kB] +Get:168 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libgpm2 riscv64 1.20.7-10 [14.5 kB] +Get:169 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libheif-plugin-aomenc riscv64 1.17.1-1+b1 [18.9 kB] +Get:170 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libx265-199 riscv64 3.5-2 [724 kB] +Get:171 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libheif-plugin-x265 riscv64 1.17.1-1+b1 [18.0 kB] +Get:172 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libicu-dev riscv64 72.1-4 [14.3 MB] +Get:173 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] +Get:174 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libncurses6 riscv64 6.4+20231121-1 [105 kB] +Get:175 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libncurses-dev riscv64 6.4+20231121-1 [826 kB] +Get:176 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpfm4 riscv64 4.13.0+git15-gefd10fb-2 [26.2 kB] +Get:177 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpkgconf3 riscv64 1.8.1-1+b1 [36.7 kB] +Get:178 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpython3.11 riscv64 3.11.6-3 [1956 kB] +Get:179 http://mirrors.huaweicloud.com/debian unstable/main riscv64 zlib1g-dev riscv64 1:1.3.dfsg-3 [978 kB] +Get:180 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libpython3.11-dev riscv64 3.11.6-3 [12.0 MB] +Get:181 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libsasl2-modules riscv64 2.1.28+dfsg1-4 [66.4 kB] +Get:182 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libssl-dev riscv64 3.1.4-2 [4538 kB] +Get:183 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libxml2-dev riscv64 2.9.14+dfsg-1.3+b1 [1940 kB] +Get:184 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libyaml-0-2 riscv64 0.2.5-1 [55.4 kB] +Get:185 http://mirrors.huaweicloud.com/debian unstable/main riscv64 libz3-dev riscv64 4.8.12-3.1+b1 [90.8 kB] +Get:186 http://mirrors.huaweicloud.com/debian unstable/main riscv64 llvm-16-runtime riscv64 1:16.0.6-19 [468 kB] +Get:187 http://mirrors.huaweicloud.com/debian unstable/main riscv64 llvm-16-linker-tools riscv64 1:16.0.6-19 [1055 kB] +Get:188 http://mirrors.huaweicloud.com/debian unstable/main riscv64 llvm-16 riscv64 1:16.0.6-19 [19.2 MB] +Get:189 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-pkg-resources all 68.1.2-2 [241 kB] +Get:190 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-pygments all 2.15.1+dfsg-1 [817 kB] +Get:191 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-yaml riscv64 6.0.1-1 [117 kB] +Get:192 http://mirrors.huaweicloud.com/debian unstable/main riscv64 llvm-16-tools riscv64 1:16.0.6-19 [440 kB] +Get:193 http://mirrors.huaweicloud.com/debian unstable/main riscv64 llvm-16-dev riscv64 1:16.0.6-19 [48.1 MB] +Get:194 http://mirrors.huaweicloud.com/debian unstable/main riscv64 manpages-dev all 6.03-2 [2030 kB] +Get:195 http://mirrors.huaweicloud.com/debian unstable/main riscv64 patchelf riscv64 0.18.0-1 [103 kB] +Get:196 http://mirrors.huaweicloud.com/debian unstable/main riscv64 pkgconf-bin riscv64 1.8.1-1+b1 [29.6 kB] +Get:197 http://mirrors.huaweicloud.com/debian unstable/main riscv64 pkgconf riscv64 1.8.1-1+b1 [26.2 kB] +Get:198 http://mirrors.huaweicloud.com/debian unstable/main riscv64 publicsuffix all 20231001.0357-0.1 [125 kB] +Get:199 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-lib2to3 all 3.11.5-1 [77.5 kB] +Get:200 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-distutils all 3.11.5-1 [131 kB] +Get:201 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-pip-whl all 23.3+dfsg-1 [1772 kB] +Get:202 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3-setuptools-whl all 68.1.2-2 [797 kB] +Get:203 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3.11-dev riscv64 3.11.6-3 [501 kB] +Get:204 http://mirrors.huaweicloud.com/debian unstable/main riscv64 python3.11-venv riscv64 3.11.6-3 [5888 B] +debconf: delaying package configuration, since apt-utils is not installed +Fetched 333 MB in 59s (5683 kB/s) +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5208 files and directories currently installed.) +Preparing to unpack .../dpkg_1.22.1_riscv64.deb ... +Unpacking dpkg (1.22.1) over (1.22.0) ... +Setting up dpkg (1.22.1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5206 files and directories currently installed.) +Preparing to unpack .../ncurses-bin_6.4+20231121-1_riscv64.deb ... +Unpacking ncurses-bin (6.4+20231121-1) over (6.4+20230625-2+b1) ... +Setting up ncurses-bin (6.4+20231121-1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5205 files and directories currently installed.) +Preparing to unpack .../perl-base_5.36.0-10_riscv64.deb ... +Unpacking perl-base (5.36.0-10) over (5.36.0-9) ... +Setting up perl-base (5.36.0-10) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5205 files and directories currently installed.) +Preparing to unpack .../ncurses-base_6.4+20231121-1_all.deb ... +Unpacking ncurses-base (6.4+20231121-1) over (6.4+20230625-2) ... +Setting up ncurses-base (6.4+20231121-1) ... +Selecting previously unselected package perl-modules-5.36. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5205 files and directories currently installed.) +Preparing to unpack .../perl-modules-5.36_5.36.0-10_all.deb ... +Unpacking perl-modules-5.36 (5.36.0-10) ... +Selecting previously unselected package libgdbm6:riscv64. +Preparing to unpack .../libgdbm6_1.23-5_riscv64.deb ... +Unpacking libgdbm6:riscv64 (1.23-5) ... +Selecting previously unselected package libgdbm-compat4:riscv64. +Preparing to unpack .../libgdbm-compat4_1.23-5_riscv64.deb ... +Unpacking libgdbm-compat4:riscv64 (1.23-5) ... +Preparing to unpack .../zlib1g_1%3a1.3.dfsg-3_riscv64.deb ... +Unpacking zlib1g:riscv64 (1:1.3.dfsg-3) over (1:1.2.13.dfsg-3) ... +Setting up zlib1g:riscv64 (1:1.3.dfsg-3) ... +Selecting previously unselected package libperl5.36:riscv64. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6627 files and directories currently installed.) +Preparing to unpack .../0-libperl5.36_5.36.0-10_riscv64.deb ... +Unpacking libperl5.36:riscv64 (5.36.0-10) ... +Selecting previously unselected package perl. +Preparing to unpack .../1-perl_5.36.0-10_riscv64.deb ... +Unpacking perl (5.36.0-10) ... +Selecting previously unselected package libpipeline1:riscv64. +Preparing to unpack .../2-libpipeline1_1.5.7-1+b1_riscv64.deb ... +Unpacking libpipeline1:riscv64 (1.5.7-1+b1) ... +Selecting previously unselected package binfmt-support. +Preparing to unpack .../3-binfmt-support_2.2.2-3_riscv64.deb ... +Unpacking binfmt-support (2.2.2-3) ... +Selecting previously unselected package liblocale-gettext-perl. +Preparing to unpack .../4-liblocale-gettext-perl_1.07-6_riscv64.deb ... +Unpacking liblocale-gettext-perl (1.07-6) ... +Selecting previously unselected package libssl3:riscv64. +Preparing to unpack .../5-libssl3_3.1.4-2_riscv64.deb ... +Unpacking libssl3:riscv64 (3.1.4-2) ... +Selecting previously unselected package libpython3.11-minimal:riscv64. +Preparing to unpack .../6-libpython3.11-minimal_3.11.6-3_riscv64.deb ... +Unpacking libpython3.11-minimal:riscv64 (3.11.6-3) ... +Selecting previously unselected package libexpat1:riscv64. +Preparing to unpack .../7-libexpat1_2.5.0-2+b1_riscv64.deb ... +Unpacking libexpat1:riscv64 (2.5.0-2+b1) ... +Selecting previously unselected package python3.11-minimal. +Preparing to unpack .../8-python3.11-minimal_3.11.6-3_riscv64.deb ... +Unpacking python3.11-minimal (3.11.6-3) ... +Setting up libssl3:riscv64 (3.1.4-2) ... +Setting up libpython3.11-minimal:riscv64 (3.11.6-3) ... +Setting up libexpat1:riscv64 (2.5.0-2+b1) ... +Setting up python3.11-minimal (3.11.6-3) ... +Selecting previously unselected package python3-minimal. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7573 files and directories currently installed.) +Preparing to unpack .../python3-minimal_3.11.4-5+b2_riscv64.deb ... +Unpacking python3-minimal (3.11.4-5+b2) ... +Selecting previously unselected package media-types. +Preparing to unpack .../media-types_10.1.0_all.deb ... +Unpacking media-types (10.1.0) ... +Preparing to unpack .../libffi8_3.4.4-2_riscv64.deb ... +Unpacking libffi8:riscv64 (3.4.4-2) over (3.4.4-1+b1) ... +Setting up libffi8:riscv64 (3.4.4-2) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7600 files and directories currently installed.) +Preparing to unpack .../liblzma5_5.4.5-0.1_riscv64.deb ... +Unpacking liblzma5:riscv64 (5.4.5-0.1) over (5.4.4-0.1) ... +Setting up liblzma5:riscv64 (5.4.5-0.1) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7600 files and directories currently installed.) +Preparing to unpack .../libtinfo6_6.4+20231121-1_riscv64.deb ... +Unpacking libtinfo6:riscv64 (6.4+20231121-1) over (6.4+20230625-2+b1) ... +Setting up libtinfo6:riscv64 (6.4+20231121-1) ... +Selecting previously unselected package libncursesw6:riscv64. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7599 files and directories currently installed.) +Preparing to unpack .../00-libncursesw6_6.4+20231121-1_riscv64.deb ... +Unpacking libncursesw6:riscv64 (6.4+20231121-1) ... +Selecting previously unselected package libkrb5support0:riscv64. +Preparing to unpack .../01-libkrb5support0_1.20.1-5_riscv64.deb ... +Unpacking libkrb5support0:riscv64 (1.20.1-5) ... +Selecting previously unselected package libk5crypto3:riscv64. +Preparing to unpack .../02-libk5crypto3_1.20.1-5_riscv64.deb ... +Unpacking libk5crypto3:riscv64 (1.20.1-5) ... +Selecting previously unselected package libkeyutils1:riscv64. +Preparing to unpack .../03-libkeyutils1_1.6.3-2+b1_riscv64.deb ... +Unpacking libkeyutils1:riscv64 (1.6.3-2+b1) ... +Selecting previously unselected package libkrb5-3:riscv64. +Preparing to unpack .../04-libkrb5-3_1.20.1-5_riscv64.deb ... +Unpacking libkrb5-3:riscv64 (1.20.1-5) ... +Selecting previously unselected package libgssapi-krb5-2:riscv64. +Preparing to unpack .../05-libgssapi-krb5-2_1.20.1-5_riscv64.deb ... +Unpacking libgssapi-krb5-2:riscv64 (1.20.1-5) ... +Selecting previously unselected package libtirpc-common. +Preparing to unpack .../06-libtirpc-common_1.3.4+ds-1_all.deb ... +Unpacking libtirpc-common (1.3.4+ds-1) ... +Selecting previously unselected package libtirpc3:riscv64. +Preparing to unpack .../07-libtirpc3_1.3.4+ds-1_riscv64.deb ... +Unpacking libtirpc3:riscv64 (1.3.4+ds-1) ... +Selecting previously unselected package libnsl2:riscv64. +Preparing to unpack .../08-libnsl2_1.3.0-3_riscv64.deb ... +Unpacking libnsl2:riscv64 (1.3.0-3) ... +Selecting previously unselected package readline-common. +Preparing to unpack .../09-readline-common_8.2-3_all.deb ... +Unpacking readline-common (8.2-3) ... +Selecting previously unselected package libreadline8:riscv64. +Preparing to unpack .../10-libreadline8_8.2-3_riscv64.deb ... +Unpacking libreadline8:riscv64 (8.2-3) ... +Selecting previously unselected package libsqlite3-0:riscv64. +Preparing to unpack .../11-libsqlite3-0_3.44.2-1_riscv64.deb ... +Unpacking libsqlite3-0:riscv64 (3.44.2-1) ... +Selecting previously unselected package libpython3.11-stdlib:riscv64. +Preparing to unpack .../12-libpython3.11-stdlib_3.11.6-3_riscv64.deb ... +Unpacking libpython3.11-stdlib:riscv64 (3.11.6-3) ... +Selecting previously unselected package python3.11. +Preparing to unpack .../13-python3.11_3.11.6-3_riscv64.deb ... +Unpacking python3.11 (3.11.6-3) ... +Selecting previously unselected package libpython3-stdlib:riscv64. +Preparing to unpack .../14-libpython3-stdlib_3.11.4-5+b2_riscv64.deb ... +Unpacking libpython3-stdlib:riscv64 (3.11.4-5+b2) ... +Setting up python3-minimal (3.11.4-5+b2) ... +Selecting previously unselected package python3. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8088 files and directories currently installed.) +Preparing to unpack .../python3_3.11.4-5+b2_riscv64.deb ... +Unpacking python3 (3.11.4-5+b2) ... +Selecting previously unselected package adduser. +Preparing to unpack .../archives/adduser_3.137_all.deb ... +Unpacking adduser (3.137) ... +Setting up adduser (3.137) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8181 files and directories currently installed.) +Preparing to unpack .../gcc-13-base_13.2.0-7_riscv64.deb ... +Unpacking gcc-13-base:riscv64 (13.2.0-7) over (13.2.0-4) ... +Setting up gcc-13-base:riscv64 (13.2.0-7) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8181 files and directories currently installed.) +Preparing to unpack .../libstdc++6_13.2.0-7_riscv64.deb ... +Unpacking libstdc++6:riscv64 (13.2.0-7) over (13.2.0-4) ... +Setting up libstdc++6:riscv64 (13.2.0-7) ... +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8181 files and directories currently installed.) +Preparing to unpack .../libgcc-s1_13.2.0-7_riscv64.deb ... +Unpacking libgcc-s1:riscv64 (13.2.0-7) over (13.2.0-4) ... +Setting up libgcc-s1:riscv64 (13.2.0-7) ... +Selecting previously unselected package netbase. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8181 files and directories currently installed.) +Preparing to unpack .../000-netbase_6.4_all.deb ... +Unpacking netbase (6.4) ... +Selecting previously unselected package bzip2. +Preparing to unpack .../001-bzip2_1.0.8-5+b1_riscv64.deb ... +Unpacking bzip2 (1.0.8-5+b1) ... +Selecting previously unselected package openssl. +Preparing to unpack .../002-openssl_3.1.4-2_riscv64.deb ... +Unpacking openssl (3.1.4-2) ... +Selecting previously unselected package ca-certificates. +Preparing to unpack .../003-ca-certificates_20230311_all.deb ... +Unpacking ca-certificates (20230311) ... +Selecting previously unselected package krb5-locales. +Preparing to unpack .../004-krb5-locales_1.20.1-5_all.deb ... +Unpacking krb5-locales (1.20.1-5) ... +Selecting previously unselected package manpages. +Preparing to unpack .../005-manpages_6.03-2_all.deb ... +Unpacking manpages (6.03-2) ... +Selecting previously unselected package xz-utils. +Preparing to unpack .../006-xz-utils_5.4.5-0.1_riscv64.deb ... +Unpacking xz-utils (5.4.5-0.1) ... +Selecting previously unselected package binutils-common:riscv64. +Preparing to unpack .../007-binutils-common_2.41-7_riscv64.deb ... +Unpacking binutils-common:riscv64 (2.41-7) ... +Selecting previously unselected package libsframe1:riscv64. +Preparing to unpack .../008-libsframe1_2.41-7_riscv64.deb ... +Unpacking libsframe1:riscv64 (2.41-7) ... +Selecting previously unselected package libbinutils:riscv64. +Preparing to unpack .../009-libbinutils_2.41-7_riscv64.deb ... +Unpacking libbinutils:riscv64 (2.41-7) ... +Selecting previously unselected package libctf-nobfd0:riscv64. +Preparing to unpack .../010-libctf-nobfd0_2.41-7_riscv64.deb ... +Unpacking libctf-nobfd0:riscv64 (2.41-7) ... +Selecting previously unselected package libctf0:riscv64. +Preparing to unpack .../011-libctf0_2.41-7_riscv64.deb ... +Unpacking libctf0:riscv64 (2.41-7) ... +Selecting previously unselected package libjansson4:riscv64. +Preparing to unpack .../012-libjansson4_2.14-2+b1_riscv64.deb ... +Unpacking libjansson4:riscv64 (2.14-2+b1) ... +Selecting previously unselected package binutils-riscv64-linux-gnu. +Preparing to unpack .../013-binutils-riscv64-linux-gnu_2.41-7_riscv64.deb ... +Unpacking binutils-riscv64-linux-gnu (2.41-7) ... +Selecting previously unselected package binutils. +Preparing to unpack .../014-binutils_2.41-7_riscv64.deb ... +Unpacking binutils (2.41-7) ... +Selecting previously unselected package libc-dev-bin. +Preparing to unpack .../015-libc-dev-bin_2.37-12_riscv64.deb ... +Unpacking libc-dev-bin (2.37-12) ... +Selecting previously unselected package linux-libc-dev:riscv64. +Preparing to unpack .../016-linux-libc-dev_6.5.10-1_riscv64.deb ... +Unpacking linux-libc-dev:riscv64 (6.5.10-1) ... +Selecting previously unselected package libcrypt-dev:riscv64. +Preparing to unpack .../017-libcrypt-dev_1%3a4.4.36-2_riscv64.deb ... +Unpacking libcrypt-dev:riscv64 (1:4.4.36-2) ... +Selecting previously unselected package libtirpc-dev:riscv64. +Preparing to unpack .../018-libtirpc-dev_1.3.4+ds-1_riscv64.deb ... +Unpacking libtirpc-dev:riscv64 (1.3.4+ds-1) ... +Selecting previously unselected package libnsl-dev:riscv64. +Preparing to unpack .../019-libnsl-dev_1.3.0-3_riscv64.deb ... +Unpacking libnsl-dev:riscv64 (1.3.0-3) ... +Selecting previously unselected package rpcsvc-proto. +Preparing to unpack .../020-rpcsvc-proto_1.4.3-1+b1_riscv64.deb ... +Unpacking rpcsvc-proto (1.4.3-1+b1) ... +Selecting previously unselected package libc6-dev:riscv64. +Preparing to unpack .../021-libc6-dev_2.37-12_riscv64.deb ... +Unpacking libc6-dev:riscv64 (2.37-12) ... +Selecting previously unselected package libisl23:riscv64. +Preparing to unpack .../022-libisl23_0.26-3+b1_riscv64.deb ... +Unpacking libisl23:riscv64 (0.26-3+b1) ... +Selecting previously unselected package libmpfr6:riscv64. +Preparing to unpack .../023-libmpfr6_4.2.1-1_riscv64.deb ... +Unpacking libmpfr6:riscv64 (4.2.1-1) ... +Selecting previously unselected package libmpc3:riscv64. +Preparing to unpack .../024-libmpc3_1.3.1-1+b1_riscv64.deb ... +Unpacking libmpc3:riscv64 (1.3.1-1+b1) ... +Selecting previously unselected package cpp-13. +Preparing to unpack .../025-cpp-13_13.2.0-7_riscv64.deb ... +Unpacking cpp-13 (13.2.0-7) ... +Selecting previously unselected package cpp. +Preparing to unpack .../026-cpp_4%3a13.2.0-2_riscv64.deb ... +Unpacking cpp (4:13.2.0-2) ... +Selecting previously unselected package libcc1-0:riscv64. +Preparing to unpack .../027-libcc1-0_13.2.0-7_riscv64.deb ... +Unpacking libcc1-0:riscv64 (13.2.0-7) ... +Selecting previously unselected package libgomp1:riscv64. +Preparing to unpack .../028-libgomp1_13.2.0-7_riscv64.deb ... +Unpacking libgomp1:riscv64 (13.2.0-7) ... +Selecting previously unselected package libatomic1:riscv64. +Preparing to unpack .../029-libatomic1_13.2.0-7_riscv64.deb ... +Unpacking libatomic1:riscv64 (13.2.0-7) ... +Selecting previously unselected package libasan8:riscv64. +Preparing to unpack .../030-libasan8_13.2.0-7_riscv64.deb ... +Unpacking libasan8:riscv64 (13.2.0-7) ... +Selecting previously unselected package libgcc-13-dev:riscv64. +Preparing to unpack .../031-libgcc-13-dev_13.2.0-7_riscv64.deb ... +Unpacking libgcc-13-dev:riscv64 (13.2.0-7) ... +Selecting previously unselected package gcc-13. +Preparing to unpack .../032-gcc-13_13.2.0-7_riscv64.deb ... +Unpacking gcc-13 (13.2.0-7) ... +Selecting previously unselected package gcc. +Preparing to unpack .../033-gcc_4%3a13.2.0-2_riscv64.deb ... +Unpacking gcc (4:13.2.0-2) ... +Selecting previously unselected package libstdc++-13-dev:riscv64. +Preparing to unpack .../034-libstdc++-13-dev_13.2.0-7_riscv64.deb ... +Unpacking libstdc++-13-dev:riscv64 (13.2.0-7) ... +Selecting previously unselected package g++-13. +Preparing to unpack .../035-g++-13_13.2.0-7_riscv64.deb ... +Unpacking g++-13 (13.2.0-7) ... +Selecting previously unselected package g++. +Preparing to unpack .../036-g++_4%3a13.2.0-2_riscv64.deb ... +Unpacking g++ (4:13.2.0-2) ... +Selecting previously unselected package make. +Preparing to unpack .../037-make_4.3-4.1+b1_riscv64.deb ... +Unpacking make (4.3-4.1+b1) ... +Selecting previously unselected package libdpkg-perl. +Preparing to unpack .../038-libdpkg-perl_1.22.1_all.deb ... +Unpacking libdpkg-perl (1.22.1) ... +Selecting previously unselected package patch. +Preparing to unpack .../039-patch_2.7.6-7+b1_riscv64.deb ... +Unpacking patch (2.7.6-7+b1) ... +Selecting previously unselected package dpkg-dev. +Preparing to unpack .../040-dpkg-dev_1.22.1_all.deb ... +Unpacking dpkg-dev (1.22.1) ... +Selecting previously unselected package build-essential. +Preparing to unpack .../041-build-essential_12.10+b1_riscv64.deb ... +Unpacking build-essential (12.10+b1) ... +Selecting previously unselected package libbrotli1:riscv64. +Preparing to unpack .../042-libbrotli1_1.1.0-2_riscv64.deb ... +Unpacking libbrotli1:riscv64 (1.1.0-2) ... +Selecting previously unselected package libsasl2-modules-db:riscv64. +Preparing to unpack .../043-libsasl2-modules-db_2.1.28+dfsg1-4_riscv64.deb ... +Unpacking libsasl2-modules-db:riscv64 (2.1.28+dfsg1-4) ... +Selecting previously unselected package libsasl2-2:riscv64. +Preparing to unpack .../044-libsasl2-2_2.1.28+dfsg1-4_riscv64.deb ... +Unpacking libsasl2-2:riscv64 (2.1.28+dfsg1-4) ... +Selecting previously unselected package libldap-2.5-0:riscv64. +Preparing to unpack .../045-libldap-2.5-0_2.5.13+dfsg-5+b1_riscv64.deb ... +Unpacking libldap-2.5-0:riscv64 (2.5.13+dfsg-5+b1) ... +Selecting previously unselected package libnghttp2-14:riscv64. +Preparing to unpack .../046-libnghttp2-14_1.58.0-1_riscv64.deb ... +Unpacking libnghttp2-14:riscv64 (1.58.0-1) ... +Selecting previously unselected package libpsl5:riscv64. +Preparing to unpack .../047-libpsl5_0.21.2-1+b1_riscv64.deb ... +Unpacking libpsl5:riscv64 (0.21.2-1+b1) ... +Selecting previously unselected package librtmp1:riscv64. +Preparing to unpack .../048-librtmp1_2.4+20151223.gitfa8646d.1-2_riscv64.deb ... +Unpacking librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2) ... +Selecting previously unselected package libssh2-1:riscv64. +Preparing to unpack .../049-libssh2-1_1.11.0-2+b1_riscv64.deb ... +Unpacking libssh2-1:riscv64 (1.11.0-2+b1) ... +Selecting previously unselected package libcurl3-gnutls:riscv64. +Preparing to unpack .../050-libcurl3-gnutls_8.4.0-2_riscv64.deb ... +Unpacking libcurl3-gnutls:riscv64 (8.4.0-2) ... +Selecting previously unselected package libhttp-parser2.9:riscv64. +Preparing to unpack .../051-libhttp-parser2.9_2.9.4-6_riscv64.deb ... +Unpacking libhttp-parser2.9:riscv64 (2.9.4-6) ... +Selecting previously unselected package libmbedcrypto7:riscv64. +Preparing to unpack .../052-libmbedcrypto7_2.28.5-1_riscv64.deb ... +Unpacking libmbedcrypto7:riscv64 (2.28.5-1) ... +Selecting previously unselected package libmbedx509-1:riscv64. +Preparing to unpack .../053-libmbedx509-1_2.28.5-1_riscv64.deb ... +Unpacking libmbedx509-1:riscv64 (2.28.5-1) ... +Selecting previously unselected package libmbedtls14:riscv64. +Preparing to unpack .../054-libmbedtls14_2.28.5-1_riscv64.deb ... +Unpacking libmbedtls14:riscv64 (2.28.5-1) ... +Selecting previously unselected package libgit2-1.5:riscv64. +Preparing to unpack .../055-libgit2-1.5_1.5.1+ds-1_riscv64.deb ... +Unpacking libgit2-1.5:riscv64 (1.5.1+ds-1) ... +Selecting previously unselected package libbsd0:riscv64. +Preparing to unpack .../056-libbsd0_0.11.7-4_riscv64.deb ... +Unpacking libbsd0:riscv64 (0.11.7-4) ... +Selecting previously unselected package libedit2:riscv64. +Preparing to unpack .../057-libedit2_3.1-20230828-1_riscv64.deb ... +Unpacking libedit2:riscv64 (3.1-20230828-1) ... +Selecting previously unselected package libicu72:riscv64. +Preparing to unpack .../058-libicu72_72.1-4_riscv64.deb ... +Unpacking libicu72:riscv64 (72.1-4) ... +Selecting previously unselected package libxml2:riscv64. +Preparing to unpack .../059-libxml2_2.9.14+dfsg-1.3+b1_riscv64.deb ... +Unpacking libxml2:riscv64 (2.9.14+dfsg-1.3+b1) ... +Selecting previously unselected package libz3-4:riscv64. +Preparing to unpack .../060-libz3-4_4.8.12-3.1+b1_riscv64.deb ... +Unpacking libz3-4:riscv64 (4.8.12-3.1+b1) ... +Selecting previously unselected package libllvm16:riscv64. +Preparing to unpack .../061-libllvm16_1%3a16.0.6-19_riscv64.deb ... +Unpacking libllvm16:riscv64 (1:16.0.6-19) ... +Selecting previously unselected package libstd-rust-1.70:riscv64. +Preparing to unpack .../062-libstd-rust-1.70_1.70.0+dfsg1-1_riscv64.deb ... +Unpacking libstd-rust-1.70:riscv64 (1.70.0+dfsg1-1) ... +Selecting previously unselected package libstd-rust-dev:riscv64. +Preparing to unpack .../063-libstd-rust-dev_1.70.0+dfsg1-1_riscv64.deb ... +Unpacking libstd-rust-dev:riscv64 (1.70.0+dfsg1-1) ... +Selecting previously unselected package rustc. +Preparing to unpack .../064-rustc_1.70.0+dfsg1-1_riscv64.deb ... +Unpacking rustc (1.70.0+dfsg1-1) ... +Selecting previously unselected package cargo. +Preparing to unpack .../065-cargo_0.66.0+ds1-1+b1_riscv64.deb ... +Unpacking cargo (0.66.0+ds1-1+b1) ... +Selecting previously unselected package libhiredis0.14:riscv64. +Preparing to unpack .../066-libhiredis0.14_0.14.1-4_riscv64.deb ... +Unpacking libhiredis0.14:riscv64 (0.14.1-4) ... +Selecting previously unselected package ccache. +Preparing to unpack .../067-ccache_4.8.3-1_riscv64.deb ... +Unpacking ccache (4.8.3-1) ... +Selecting previously unselected package libassuan0:riscv64. +Preparing to unpack .../068-libassuan0_2.5.6-1_riscv64.deb ... +Unpacking libassuan0:riscv64 (2.5.6-1) ... +Selecting previously unselected package gpgconf. +Preparing to unpack .../069-gpgconf_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpgconf (2.2.40-1.1+b1) ... +Selecting previously unselected package libksba8:riscv64. +Preparing to unpack .../070-libksba8_1.6.4-2_riscv64.deb ... +Unpacking libksba8:riscv64 (1.6.4-2) ... +Selecting previously unselected package libnpth0:riscv64. +Preparing to unpack .../071-libnpth0_1.6-3_riscv64.deb ... +Unpacking libnpth0:riscv64 (1.6-3) ... +Selecting previously unselected package dirmngr. +Preparing to unpack .../072-dirmngr_2.2.40-1.1+b1_riscv64.deb ... +Unpacking dirmngr (2.2.40-1.1+b1) ... +Selecting previously unselected package libfakeroot:riscv64. +Preparing to unpack .../073-libfakeroot_1.32.2-1_riscv64.deb ... +Unpacking libfakeroot:riscv64 (1.32.2-1) ... +Selecting previously unselected package fakeroot. +Preparing to unpack .../074-fakeroot_1.32.2-1_riscv64.deb ... +Unpacking fakeroot (1.32.2-1) ... +Selecting previously unselected package fonts-dejavu-mono. +Preparing to unpack .../075-fonts-dejavu-mono_2.37-8_all.deb ... +Unpacking fonts-dejavu-mono (2.37-8) ... +Selecting previously unselected package fonts-dejavu-core. +Preparing to unpack .../076-fonts-dejavu-core_2.37-8_all.deb ... +Unpacking fonts-dejavu-core (2.37-8) ... +Selecting previously unselected package fontconfig-config. +Preparing to unpack .../077-fontconfig-config_2.14.2-6_riscv64.deb ... +Unpacking fontconfig-config (2.14.2-6) ... +Selecting previously unselected package gnupg-l10n. +Preparing to unpack .../078-gnupg-l10n_2.2.40-1.1_all.deb ... +Unpacking gnupg-l10n (2.2.40-1.1) ... +Selecting previously unselected package gnupg-utils. +Preparing to unpack .../079-gnupg-utils_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gnupg-utils (2.2.40-1.1+b1) ... +Selecting previously unselected package gpg. +Preparing to unpack .../080-gpg_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpg (2.2.40-1.1+b1) ... +Selecting previously unselected package pinentry-curses. +Preparing to unpack .../081-pinentry-curses_1.2.1-3_riscv64.deb ... +Unpacking pinentry-curses (1.2.1-3) ... +Selecting previously unselected package gpg-agent. +Preparing to unpack .../082-gpg-agent_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpg-agent (2.2.40-1.1+b1) ... +Selecting previously unselected package gpg-wks-client. +Preparing to unpack .../083-gpg-wks-client_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpg-wks-client (2.2.40-1.1+b1) ... +Selecting previously unselected package gpg-wks-server. +Preparing to unpack .../084-gpg-wks-server_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpg-wks-server (2.2.40-1.1+b1) ... +Selecting previously unselected package gpgsm. +Preparing to unpack .../085-gpgsm_2.2.40-1.1+b1_riscv64.deb ... +Unpacking gpgsm (2.2.40-1.1+b1) ... +Selecting previously unselected package gnupg. +Preparing to unpack .../086-gnupg_2.2.40-1.1_all.deb ... +Unpacking gnupg (2.2.40-1.1) ... +Selecting previously unselected package icu-devtools. +Preparing to unpack .../087-icu-devtools_72.1-4_riscv64.deb ... +Unpacking icu-devtools (72.1-4) ... +Selecting previously unselected package libabsl20220623:riscv64. +Preparing to unpack .../088-libabsl20220623_20220623.1-3_riscv64.deb ... +Unpacking libabsl20220623:riscv64 (20220623.1-3) ... +Selecting previously unselected package libalgorithm-diff-perl. +Preparing to unpack .../089-libalgorithm-diff-perl_1.201-1_all.deb ... +Unpacking libalgorithm-diff-perl (1.201-1) ... +Selecting previously unselected package libalgorithm-diff-xs-perl:riscv64. +Preparing to unpack .../090-libalgorithm-diff-xs-perl_0.04-8_riscv64.deb ... +Unpacking libalgorithm-diff-xs-perl:riscv64 (0.04-8) ... +Selecting previously unselected package libalgorithm-merge-perl. +Preparing to unpack .../091-libalgorithm-merge-perl_0.08-5_all.deb ... +Unpacking libalgorithm-merge-perl (0.08-5) ... +Selecting previously unselected package libaom3:riscv64. +Preparing to unpack .../092-libaom3_3.7.1-1_riscv64.deb ... +Unpacking libaom3:riscv64 (3.7.1-1) ... +Selecting previously unselected package libdav1d7:riscv64. +Preparing to unpack .../093-libdav1d7_1.3.0-2_riscv64.deb ... +Unpacking libdav1d7:riscv64 (1.3.0-2) ... +Selecting previously unselected package libgav1-1:riscv64. +Preparing to unpack .../094-libgav1-1_0.18.0-1_riscv64.deb ... +Unpacking libgav1-1:riscv64 (0.18.0-1) ... +Selecting previously unselected package libsharpyuv0:riscv64. +Preparing to unpack .../095-libsharpyuv0_1.3.2-0.3_riscv64.deb ... +Unpacking libsharpyuv0:riscv64 (1.3.2-0.3) ... +Selecting previously unselected package libsvtav1enc1d1:riscv64. +Preparing to unpack .../096-libsvtav1enc1d1_1.7.0+dfsg-2_riscv64.deb ... +Unpacking libsvtav1enc1d1:riscv64 (1.7.0+dfsg-2) ... +Selecting previously unselected package libjpeg62-turbo:riscv64. +Preparing to unpack .../097-libjpeg62-turbo_1%3a2.1.5-2+b1_riscv64.deb ... +Unpacking libjpeg62-turbo:riscv64 (1:2.1.5-2+b1) ... +Selecting previously unselected package libyuv0:riscv64. +Preparing to unpack .../098-libyuv0_0.0~git20231118.e6d5adb-1_riscv64.deb ... +Unpacking libyuv0:riscv64 (0.0~git20231118.e6d5adb-1) ... +Selecting previously unselected package libavif16:riscv64. +Preparing to unpack .../099-libavif16_1.0.2-1_riscv64.deb ... +Unpacking libavif16:riscv64 (1.0.2-1) ... +Selecting previously unselected package libpng16-16:riscv64. +Preparing to unpack .../100-libpng16-16_1.6.40-2_riscv64.deb ... +Unpacking libpng16-16:riscv64 (1.6.40-2) ... +Selecting previously unselected package libfreetype6:riscv64. +Preparing to unpack .../101-libfreetype6_2.13.2+dfsg-1_riscv64.deb ... +Unpacking libfreetype6:riscv64 (2.13.2+dfsg-1) ... +Selecting previously unselected package libfontconfig1:riscv64. +Preparing to unpack .../102-libfontconfig1_2.14.2-6_riscv64.deb ... +Unpacking libfontconfig1:riscv64 (2.14.2-6) ... +Selecting previously unselected package libheif-plugin-dav1d:riscv64. +Preparing to unpack .../103-libheif-plugin-dav1d_1.17.1-1+b1_riscv64.deb ... +Unpacking libheif-plugin-dav1d:riscv64 (1.17.1-1+b1) ... +Selecting previously unselected package libde265-0:riscv64. +Preparing to unpack .../104-libde265-0_1.0.13-1_riscv64.deb ... +Unpacking libde265-0:riscv64 (1.0.13-1) ... +Selecting previously unselected package libheif-plugin-libde265:riscv64. +Preparing to unpack .../105-libheif-plugin-libde265_1.17.1-1+b1_riscv64.deb ... +Unpacking libheif-plugin-libde265:riscv64 (1.17.1-1+b1) ... +Selecting previously unselected package libheif1:riscv64. +Preparing to unpack .../106-libheif1_1.17.1-1+b1_riscv64.deb ... +Unpacking libheif1:riscv64 (1.17.1-1+b1) ... +Selecting previously unselected package libdeflate0:riscv64. +Preparing to unpack .../107-libdeflate0_1.18-1_riscv64.deb ... +Unpacking libdeflate0:riscv64 (1.18-1) ... +Selecting previously unselected package libjbig0:riscv64. +Preparing to unpack .../108-libjbig0_2.1-6.1_riscv64.deb ... +Unpacking libjbig0:riscv64 (2.1-6.1) ... +Selecting previously unselected package liblerc4:riscv64. +Preparing to unpack .../109-liblerc4_4.0.0+ds-3_riscv64.deb ... +Unpacking liblerc4:riscv64 (4.0.0+ds-3) ... +Selecting previously unselected package libwebp7:riscv64. +Preparing to unpack .../110-libwebp7_1.3.2-0.3_riscv64.deb ... +Unpacking libwebp7:riscv64 (1.3.2-0.3) ... +Selecting previously unselected package libtiff6:riscv64. +Preparing to unpack .../111-libtiff6_4.5.1+git230720-2_riscv64.deb ... +Unpacking libtiff6:riscv64 (4.5.1+git230720-2) ... +Selecting previously unselected package libxau6:riscv64. +Preparing to unpack .../112-libxau6_1%3a1.0.9-1_riscv64.deb ... +Unpacking libxau6:riscv64 (1:1.0.9-1) ... +Selecting previously unselected package libxdmcp6:riscv64. +Preparing to unpack .../113-libxdmcp6_1%3a1.1.2-3_riscv64.deb ... +Unpacking libxdmcp6:riscv64 (1:1.1.2-3) ... +Selecting previously unselected package libxcb1:riscv64. +Preparing to unpack .../114-libxcb1_1.15-1_riscv64.deb ... +Unpacking libxcb1:riscv64 (1.15-1) ... +Selecting previously unselected package libx11-data. +Preparing to unpack .../115-libx11-data_2%3a1.8.7-1_all.deb ... +Unpacking libx11-data (2:1.8.7-1) ... +Selecting previously unselected package libx11-6:riscv64. +Preparing to unpack .../116-libx11-6_2%3a1.8.7-1_riscv64.deb ... +Unpacking libx11-6:riscv64 (2:1.8.7-1) ... +Selecting previously unselected package libxpm4:riscv64. +Preparing to unpack .../117-libxpm4_1%3a3.5.17-1_riscv64.deb ... +Unpacking libxpm4:riscv64 (1:3.5.17-1) ... +Selecting previously unselected package libgd3:riscv64. +Preparing to unpack .../118-libgd3_2.3.3-9+b1_riscv64.deb ... +Unpacking libgd3:riscv64 (2.3.3-9+b1) ... +Selecting previously unselected package libc-devtools. +Preparing to unpack .../119-libc-devtools_2.37-12_riscv64.deb ... +Unpacking libc-devtools (2.37-12) ... +Selecting previously unselected package libclang-cpp16. +Preparing to unpack .../120-libclang-cpp16_1%3a16.0.6-19_riscv64.deb ... +Unpacking libclang-cpp16 (1:16.0.6-19) ... +Selecting previously unselected package libcurl4:riscv64. +Preparing to unpack .../121-libcurl4_8.4.0-2_riscv64.deb ... +Unpacking libcurl4:riscv64 (8.4.0-2) ... +Selecting previously unselected package libexpat1-dev:riscv64. +Preparing to unpack .../122-libexpat1-dev_2.5.0-2+b1_riscv64.deb ... +Unpacking libexpat1-dev:riscv64 (2.5.0-2+b1) ... +Selecting previously unselected package libffi-dev:riscv64. +Preparing to unpack .../123-libffi-dev_3.4.4-2_riscv64.deb ... +Unpacking libffi-dev:riscv64 (3.4.4-2) ... +Selecting previously unselected package libfile-fcntllock-perl. +Preparing to unpack .../124-libfile-fcntllock-perl_0.22-4_riscv64.deb ... +Unpacking libfile-fcntllock-perl (0.22-4) ... +Selecting previously unselected package libgpm2:riscv64. +Preparing to unpack .../125-libgpm2_1.20.7-10_riscv64.deb ... +Unpacking libgpm2:riscv64 (1.20.7-10) ... +Selecting previously unselected package libheif-plugin-aomenc:riscv64. +Preparing to unpack .../126-libheif-plugin-aomenc_1.17.1-1+b1_riscv64.deb ... +Unpacking libheif-plugin-aomenc:riscv64 (1.17.1-1+b1) ... +Selecting previously unselected package libx265-199:riscv64. +Preparing to unpack .../127-libx265-199_3.5-2_riscv64.deb ... +Unpacking libx265-199:riscv64 (3.5-2) ... +Selecting previously unselected package libheif-plugin-x265:riscv64. +Preparing to unpack .../128-libheif-plugin-x265_1.17.1-1+b1_riscv64.deb ... +Unpacking libheif-plugin-x265:riscv64 (1.17.1-1+b1) ... +Selecting previously unselected package libicu-dev:riscv64. +Preparing to unpack .../129-libicu-dev_72.1-4_riscv64.deb ... +Unpacking libicu-dev:riscv64 (72.1-4) ... +Selecting previously unselected package libldap-common. +Preparing to unpack .../130-libldap-common_2.5.13+dfsg-5_all.deb ... +Unpacking libldap-common (2.5.13+dfsg-5) ... +Selecting previously unselected package libncurses6:riscv64. +Preparing to unpack .../131-libncurses6_6.4+20231121-1_riscv64.deb ... +Unpacking libncurses6:riscv64 (6.4+20231121-1) ... +Selecting previously unselected package libncurses-dev:riscv64. +Preparing to unpack .../132-libncurses-dev_6.4+20231121-1_riscv64.deb ... +Unpacking libncurses-dev:riscv64 (6.4+20231121-1) ... +Selecting previously unselected package libpfm4:riscv64. +Preparing to unpack .../133-libpfm4_4.13.0+git15-gefd10fb-2_riscv64.deb ... +Unpacking libpfm4:riscv64 (4.13.0+git15-gefd10fb-2) ... +Selecting previously unselected package libpkgconf3:riscv64. +Preparing to unpack .../134-libpkgconf3_1.8.1-1+b1_riscv64.deb ... +Unpacking libpkgconf3:riscv64 (1.8.1-1+b1) ... +Selecting previously unselected package libpython3.11:riscv64. +Preparing to unpack .../135-libpython3.11_3.11.6-3_riscv64.deb ... +Unpacking libpython3.11:riscv64 (3.11.6-3) ... +Selecting previously unselected package zlib1g-dev:riscv64. +Preparing to unpack .../136-zlib1g-dev_1%3a1.3.dfsg-3_riscv64.deb ... +Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg-3) ... +Selecting previously unselected package libpython3.11-dev:riscv64. +Preparing to unpack .../137-libpython3.11-dev_3.11.6-3_riscv64.deb ... +Unpacking libpython3.11-dev:riscv64 (3.11.6-3) ... +Selecting previously unselected package libsasl2-modules:riscv64. +Preparing to unpack .../138-libsasl2-modules_2.1.28+dfsg1-4_riscv64.deb ... +Unpacking libsasl2-modules:riscv64 (2.1.28+dfsg1-4) ... +Selecting previously unselected package libssl-dev:riscv64. +Preparing to unpack .../139-libssl-dev_3.1.4-2_riscv64.deb ... +Unpacking libssl-dev:riscv64 (3.1.4-2) ... +Selecting previously unselected package libxml2-dev:riscv64. +Preparing to unpack .../140-libxml2-dev_2.9.14+dfsg-1.3+b1_riscv64.deb ... +Unpacking libxml2-dev:riscv64 (2.9.14+dfsg-1.3+b1) ... +Selecting previously unselected package libyaml-0-2:riscv64. +Preparing to unpack .../141-libyaml-0-2_0.2.5-1_riscv64.deb ... +Unpacking libyaml-0-2:riscv64 (0.2.5-1) ... +Selecting previously unselected package libz3-dev:riscv64. +Preparing to unpack .../142-libz3-dev_4.8.12-3.1+b1_riscv64.deb ... +Unpacking libz3-dev:riscv64 (4.8.12-3.1+b1) ... +Selecting previously unselected package llvm-16-runtime. +Preparing to unpack .../143-llvm-16-runtime_1%3a16.0.6-19_riscv64.deb ... +Unpacking llvm-16-runtime (1:16.0.6-19) ... +Selecting previously unselected package llvm-16-linker-tools. +Preparing to unpack .../144-llvm-16-linker-tools_1%3a16.0.6-19_riscv64.deb ... +Unpacking llvm-16-linker-tools (1:16.0.6-19) ... +Selecting previously unselected package llvm-16. +Preparing to unpack .../145-llvm-16_1%3a16.0.6-19_riscv64.deb ... +Unpacking llvm-16 (1:16.0.6-19) ... +Selecting previously unselected package python3-pkg-resources. +Preparing to unpack .../146-python3-pkg-resources_68.1.2-2_all.deb ... +Unpacking python3-pkg-resources (68.1.2-2) ... +Selecting previously unselected package python3-pygments. +Preparing to unpack .../147-python3-pygments_2.15.1+dfsg-1_all.deb ... +Unpacking python3-pygments (2.15.1+dfsg-1) ... +Selecting previously unselected package python3-yaml. +Preparing to unpack .../148-python3-yaml_6.0.1-1_riscv64.deb ... +Unpacking python3-yaml (6.0.1-1) ... +Selecting previously unselected package llvm-16-tools. +Preparing to unpack .../149-llvm-16-tools_1%3a16.0.6-19_riscv64.deb ... +Unpacking llvm-16-tools (1:16.0.6-19) ... +Selecting previously unselected package llvm-16-dev. +Preparing to unpack .../150-llvm-16-dev_1%3a16.0.6-19_riscv64.deb ... +Unpacking llvm-16-dev (1:16.0.6-19) ... +Selecting previously unselected package manpages-dev. +Preparing to unpack .../151-manpages-dev_6.03-2_all.deb ... +Unpacking manpages-dev (6.03-2) ... +Selecting previously unselected package patchelf. +Preparing to unpack .../152-patchelf_0.18.0-1_riscv64.deb ... +Unpacking patchelf (0.18.0-1) ... +Selecting previously unselected package pkgconf-bin. +Preparing to unpack .../153-pkgconf-bin_1.8.1-1+b1_riscv64.deb ... +Unpacking pkgconf-bin (1.8.1-1+b1) ... +Selecting previously unselected package pkgconf:riscv64. +Preparing to unpack .../154-pkgconf_1.8.1-1+b1_riscv64.deb ... +Unpacking pkgconf:riscv64 (1.8.1-1+b1) ... +Selecting previously unselected package publicsuffix. +Preparing to unpack .../155-publicsuffix_20231001.0357-0.1_all.deb ... +Unpacking publicsuffix (20231001.0357-0.1) ... +Selecting previously unselected package python3-lib2to3. +Preparing to unpack .../156-python3-lib2to3_3.11.5-1_all.deb ... +Unpacking python3-lib2to3 (3.11.5-1) ... +Selecting previously unselected package python3-distutils. +Preparing to unpack .../157-python3-distutils_3.11.5-1_all.deb ... +Unpacking python3-distutils (3.11.5-1) ... +Selecting previously unselected package python3-pip-whl. +Preparing to unpack .../158-python3-pip-whl_23.3+dfsg-1_all.deb ... +Unpacking python3-pip-whl (23.3+dfsg-1) ... +Selecting previously unselected package python3-setuptools-whl. +Preparing to unpack .../159-python3-setuptools-whl_68.1.2-2_all.deb ... +Unpacking python3-setuptools-whl (68.1.2-2) ... +Selecting previously unselected package python3.11-dev. +Preparing to unpack .../160-python3.11-dev_3.11.6-3_riscv64.deb ... +Unpacking python3.11-dev (3.11.6-3) ... +Selecting previously unselected package python3.11-venv. +Preparing to unpack .../161-python3.11-venv_3.11.6-3_riscv64.deb ... +Unpacking python3.11-venv (3.11.6-3) ... +Setting up libksba8:riscv64 (1.6.4-2) ... +Setting up media-types (10.1.0) ... +Setting up libpipeline1:riscv64 (1.5.7-1+b1) ... +Setting up libsharpyuv0:riscv64 (1.3.2-0.3) ... +Setting up libaom3:riscv64 (3.7.1-1) ... +Setting up libabsl20220623:riscv64 (20220623.1-3) ... +Setting up libxau6:riscv64 (1:1.0.9-1) ... +Setting up python3-setuptools-whl (68.1.2-2) ... +Setting up libkeyutils1:riscv64 (1.6.3-2+b1) ... +Setting up libpsl5:riscv64 (0.21.2-1+b1) ... +Setting up libgpm2:riscv64 (1.20.7-10) ... +Setting up libicu72:riscv64 (72.1-4) ... +Setting up liblerc4:riscv64 (4.0.0+ds-3) ... +Setting up libyaml-0-2:riscv64 (0.2.5-1) ... +Setting up manpages (6.03-2) ... +Setting up libtirpc-common (1.3.4+ds-1) ... +Setting up libbrotli1:riscv64 (1.1.0-2) ... +Setting up libsqlite3-0:riscv64 (3.44.2-1) ... +Setting up libsasl2-modules:riscv64 (2.1.28+dfsg1-4) ... +Setting up binutils-common:riscv64 (2.41-7) ... +Setting up libnghttp2-14:riscv64 (1.58.0-1) ... +Setting up libdeflate0:riscv64 (1.18-1) ... +Setting up linux-libc-dev:riscv64 (6.5.10-1) ... +Setting up libctf-nobfd0:riscv64 (2.41-7) ... +Setting up libnpth0:riscv64 (1.6-3) ... +Setting up krb5-locales (1.20.1-5) ... +Setting up libsvtav1enc1d1:riscv64 (1.7.0+dfsg-2) ... +Setting up libassuan0:riscv64 (2.5.6-1) ... +Setting up libgomp1:riscv64 (13.2.0-7) ... +Setting up bzip2 (1.0.8-5+b1) ... +Setting up libffi-dev:riscv64 (3.4.4-2) ... +Setting up libldap-common (2.5.13+dfsg-5) ... +Setting up libjbig0:riscv64 (2.1-6.1) ... +Setting up libsframe1:riscv64 (2.41-7) ... +Setting up libfakeroot:riscv64 (1.32.2-1) ... +Setting up libjansson4:riscv64 (2.14-2+b1) ... +Setting up libkrb5support0:riscv64 (1.20.1-5) ... +Setting up libsasl2-modules-db:riscv64 (2.1.28+dfsg1-4) ... +Setting up fakeroot (1.32.2-1) ... +update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +Setting up perl-modules-5.36 (5.36.0-10) ... +Setting up libpkgconf3:riscv64 (1.8.1-1+b1) ... +Setting up libpfm4:riscv64 (4.13.0+git15-gefd10fb-2) ... +Setting up rpcsvc-proto (1.4.3-1+b1) ... +Setting up libjpeg62-turbo:riscv64 (1:2.1.5-2+b1) ... +Setting up libmbedcrypto7:riscv64 (2.28.5-1) ... +Setting up libx11-data (2:1.8.7-1) ... +Setting up make (4.3-4.1+b1) ... +Setting up libmpfr6:riscv64 (4.2.1-1) ... +Setting up gnupg-l10n (2.2.40-1.1) ... +Setting up librtmp1:riscv64 (2.4+20151223.gitfa8646d.1-2) ... +Setting up libncurses6:riscv64 (6.4+20231121-1) ... +Setting up xz-utils (5.4.5-0.1) ... +update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode +Setting up fonts-dejavu-mono (2.37-8) ... +Setting up libssl-dev:riscv64 (3.1.4-2) ... +Setting up libpng16-16:riscv64 (1.6.40-2) ... +Setting up libmpc3:riscv64 (1.3.1-1+b1) ... +Setting up libatomic1:riscv64 (13.2.0-7) ... +Setting up patch (2.7.6-7+b1) ... +Setting up binfmt-support (2.2.2-3) ... +invoke-rc.d: could not determine current runlevel +invoke-rc.d: policy-rc.d denied execution of start. +Setting up icu-devtools (72.1-4) ... +Setting up fonts-dejavu-core (2.37-8) ... +Setting up libgav1-1:riscv64 (0.18.0-1) ... +Setting up pkgconf-bin (1.8.1-1+b1) ... +Setting up libncursesw6:riscv64 (6.4+20231121-1) ... +Setting up libk5crypto3:riscv64 (1.20.1-5) ... +Setting up libsasl2-2:riscv64 (2.1.28+dfsg1-4) ... +Setting up libx265-199:riscv64 (3.5-2) ... +Setting up libwebp7:riscv64 (1.3.2-0.3) ... +Setting up libdav1d7:riscv64 (1.3.0-2) ... +Setting up libcrypt-dev:riscv64 (1:4.4.36-2) ... +Setting up libtiff6:riscv64 (4.5.1+git230720-2) ... +Setting up libasan8:riscv64 (13.2.0-7) ... +Setting up libssh2-1:riscv64 (1.11.0-2+b1) ... +Setting up netbase (6.4) ... +Setting up libkrb5-3:riscv64 (1.20.1-5) ... +Setting up libbinutils:riscv64 (2.41-7) ... +Setting up patchelf (0.18.0-1) ... +Setting up libisl23:riscv64 (0.26-3+b1) ... +Setting up libde265-0:riscv64 (1.0.13-1) ... +Setting up libc-dev-bin (2.37-12) ... +Setting up openssl (3.1.4-2) ... +Setting up libbsd0:riscv64 (0.11.7-4) ... +Setting up libyuv0:riscv64 (0.0~git20231118.e6d5adb-1) ... +Setting up readline-common (8.2-3) ... +Setting up publicsuffix (20231001.0357-0.1) ... +Setting up libxml2:riscv64 (2.9.14+dfsg-1.3+b1) ... +Setting up libcc1-0:riscv64 (13.2.0-7) ... +Setting up liblocale-gettext-perl (1.07-6) ... +Setting up libhttp-parser2.9:riscv64 (2.9.4-6) ... +Setting up libgdbm6:riscv64 (1.23-5) ... +Setting up libhiredis0.14:riscv64 (0.14.1-4) ... +Setting up libctf0:riscv64 (2.41-7) ... +Setting up pinentry-curses (1.2.1-3) ... +Setting up manpages-dev (6.03-2) ... +Setting up libavif16:riscv64 (1.0.2-1) ... +Setting up libxdmcp6:riscv64 (1:1.1.2-3) ... +Setting up libxcb1:riscv64 (1.15-1) ... +Setting up libmbedx509-1:riscv64 (2.28.5-1) ... +Setting up libmbedtls14:riscv64 (2.28.5-1) ... +Setting up cpp-13 (13.2.0-7) ... +Setting up fontconfig-config (2.14.2-6) ... +Setting up libedit2:riscv64 (3.1-20230828-1) ... +Setting up libreadline8:riscv64 (8.2-3) ... +Setting up ccache (4.8.3-1) ... +Updating symlinks in /usr/lib/ccache ... +Setting up binutils-riscv64-linux-gnu (2.41-7) ... +Setting up binutils (2.41-7) ... +Setting up libldap-2.5-0:riscv64 (2.5.13+dfsg-5+b1) ... +Setting up pkgconf:riscv64 (1.8.1-1+b1) ... +Setting up ca-certificates (20230311) ... +Updating certificates in /etc/ssl/certs... +140 added, 0 removed; done. +Setting up libz3-4:riscv64 (4.8.12-3.1+b1) ... +Setting up libfreetype6:riscv64 (2.13.2+dfsg-1) ... +Setting up libgssapi-krb5-2:riscv64 (1.20.1-5) ... +Setting up libgdbm-compat4:riscv64 (1.23-5) ... +Setting up libgcc-13-dev:riscv64 (13.2.0-7) ... +Setting up cpp (4:13.2.0-2) ... +Setting up gpgconf (2.2.40-1.1+b1) ... +Setting up libcurl4:riscv64 (8.4.0-2) ... +Setting up libx11-6:riscv64 (2:1.8.7-1) ... +Setting up libfontconfig1:riscv64 (2.14.2-6) ... +Setting up libllvm16:riscv64 (1:16.0.6-19) ... +Setting up libgit2-1.5:riscv64 (1.5.1+ds-1) ... +Setting up libperl5.36:riscv64 (5.36.0-10) ... +Setting up gpg (2.2.40-1.1+b1) ... +Setting up gnupg-utils (2.2.40-1.1+b1) ... +Setting up libtirpc3:riscv64 (1.3.4+ds-1) ... +Setting up libz3-dev:riscv64 (4.8.12-3.1+b1) ... +Setting up gpg-agent (2.2.40-1.1+b1) ... +Setting up libxpm4:riscv64 (1:3.5.17-1) ... +Setting up python3-pip-whl (23.3+dfsg-1) ... +Setting up gpgsm (2.2.40-1.1+b1) ... +Setting up llvm-16-runtime (1:16.0.6-19) ... +Setting up libcurl3-gnutls:riscv64 (8.4.0-2) ... +Setting up llvm-16-linker-tools (1:16.0.6-19) ... +Setting up dirmngr (2.2.40-1.1+b1) ... +Setting up perl (5.36.0-10) ... +Setting up libtirpc-dev:riscv64 (1.3.4+ds-1) ... +Setting up libstd-rust-1.70:riscv64 (1.70.0+dfsg1-1) ... +Setting up gcc-13 (13.2.0-7) ... +Setting up libdpkg-perl (1.22.1) ... +Setting up gpg-wks-server (2.2.40-1.1+b1) ... +Setting up libclang-cpp16 (1:16.0.6-19) ... +Setting up libnsl2:riscv64 (1.3.0-3) ... +Setting up llvm-16 (1:16.0.6-19) ... +Setting up gpg-wks-client (2.2.40-1.1+b1) ... +Setting up libfile-fcntllock-perl (0.22-4) ... +Setting up libalgorithm-diff-perl (1.201-1) ... +Setting up libpython3.11-stdlib:riscv64 (3.11.6-3) ... +Setting up gcc (4:13.2.0-2) ... +Setting up dpkg-dev (1.22.1) ... +Setting up libstd-rust-dev:riscv64 (1.70.0+dfsg1-1) ... +Setting up libnsl-dev:riscv64 (1.3.0-3) ... +Setting up gnupg (2.2.40-1.1) ... +Setting up libc6-dev:riscv64 (2.37-12) ... +Setting up libalgorithm-diff-xs-perl:riscv64 (0.04-8) ... +Setting up libicu-dev:riscv64 (72.1-4) ... +Setting up libstdc++-13-dev:riscv64 (13.2.0-7) ... +Setting up libpython3-stdlib:riscv64 (3.11.4-5+b2) ... +Setting up libalgorithm-merge-perl (0.08-5) ... +Setting up g++-13 (13.2.0-7) ... +Setting up python3.11 (3.11.6-3) ... +Setting up libncurses-dev:riscv64 (6.4+20231121-1) ... +Setting up libpython3.11:riscv64 (3.11.6-3) ... +Setting up python3 (3.11.4-5+b2) ... +Setting up libxml2-dev:riscv64 (2.9.14+dfsg-1.3+b1) ... +Setting up libexpat1-dev:riscv64 (2.5.0-2+b1) ... +Setting up zlib1g-dev:riscv64 (1:1.3.dfsg-3) ... +Setting up g++ (4:13.2.0-2) ... +update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode +Setting up rustc (1.70.0+dfsg1-1) ... +Setting up build-essential (12.10+b1) ... +Setting up python3-lib2to3 (3.11.5-1) ... +Setting up python3-pkg-resources (68.1.2-2) ... +Setting up python3-distutils (3.11.5-1) ... +Setting up python3-yaml (6.0.1-1) ... +Setting up cargo (0.66.0+ds1-1+b1) ... +Setting up python3-pygments (2.15.1+dfsg-1) ... +Setting up python3.11-venv (3.11.6-3) ... +Setting up libpython3.11-dev:riscv64 (3.11.6-3) ... +Setting up python3.11-dev (3.11.6-3) ... +Setting up llvm-16-tools (1:16.0.6-19) ... +Setting up llvm-16-dev (1:16.0.6-19) ... +Setting up libheif-plugin-dav1d:riscv64 (1.17.1-1+b1) ... +Setting up libheif-plugin-libde265:riscv64 (1.17.1-1+b1) ... +Setting up libheif1:riscv64 (1.17.1-1+b1) ... +Setting up libgd3:riscv64 (2.3.3-9+b1) ... +Setting up libc-devtools (2.37-12) ... +Setting up libheif-plugin-x265:riscv64 (1.17.1-1+b1) ... +Setting up libheif-plugin-aomenc:riscv64 (1.17.1-1+b1) ... +Processing triggers for libc-bin (2.37-12) ... +Processing triggers for ca-certificates (20230311) ... +Updating certificates in /etc/ssl/certs... +0 added, 0 removed; done. +Running hooks in /etc/ca-certificates/update.d... +done. +mkdir: created directory '/root/.cargo' +[source.crates-io] +replace-with = 'mirror' + +[source.mirror] +registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git" + +Removing intermediate container ea852be2b899 + ---> 575b482d174b +Step 6/9 : COPY ./prepare-poetry.sh /tmp/prepare-poetry.sh + ---> 635906e48705 +Step 7/9 : RUN /tmp/prepare-poetry.sh + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in 115ee21ba034 +Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple +Requirement already satisfied: pip in /home/b/venv/lib/python3.11/site-packages (23.3) +Collecting pip + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (2.1 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 2.6 MB/s eta 0:00:00 +Requirement already satisfied: setuptools in /home/b/venv/lib/python3.11/site-packages (68.1.2) +Collecting setuptools + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/bb/e1/ed2dd0850446b8697ad28d118df885ad04140c64ace06c4bd559f7c8a94f/setuptools-69.0.2-py3-none-any.whl (819 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 1.3 MB/s eta 0:00:00 +Collecting wheel + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/c3/55076fc728723ef927521abaa1955213d094933dc36d4a2008d5101e1af5/wheel-0.42.0-py3-none-any.whl (65 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 218.4 kB/s eta 0:00:00 +Installing collected packages: wheel, setuptools, pip + Attempting uninstall: setuptools + Found existing installation: setuptools 68.1.2 + Uninstalling setuptools-68.1.2: + Successfully uninstalled setuptools-68.1.2 + Attempting uninstall: pip + Found existing installation: pip 23.3 + Uninstalling pip-23.3: + Successfully uninstalled pip-23.3 +Successfully installed pip-23.3.1 setuptools-69.0.2 wheel-0.42.0 +Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple +Collecting poetry + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/79/94/95c62fb8463d3f7dd86f1fc27369f63b4e028cbdbc7f62716183d4f51d16/poetry-1.7.1-py3-none-any.whl (235 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 kB 351.8 kB/s eta 0:00:00 +Collecting build<2.0.0,>=1.0.3 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/93/dd/b464b728b866aaa62785a609e0dd8c72201d62c5f7c53e7c20f4dceb085f/build-1.0.3-py3-none-any.whl (18 kB) +Collecting cachecontrol<0.14.0,>=0.13.0 (from cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1d/e3/a22348e6226dcd585d5a4b5f0175b3a16dabfd3912cbeb02f321d00e56c7/cachecontrol-0.13.1-py3-none-any.whl (22 kB) +Collecting cleo<3.0.0,>=2.1.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2d/f5/6bbead8b880620e5a99e0e4bb9e22e67cca16ff48d54105302a3e7821096/cleo-2.1.0-py3-none-any.whl (78 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 417.8 kB/s eta 0:00:00 +Collecting crashtest<0.5.0,>=0.4.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/5c/3ba7d12e7a79566f97b8f954400926d7b6eb33bcdccc1315a857f200f1f1/crashtest-0.4.1-py3-none-any.whl (7.6 kB) +Collecting dulwich<0.22.0,>=0.21.2 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/57/e0/1b5f95c2651284a5d4fdfb2cc5ecad57fb694084cce59d9d4acb7ac30ecf/dulwich-0.21.6.tar.gz (445 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 445.5/445.5 kB 1.1 MB/s eta 0:00:00 + Installing build dependencies: started + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + Getting requirements to build wheel: finished with status 'done' + Installing backend dependencies: started + Installing backend dependencies: finished with status 'done' + Preparing metadata (pyproject.toml): started + Preparing metadata (pyproject.toml): finished with status 'done' +Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/63/e9/d3dca06ea6b8e58e65716973bc7d9bee9bc39ce233595aa04d04e89a1089/fastjsonschema-2.19.0-py3-none-any.whl (23 kB) +Collecting installer<0.8.0,>=0.7.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl (453 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 973.9 kB/s eta 0:00:00 +Collecting keyring<25.0.0,>=24.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/e9/c51071308adc273ed612cd308a4b4360ffd291da40b7de2f47c9d6e3a978/keyring-24.3.0-py3-none-any.whl (38 kB) +Collecting packaging>=20.5 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl (53 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 386.5 kB/s eta 0:00:00 +Collecting pexpect<5.0.0,>=4.7.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl (63 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 153.4 kB/s eta 0:00:00 +Collecting pkginfo<2.0.0,>=1.9.4 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl (30 kB) +Collecting platformdirs<4.0.0,>=3.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/56/29/3ec311dc18804409ecf0d2b09caa976f3ae6215559306b5b530004e11156/platformdirs-3.11.0-py3-none-any.whl (17 kB) +Collecting poetry-core==1.8.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/99/bc/058b8ff87871fce6615ad032d62c773272f243266b110f7b86d146cf78d8/poetry_core-1.8.1-py3-none-any.whl (306 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 kB 603.1 kB/s eta 0:00:00 +Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/17/bb/78d7d920bb463e4bee64f44d8b0d4a286a80af7e76ff8326e5169103f44b/poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB) +Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) +Collecting requests<3.0,>=2.26 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 175.3 kB/s eta 0:00:00 +Collecting requests-toolbelt<2,>=0.9.1 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 198.5 kB/s eta 0:00:00 +Collecting shellingham<2.0,>=1.5 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) +Collecting tomlkit<1.0.0,>=0.11.4 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6e/43/159750d32481f16e34cc60090b53bc0a14314ad0c1f67a9bb64f3f3a0551/tomlkit-0.12.3-py3-none-any.whl (37 kB) +Collecting trove-classifiers>=2022.5.19 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f8/50/e223fe762fe21fefb7a3f37c10e9693ea5f63cb54b5ae39daa876b780abc/trove_classifiers-2023.11.29-py3-none-any.whl (13 kB) +Collecting virtualenv<21.0.0,>=20.23.0 (from poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7f/1b/433ebb5530c48d70bebe1bf10ec7591af9f66847e34c4fcbca16d5eaaa0c/virtualenv-20.24.7-py3-none-any.whl (3.8 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 2.1 MB/s eta 0:00:00 +Collecting msgpack>=0.5.2 (from cachecontrol<0.14.0,>=0.13.0->cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c2/d5/5662032db1571110b5b51647aed4b56dfbd01bfae789fa566a2be1f385d1/msgpack-1.0.7.tar.gz (166 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.3/166.3 kB 505.4 kB/s eta 0:00:00 + Installing build dependencies: started + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + Getting requirements to build wheel: finished with status 'done' + Installing backend dependencies: started + Installing backend dependencies: finished with status 'done' + Preparing metadata (pyproject.toml): started + Preparing metadata (pyproject.toml): finished with status 'done' +Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.14.0,>=0.13.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl (11 kB) +Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/8b/f3/bf5e82eca3b88853a5fe596bf8c94fb6f2775dc1b55b7bfee9de21afab03/rapidfuzz-3.5.2.tar.gz (1.5 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 2.1 MB/s eta 0:00:00 + Installing build dependencies: started + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + Getting requirements to build wheel: finished with status 'done' + Preparing metadata (pyproject.toml): started + Preparing metadata (pyproject.toml): finished with status 'done' +Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/96/94/c31f58c7a7f470d5665935262ebd7455c7e4c7782eb525658d3dbf4b9403/urllib3-2.1.0-py3-none-any.whl (104 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 208.4 kB/s eta 0:00:00 +Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/6b/1bc8fa93ea85146e08f0e0883bc579b7c7328364ed7df90b1628dcb36e10/jaraco.classes-3.3.0-py3-none-any.whl (5.9 kB) +Collecting importlib-metadata>=4.11.4 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl (22 kB) +Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl (15 kB) +Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl (48 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 302.9 kB/s eta 0:00:00 +Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) +Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d/charset_normalizer-3.3.2-py3-none-any.whl (48 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.5/48.5 kB 103.0 kB/s eta 0:00:00 +Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl (61 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 293.7 kB/s eta 0:00:00 +Collecting certifi>=2017.4.17 (from requests<3.0,>=2.26->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/64/62/428ef076be88fa93716b576e4a01f919d25968913e817077a386fcbe4f42/certifi-2023.11.17-py3-none-any.whl (162 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 612.8 kB/s eta 0:00:00 +Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.23.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/43/a0/9ba967fdbd55293bacfc1507f58e316f740a3b231fc00e3d86dc39bc185a/distlib-0.3.7-py2.py3-none-any.whl (468 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 1.2 MB/s eta 0:00:00 +Collecting zipp>=0.5 (from importlib-metadata>=4.11.4->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl (7.4 kB) +Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ce/b3/13a12ea7edb068de0f62bac88a8ffd92cc2901881b391839851846b84a81/cryptography-41.0.7.tar.gz (630 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.9/630.9 kB 2.4 MB/s eta 0:00:00 + Installing build dependencies: started + Installing build dependencies: still running... + Installing build dependencies: still running... + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + Getting requirements to build wheel: finished with status 'done' + Preparing metadata (pyproject.toml): started + Preparing metadata (pyproject.toml): finished with status 'done' +Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry) + Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl (55 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 171.0 kB/s eta 0:00:00 +Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Using cached cffi-1.16.0-cp311-cp311-linux_riscv64.whl +Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry) + Using cached https://pypi.tuna.tsinghua.edu.cn/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB) +Building wheels for collected packages: dulwich, msgpack, rapidfuzz, cryptography + Building wheel for dulwich (pyproject.toml): started + Building wheel for dulwich (pyproject.toml): finished with status 'done' + Created wheel for dulwich: filename=dulwich-0.21.6-cp311-cp311-linux_riscv64.whl size=512010 sha256=ef9d600bef5de2583297555e45b28fec937132c438a12de34700ebc349db8432 + Stored in directory: /root/.cache/pip/wheels/52/15/68/e4df378753abbfd6fd41896ecbd5b104d6aaa3f4f13bf99010 + Building wheel for msgpack (pyproject.toml): started + Building wheel for msgpack (pyproject.toml): still running... + Building wheel for msgpack (pyproject.toml): finished with status 'done' + Created wheel for msgpack: filename=msgpack-1.0.7-cp311-cp311-linux_riscv64.whl size=486369 sha256=241de0de20e39ee5296ddbcdfb434a9f4fce51e274418345c3e0c3702062244f + Stored in directory: /root/.cache/pip/wheels/95/81/51/02819508e1ddf02800b3049a3e9cce49c3e3fc1613827ba0ca + Building wheel for rapidfuzz (pyproject.toml): started + Building wheel for rapidfuzz (pyproject.toml): finished with status 'done' + Created wheel for rapidfuzz: filename=rapidfuzz-3.5.2-py3-none-any.whl size=63556 sha256=b9b799687e51b2931536419f20528390a167edbaac80c9f589d15e6714818d45 + Stored in directory: /root/.cache/pip/wheels/ab/42/50/1dfc70cc3a3c06edade1ec9225d769ae2dccf62742e01818fa + Building wheel for cryptography (pyproject.toml): started + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): still running... + Building wheel for cryptography (pyproject.toml): finished with status 'done' + Created wheel for cryptography: filename=cryptography-41.0.7-cp311-cp311-linux_riscv64.whl size=4170092 sha256=005e98621c814ab0f3d8d5c544228f95470746bf79134dc2286dd30f7edaa20a + Stored in directory: /root/.cache/pip/wheels/04/63/fd/a162fbc0602e190db76dea03625ec0b887ddf26996dc812849 +Successfully built dulwich msgpack rapidfuzz cryptography +Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jaraco.classes, importlib-metadata, dulwich, cleo, cffi, build, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry +Successfully installed SecretStorage-3.3.3 build-1.0.3 cachecontrol-0.13.1 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-41.0.7 distlib-0.3.7 dulwich-0.21.6 fastjsonschema-2.19.0 filelock-3.13.1 idna-3.6 importlib-metadata-6.8.0 installer-0.7.0 jaraco.classes-3.3.0 jeepney-0.8.0 keyring-24.3.0 more-itertools-10.1.0 msgpack-1.0.7 packaging-23.2 pexpect-4.9.0 pkginfo-1.9.6 platformdirs-3.11.0 poetry-1.7.1 poetry-core-1.8.1 poetry-plugin-export-1.6.0 ptyprocess-0.7.0 pycparser-2.21 pyproject-hooks-1.0.0 rapidfuzz-3.5.2 requests-2.31.0 requests-toolbelt-1.0.0 shellingham-1.5.4 tomlkit-0.12.3 trove-classifiers-2023.11.29 urllib3-2.1.0 virtualenv-20.24.7 zipp-3.17.0 +Removing intermediate container 115ee21ba034 + ---> f9e67b489687 +Step 8/9 : USER $BUILDER_UID:$BUILDER_GID + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in 1e75239402c0 +Removing intermediate container 1e75239402c0 + ---> 800ed269a8b0 +Step 9/9 : WORKDIR /home/b + ---> [Warning] The requested image's platform (linux/riscv64) does not match the detected host platform (linux/amd64) and no specific platform was requested + ---> Running in 68d520aaad78 +Removing intermediate container 68d520aaad78 + ---> bfc0a1ba7408 +Successfully built bfc0a1ba7408 +Successfully tagged ruyi-python-dist:20231125-riscv64 +[Pipeline] sh ++ cd ruyi ++ bash scripts/dist.sh riscv64 +Installing dependencies from lock file + +Package operations: 18 installs, 1 update, 0 removals + + • Installing mdurl (0.1.2) + • Installing smmap (5.0.1) + • Installing click (8.1.7) + • Installing gitdb (4.0.11) + • Installing markdown-it-py (3.0.0) + • Installing markupsafe (2.1.3) + • Installing mypy-extensions (1.0.0) + • Installing ordered-set (4.1.0) + • Installing pathspec (0.11.2) + • Updating platformdirs (3.11.0 -> 4.0.0) + • Installing pygments (2.17.2) + • Installing zstandard (0.22.0) + • Installing black (23.11.0) + • Installing gitpython (3.1.40) + • Installing jinja2 (3.1.2) + • Installing nuitka (1.9.1) + • Installing pyxdg (0.28) + • Installing rich (13.7.0) + • Installing semver (3.0.2) + +Installing the current project: ruyi (0.2.0-alpha.20231126) +Project SemVer : 0.2.0-alpha.20231126 +Nuitka version to use: 0.1.12023.11260 +Nuitka-Options:INFO: Used command line options: --standalone --onefile --output-filename=ruyi --output-dir=/build --no-deployment-flag=self-execution --product-version=0.1.12023.11260 --onefile-tempdir-spec=%CACHE_DIR%/ruyi/progcache/0.2.0-alpha.20231126 ./ruyi/__main__.py +Nuitka:INFO: Starting Python compilation with Nuitka '1.9.1' on Python '3.11' commercial grade 'not installed'. +Nuitka-Plugins:INFO: anti-bloat: Not including '_json' automatically in order to avoid bloat, but this may cause: may slow down by using fallback implementation. +Nuitka:INFO: Completed Python level compilation and optimization. +Nuitka:INFO: Generating source code for C backend compiler. +Nuitka:INFO: Running data composer tool for optimal constant value handling. +Nuitka:INFO: Running C compilation via Scons. +Nuitka-Scons:INFO: Backend C compiler: gcc (gcc 13). +Nuitka-Scons:INFO: Slow C compilation detected, used 360s so far, scalability problem. +Nuitka-Scons:INFO: Running /usr/bin/ccache /usr/bin/gcc -o module.jinja2.nodes.o -c -std=c11 -fvisibility=hidden -fwrapv -pipe -fpartial-inlining -ftrack-macro-expansion=0 -Wno-deprecated-declarations -fno-var-tracking -Wno-misleading-indentation -fcompare-debug-second -fno-lto -O2 -D_NUITKA_NO_DEPLOYMENT_SELF_EXECUTION -D__NUITKA_NO_ASSERT__ -D_NUITKA_STANDALONE -D_NUITKA_ONEFILE_MODE -DPy_NO_ENABLE_SHARED -D_NUITKA_STATIC_LIBPYTHON -D_NUITKA_USE_UNEXPOSED_API -D_NUITKA_CONSTANTS_FROM_INCBIN -D_NUITKA_FROZEN=152 -D_NUITKA_EXE -D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 -I~/venv/lib/python3.11/site-packages/nuitka/build/inline_copy/zlib -I/usr/include/python3.11 -I. -I~/venv/lib/python3.11/site-packages/nuitka/build/include -I~/venv/lib/python3.11/site-packages/nuitka/build/static_src module.jinja2.nodes.c took 609.01 seconds +Nuitka-Scons:INFO: Backend linking program with 250 files (no progress information available for this stage). +Nuitka-Scons:INFO: Compiled 249 C files using ccache. +Nuitka-Scons:INFO: Cached C files (using ccache) with result 'cache miss': 249 +Nuitka-Postprocessing:INFO: Creating single file from dist folder, this may take a while. +Nuitka-Onefile:INFO: Running bootstrap binary compilation via Scons. +Nuitka-Scons:INFO: Onefile C compiler: gcc (gcc 13). +Nuitka-Scons:INFO: Onefile linking program with 1 files (no progress information available for this stage). +Nuitka-Scons:INFO: Compiled 1 C files using ccache. +Nuitka-Scons:INFO: Cached C files (using ccache) with result 'cache miss': 1 +Nuitka-Onefile:INFO: Using compression for onefile payload. +Nuitka-Onefile:INFO: Onefile payload compression ratio (30.92%) size 34038916 to 10525327. +Nuitka-Onefile:INFO: Keeping onefile build directory '/build/__main__.onefile-build'. +Nuitka:INFO: Keeping dist folder '/build/__main__.dist' for inspection, no need to use it. +Nuitka:INFO: Keeping build directory '/build/__main__.build'. +Nuitka:INFO: Successfully created '/build/ruyi'. +[Pipeline] sh ++ mkdir build.riscv64 ++ date +%Y%m%d.%H%M%S ++ cp ruyi/tmp/build.riscv64/ruyi build.riscv64/ruyi.riscv64.20231130.015142 +[Pipeline] sh ++ tar zcvf ruyi_riscv64.tar.gz build.riscv64 +build.riscv64/ +build.riscv64/ruyi.riscv64.20231130.015142 ++ rm -r build.riscv64 +[Pipeline] } +[Pipeline] // stage +[Pipeline] stage +[Pipeline] { (Declarative: Post Actions) +[Pipeline] archiveArtifacts +Archiving artifacts +[Pipeline] cleanWs +[WS-CLEANUP] Deleting project workspace... +[WS-CLEANUP] Deferred wipeout is used... +[WS-CLEANUP] done +[Pipeline] } +[Pipeline] // stage +[Pipeline] } +[Pipeline] // timeout +[Pipeline] } +[Pipeline] // node +[Pipeline] End of Pipeline +Finished: SUCCESS