Daily scheduled build image refresh
view log » | |
genimg | view log » |
kvm | view log » |
sanity-check | view log » |
deploy | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
[#403344] 2021/01/21 20:30:01 Booting image alpine/edge (default) on port 22783 [#403344] 2021/01/21 20:30:02 Waiting for guest to settle [#403344] 2021/01/21 20:30:10 Sending tasks [#403344] 2021/01/21 20:30:10 Sending build environment [#403344] 2021/01/21 20:30:10 Sending secrets [#403344] 2021/01/21 20:30:10 Resolving secret fa00a8d3-7b63-42d5-8060-3bb31c3e3018 [#403344] 2021/01/21 20:30:10 Installing packages Warning: Permanently added '[localhost]:22783' (ECDSA) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz v3.13.0-497-gb9f811de89 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v3.13.0-502-g2719d63571 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v3.13.0-503-g9cb345aff5 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 18112 distinct packages available Warning: Permanently added '[localhost]:22783' (ECDSA) to the list of known hosts. (1/37) Installing libcom_err (1.45.6-r1) (2/37) Installing e2fsprogs-libs (1.45.6-r1) (3/37) Installing e2fsprogs (1.45.6-r1) (4/37) Installing libaio (0.3.112-r1) (5/37) Installing qemu-img (5.2.0-r2) (6/37) Installing libcap-ng (0.8.2-r0) (7/37) Installing mesa (20.3.3-r0) (8/37) Installing libpciaccess (0.16-r0) (9/37) Installing libdrm (2.4.104-r0) (10/37) Installing wayland-libs-server (1.18.0-r5) (11/37) Installing mesa-gbm (20.3.3-r0) (12/37) Installing pixman (0.40.0-r2) (13/37) Installing libseccomp (2.5.1-r0) (14/37) Installing libxau (1.0.9-r0) (15/37) Installing libbsd (0.10.0-r0) (16/37) Installing libxdmcp (1.1.3-r0) (17/37) Installing libxcb (1.14-r1) (18/37) Installing libx11 (1.7.0-r0) (19/37) Installing libepoxy (1.5.5-r0) (20/37) Installing virglrenderer (0.8.2-r1) (21/37) Installing xkeyboard-config (2.31-r0) (22/37) Installing libxml2 (2.9.10-r6) (23/37) Installing libxkbcommon (1.0.3-r0) (24/37) Installing qemu (5.2.0-r2) Executing qemu-5.2.0-r2.pre-install Executing qemu-5.2.0-r2.post-install * * If you want to run VM as unprivileged user and let Qemu create tunX devices, * then you must add that user to the group "qemu". * If you use KVM for hardware-assisted virtualization, then you may also need * to add that user to the group "kvm". * (25/37) Installing libjpeg-turbo (2.0.6-r0) (26/37) Installing lzo (2.10-r2) (27/37) Installing libpng (1.6.37-r1) (28/37) Installing snappy (1.1.8-r2) (29/37) Installing libusb (1.0.24-r0) (30/37) Installing vde2-libs (2.3.2-r12) (31/37) Installing qemu-system-x86_64 (5.2.0-r2) (32/37) Installing popt (1.18-r0) (33/37) Installing rsync (3.2.3-r1) (34/37) Installing rsync-openrc (3.2.3-r1) (35/37) Installing libfdisk (2.36.1-r1) (36/37) Installing libsmartcols (2.36.1-r1) (37/37) Installing sfdisk (2.36.1-r1) Executing busybox-1.32.1-r0.trigger OK: 1456 MiB in 243 packages [#403344] 2021/01/21 20:30:17 Cloning repositories Cloning into 'builds.sr.ht'... + cd builds.sr.ht + git submodule update --init [#403344] 2021/01/21 20:30:18 Running task genimg [#403344] 2021/01/21 20:32:48 Running task kvm [#403344] 2021/01/21 20:32:50 Running task sanity-check [#403344] 2021/01/21 20:34:19 Running task deploy [#403344] 2021/01/21 20:34:53 Processing post-success triggers... [#403344] 2021/01/21 20:34:53 Skipping trigger, condition unmet |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
+ cd builds.sr.ht/images/alpine/edge + sudo ./genimg x86_64 + export 'release=edge' + export 'linux=linux-lts' + exec ../genimg + echo edge + arch=x86_64 + linux=linux-lts + mkdir -p x86_64 + qemu-img create -f qcow2 x86_64/root.img.qcow2 16G Formatting 'x86_64/root.img.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=17179869184 lazy_refcounts=off refcount_bits=16 + modprobe nbd 'max_part=16' + qemu-nbd '--connect=/dev/nbd0' x86_64/root.img.qcow2 + trap cleanup EXIT + '[' x86_64 '==' x86_64 ] + dd 'if=/usr/share/syslinux/mbr.bin' 'of=/dev/nbd0' 'bs=1' 'count=440' 440+0 records in 440+0 records out + sfdisk --no-reread /dev/nbd0 Disk /dev/nbd0: 16 GiB, 17179869184 bytes, 33554432 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes >>> Created a new DOS disklabel with disk identifier 0x948e4733. /dev/nbd0p1: Created a new partition 1 of type 'Linux' and of size 100 MiB. /dev/nbd0p2: Created a new partition 2 of type 'Linux swap / Solaris' and of size 2 GiB. /dev/nbd0p3: Created a new partition 3 of type 'Linux' and of size 13.9 GiB. /dev/nbd0p4: Done. New situation: Disklabel type: dos Disk identifier: 0x948e4733 Device Boot Start End Sectors Size Id Type /dev/nbd0p1 * 2048 206847 204800 100M 83 Linux /dev/nbd0p2 206848 4401151 4194304 2G 82 Linux swap / Solaris /dev/nbd0p3 4401152 33554431 29153280 13.9G 83 Linux The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. + mdev -s + mkfs.ext4 /dev/nbd0p1 mke2fs 1.45.6 (20-Mar-2020) Discarding device blocks: 1024/102400 done Creating filesystem with 102400 1k blocks and 25584 inodes Filesystem UUID: 2b1a5765-e5af-483f-9e6f-190d88634c78 Superblock backups stored on blocks: 8193, 24577, 40961, 57345, 73729 Allocating group tables: 0/13 done Writing inode tables: 0/13 done Creating journal (4096 blocks): done Writing superblocks and filesystem accounting information: 0/13 done + mkswap /dev/nbd0p2 Setting up swapspace version 1, size = 2147479552 bytes UUID=aa9db976-8fdd-47dd-9acc-9d5b20cf706a + mkfs.ext4 /dev/nbd0p3 mke2fs 1.45.6 (20-Mar-2020) Discarding device blocks: 4096/3644160 done Creating filesystem with 3644160 4k blocks and 912128 inodes Filesystem UUID: 7912e5e4-8899-484f-9cc2-2c274cf4c5ae Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208 Allocating group tables: 0/112 done Writing inode tables: 0/112 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/112 done + mount /dev/nbd0p3 /mnt + mkdir /mnt/boot + mount /dev/nbd0p1 /mnt/boot + swapon /dev/nbd0p2 + apk add -U -X http://dl-2.alpinelinux.org/alpine/edge/main/ --allow-untrusted '--arch=x86_64' '--root=/mnt' --initdb acct alpine-base alpine-conf alpine-sdk linux-lts git mercurial openssh sudo syslinux tzdata gnupg haveged bash fetch http://dl-2.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1/206) Installing musl (1.2.2-r1) 7 0% 8(2/206) Installing acct (6.6.4-r0) 7 0% 8(3/206) Installing busybox (1.32.1-r1) 7 0% 8Executing busybox-1.32.1-r1.post-install (4/206) Installing alpine-baselayout (3.2.0-r8) 7 0% 8Executing alpine-baselayout-3.2.0-r8.pre-install 7 0% 8Executing alpine-baselayout-3.2.0-r8.post-install (5/206) Installing ifupdown-ng (0.10.2-r2) 7 0% 8(6/206) Installing openrc (0.42.1-r19) 7 0% 8Executing openrc-0.42.1-r19.post-install (7/206) Installing alpine-conf (3.11.0-r2) 7 0% 8(8/206) Installing libcrypto1.1 (1.1.1i-r0) 7 0% 8(9/206) Installing libssl1.1 (1.1.1i-r0) 7 0% 8(10/206) Installing ca-certificates-bundle (20191127-r5) 7 0% 8(11/206) Installing libtls-standalone (2.9.1-r1) 7 0% 8(12/206) Installing ssl_client (1.32.1-r1) 7 0% 8(13/206) Installing zlib (1.2.11-r3) 7 0% 8(14/206) Installing apk-tools (2.12.1-r0) 7 0% 8(15/206) Installing busybox-suid (1.32.1-r1) 7 0% 8(16/206) Installing busybox-initscripts (3.2-r2) 7 0% 8Executing busybox-initscripts-3.2-r2.post-install (17/206) Installing scanelf (1.2.8-r0) 7 0% 8(18/206) Installing musl-utils (1.2.2-r1) 7 0% 8(19/206) Installing libc-utils (0.7.2-r3) 7 0% 8(20/206) Installing alpine-keys (2.2-r0) 7 0% 8(21/206) Installing alpine-base (3.13.0-r0) 7 0% 8(22/206) Installing fakeroot (1.25.3-r3) 7 0% 8(23/206) Installing openssl (1.1.1i-r0) 7 0% 8(24/206) Installing libattr (2.4.48-r0) 7 0% 8(25/206) Installing attr (2.4.48-r0) 7 0% 8(26/206) Installing libacl (2.2.53-r0) 7 0% 8(27/206) Installing tar (1.33-r1) 7 0% 8(28/206) Installing pkgconf (1.7.3-r0) 7 0% 8(29/206) Installing patch (2.7.6-r6) 7 0% 8(30/206) Installing libgcc (10.2.1_pre1-r3) 7 0% 8(31/206) Installing libstdc++ (10.2.1_pre1-r3) 7 0% 8(32/206) Installing lzip (1.22-r0) 7 1% 8(33/206) Installing ca-certificates (20191127-r5) 7 1% 8(34/206) Installing brotli-libs (1.0.9-r3) 7 1% 8(35/206) Installing nghttp2-libs (1.42.0-r1) 7 1% 8(36/206) Installing libcurl (7.74.0-r0) 7 1% 8(37/206) Installing curl (7.74.0-r0) 7 1% 8(38/206) Installing abuild (3.7.0-r0) 7 1% 8Executing abuild-3.7.0-r0.pre-install 7 1% 8(39/206) Installing binutils (2.35.1-r1) 7 1% 87 2% 8(40/206) Installing libmagic (5.39-r0) 7 2% 87 2% # 8(41/206) Installing file (5.39-r0) 7 2% # 8(42/206) Installing libgomp (10.2.1_pre1-r3) 7 2% # 8(43/206) Installing libatomic (10.2.1_pre1-r3) 7 2% # 8(44/206) Installing libgphobos (10.2.1_pre1-r3) 7 2% # 87 3% # 8(45/206) Installing gmp (6.2.1-r0) 7 3% # 8(46/206) Installing isl22 (0.22-r0) 7 3% # 8(47/206) Installing mpfr4 (4.1.0-r0) 7 3% # 8(48/206) Installing mpc1 (1.2.1-r0) 7 3% # 8(49/206) Installing gcc (10.2.1_pre1-r3) 7 3% # 87 4% # 87 4% ## 87 5% ## 87 6% ## 87 6% ### 87 7% ### 87 8% ### 87 9% ### 87 9% #### 87 10% #### 8(50/206) Installing musl-dev (1.2.2-r1) 7 10% #### 87 11% #### 87 11% ##### 8(51/206) Installing libc-dev (0.7.2-r3) 7 11% ##### 8(52/206) Installing g++ (10.2.1_pre1-r3) 7 11% ##### 87 12% ##### 87 13% ##### 87 13% ###### 87 14% ###### 87 15% ###### 87 15% ####### 87 16% ####### 8(53/206) Installing make (4.3-r0) 7 16% ####### 8(54/206) Installing fortify-headers (1.1-r0) 7 16% ####### 8(55/206) Installing build-base (0.5-r2) 7 16% ####### 8(56/206) Installing expat (2.2.10-r1) 7 16% ####### 8(57/206) Installing pcre2 (10.36-r0) 7 16% ####### 87 17% ####### 8(58/206) Installing git (2.30.0-r0) 7 17% ####### 8(59/206) Installing alpine-sdk (1.0-r0) 7 17% ####### 8(60/206) Installing ncurses-terminfo-base (6.2_p20210116-r0) 7 17% ####### 8(61/206) Installing ncurses-libs (6.2_p20210116-r0) 7 17% ####### 8(62/206) Installing readline (8.1.0-r0) 7 17% ####### 8(63/206) Installing bash (5.1.4-r0) 7 17% ####### 87 18% ####### 8Executing bash-5.1.4-r0.post-install (64/206) Installing libgpg-error (1.41-r0) 7 18% ####### 8(65/206) Installing libassuan (2.5.4-r0) 7 18% ####### 8(66/206) Installing libcap (2.46-r0) 7 18% ####### 8(67/206) Installing libffi (3.3-r2) 7 18% ####### 8(68/206) Installing libintl (0.21-r0) 7 18% ####### 8(69/206) Installing libblkid (2.36.1-r1) 7 18% ####### 8(70/206) Installing libmount (2.36.1-r1) 7 18% ####### 8(71/206) Installing pcre (8.44-r0) 7 18% ######## 8(72/206) Installing glib (2.66.4-r0) 7 18% ######## 8(73/206) Installing libgcrypt (1.8.7-r0) 7 18% ######## 8(74/206) Installing libsecret (0.20.4-r0) 7 18% ######## 8(75/206) Installing pinentry (1.1.0-r3) 7 18% ######## 8Executing pinentry-1.1.0-r3.post-install (76/206) Installing libbz2 (1.0.8-r1) 7 18% ######## 8(77/206) Installing nettle (3.7-r0) 7 18% ######## 8(78/206) Installing p11-kit (0.23.22-r0) 7 18% ######## 8(79/206) Installing libtasn1 (4.16.0-r1) 7 18% ######## 8(80/206) Installing libunistring (0.9.10-r0) 7 18% ######## 8(81/206) Installing gnutls (3.7.0-r0) 7 18% ######## 8(82/206) Installing libksba (1.5.0-r0) 7 19% ######## 8(83/206) Installing gdbm (1.19-r0) 7 19% ######## 8(84/206) Installing libsasl (2.1.27-r10) 7 19% ######## 8(85/206) Installing libldap (2.4.56-r0) 7 19% ######## 8(86/206) Installing npth (1.6-r0) 7 19% ######## 8(87/206) Installing sqlite-libs (3.34.1-r0) 7 19% ######## 8(88/206) Installing gnupg (2.2.27-r0) 7 19% ######## 8(89/206) Installing haveged (1.9.14-r1) 7 19% ######## 8(90/206) Installing haveged-openrc (1.9.14-r1) 7 19% ######## 8(91/206) Installing lddtree (1.26-r2) 7 19% ######## 8(92/206) Installing xz-libs (5.2.5-r0) 7 19% ######## 8(93/206) Installing zstd-libs (1.4.5-r3) 7 19% ######## 8(94/206) Installing kmod (28-r0) 7 19% ######## 8(95/206) Installing kmod-openrc (28-r0) 7 19% ######## 8(96/206) Installing argon2-libs (20190702-r1) 7 19% ######## 8(97/206) Installing device-mapper-libs (2.02.187-r1) 7 19% ######## 8(98/206) Installing json-c (0.15-r1) 7 19% ######## 8(99/206) Installing libuuid (2.36.1-r1) 7 19% ######## 8(100/206) Installing cryptsetup-libs (2.3.4-r1) 7 19% ######## 8(101/206) Installing kmod-libs (28-r0) 7 19% ######## 8(102/206) Installing mkinitfs (3.5.0-r0) 7 19% ######## 8Executing mkinitfs-3.5.0-r0.post-install (103/206) Installing linux-firmware-yamaha (20201218-r0) 7 19% ######## 8(104/206) Installing linux-firmware-yam (20201218-r0) 7 19% ######## 8(105/206) Installing linux-firmware-vxge (20201218-r0) 7 19% ######## 8(106/206) Installing linux-firmware-vicam (20201218-r0) 7 19% ######## 8(107/206) Installing linux-firmware-ueagle-atm (20201218-r0) 7 19% ######## 87 20% ######## 8(108/206) Installing linux-firmware-ttusb-budget (20201218-r0) 7 20% ######## 8(109/206) Installing linux-firmware-tigon (20201218-r0) 7 20% ######## 8(110/206) Installing linux-firmware-ti-keystone (20201218-r0) 7 20% ######## 8(111/206) Installing linux-firmware-ti-connectivity (20201218-r0) 7 20% ######## 87 20% ######### 8(112/206) Installing linux-firmware-ti (20201218-r0) 7 20% ######### 8(113/206) Installing linux-firmware-tehuti (20201218-r0) 7 20% ######### 8(114/206) Installing linux-firmware-sxg (20201218-r0) 7 20% ######### 8(115/206) Installing linux-firmware-sun (20201218-r0) 7 20% ######### 8(116/206) Installing linux-firmware-slicoss (20201218-r0) 7 20% ######### 8(117/206) Installing linux-firmware-sb16 (20201218-r0) 7 20% ######### 8(118/206) Installing linux-firmware-rtw88 (20201218-r0) 7 20% ######### 8(119/206) Installing linux-firmware-rtlwifi (20201218-r0) 7 20% ######### 8(120/206) Installing linux-firmware-rtl_nic (20201218-r0) 7 21% ######### 8(121/206) Installing linux-firmware-rtl_bt (20201218-r0) 7 21% ######### 8(122/206) Installing linux-firmware-rtl8192e (20201218-r0) 7 21% ######### 8(123/206) Installing linux-firmware-rsi (20201218-r0) 7 21% ######### 8(124/206) Installing linux-firmware-rockchip (20201218-r0) 7 21% ######### 8(125/206) Installing linux-firmware-radeon (20201218-r0) 7 21% ######### 8(126/206) Installing linux-firmware-r128 (20201218-r0) 7 21% ######### 8(127/206) Installing linux-firmware-qlogic (20201218-r0) 7 21% ######### 8(128/206) Installing linux-firmware-qed (20201218-r0) 7 21% ######### 87 22% ######### 87 22% ########## 87 23% ########## 8(129/206) Installing linux-firmware-qcom (20201218-r0) 7 23% ########## 87 24% ########## 87 25% ########### 8(130/206) Installing linux-firmware-qca (20201218-r0) 7 25% ########### 8(131/206) Installing linux-firmware-ositech (20201218-r0) 7 25% ########### 8(132/206) Installing linux-firmware-nvidia (20201218-r0) 7 25% ########### 8(133/206) Installing linux-firmware-netronome (20201218-r0) 7 25% ########### 87 26% ########### 87 27% ########### 87 27% ############ 87 28% ############ 87 29% ############ 87 29% ############# 87 30% ############# 87 31% ############# 87 31% ############## 87 32% ############## 87 33% ############## 87 34% ############## 87 34% ############### 87 35% ############### 87 36% ############### 87 36% ################ 87 37% ################ 8(134/206) Installing linux-firmware-myricom (20201218-r0) 7 37% ################ 8(135/206) Installing linux-firmware-mwlwifi (20201218-r0) 7 37% ################ 8(136/206) Installing linux-firmware-mwl8k (20201218-r0) 7 37% ################ 8(137/206) Installing linux-firmware-mrvl (20201218-r0) 7 37% ################ 87 38% ################ 87 38% ################# 87 39% ################# 8(138/206) Installing linux-firmware-moxa (20201218-r0) 7 39% ################# 8(139/206) Installing linux-firmware-microchip (20201218-r0) 7 39% ################# 8(140/206) Installing linux-firmware-meson (20201218-r0) 7 39% ################# 8(141/206) Installing linux-firmware-mellanox (20201218-r0) 7 39% ################# 87 40% ################# 87 40% ################## 87 41% ################## 8(142/206) Installing linux-firmware-mediatek (20201218-r0) 7 41% ################## 87 42% ################## 8(143/206) Installing linux-firmware-matrox (20201218-r0) 7 42% ################## 8(144/206) Installing linux-firmware-liquidio (20201218-r0) 7 42% ################## 87 43% ################## 87 43% ################### 87 44% ################### 8(145/206) Installing linux-firmware-libertas (20201218-r0) 7 44% ################### 8(146/206) Installing linux-firmware-korg (20201218-r0) 7 44% ################### 8(147/206) Installing linux-firmware-keyspan_pda (20201218-r0) 7 44% ################### 8(148/206) Installing linux-firmware-keyspan (20201218-r0) 7 44% ################### 8(149/206) Installing linux-firmware-kaweth (20201218-r0) 7 44% ################### 8(150/206) Installing linux-firmware-isci (20201218-r0) 7 44% ################### 8(151/206) Installing linux-firmware-intel (20201218-r0) 7 44% ################### 87 45% ################### 87 45% #################### 87 46% #################### 8(152/206) Installing linux-firmware-inside-secure (20201218-r0) 7 46% #################### 8(153/206) Installing linux-firmware-imx (20201218-r0) 7 46% #################### 8(154/206) Installing linux-firmware-i915 (20201218-r0) 7 46% #################### 87 47% #################### 87 47% ##################### 8(155/206) Installing linux-firmware-go7007 (20201218-r0) 7 47% ##################### 8(156/206) Installing linux-firmware-ess (20201218-r0) 7 47% ##################### 8(157/206) Installing linux-firmware-ene-ub6250 (20201218-r0) 7 47% ##################### 8(158/206) Installing linux-firmware-emi62 (20201218-r0) 7 47% ##################### 8(159/206) Installing linux-firmware-emi26 (20201218-r0) 7 47% ##################### 8(160/206) Installing linux-firmware-edgeport (20201218-r0) 7 47% ##################### 8(161/206) Installing linux-firmware-e100 (20201218-r0) 7 47% ##################### 8(162/206) Installing linux-firmware-dsp56k (20201218-r0) 7 47% ##################### 8(163/206) Installing linux-firmware-dpaa2 (20201218-r0) 7 47% ##################### 87 48% ##################### 8(164/206) Installing linux-firmware-dabusb (20201218-r0) 7 48% ##################### 8(165/206) Installing linux-firmware-cypress (20201218-r0) 7 48% ##################### 87 49% ##################### 8(166/206) Installing linux-firmware-cxgb4 (20201218-r0) 7 49% ##################### 8(167/206) Installing linux-firmware-cxgb3 (20201218-r0) 7 49% ##################### 8(168/206) Installing linux-firmware-cpia2 (20201218-r0) 7 49% ##################### 8(169/206) Installing linux-firmware-cis (20201218-r0) 7 49% ##################### 8(170/206) Installing linux-firmware-cavium (20201218-r0) 7 49% ##################### 8(171/206) Installing linux-firmware-cadence (20201218-r0) 7 49% ##################### 8(172/206) Installing linux-firmware-brcm (20201218-r0) 7 49% ##################### 87 50% ###################### 87 51% ###################### 8(173/206) Installing linux-firmware-bnx2x (20201218-r0) 7 51% ###################### 87 52% ###################### 8(174/206) Installing linux-firmware-bnx2 (20201218-r0) 7 52% ###################### 8(175/206) Installing linux-firmware-av7110 (20201218-r0) 7 52% ###################### 8(176/206) Installing linux-firmware-atusb (20201218-r0) 7 52% ###################### 8(177/206) Installing linux-firmware-atmel (20201218-r0) 7 52% ###################### 8(178/206) Installing linux-firmware-ath9k_htc (20201218-r0) 7 52% ###################### 8(179/206) Installing linux-firmware-ath6k (20201218-r0) 7 52% ###################### 87 52% ####################### 8(180/206) Installing linux-firmware-ath11k (20201218-r0) 7 52% ####################### 87 53% ####################### 8(181/206) Installing linux-firmware-ath10k (20201218-r0) 7 53% ####################### 87 54% ####################### 8(182/206) Installing linux-firmware-ar3k (20201218-r0) 7 54% ######################## 8(183/206) Installing linux-firmware-amdgpu (20201218-r0) 7 54% ######################## 87 55% ######################## 87 56% ######################## 87 56% ######################### 87 57% ######################### 8(184/206) Installing linux-firmware-amd-ucode (20201218-r0) 7 57% ######################### 8(185/206) Installing linux-firmware-amd (20201218-r0) 7 57% ######################### 8(186/206) Installing linux-firmware-advansys (20201218-r0) 7 57% ######################### 8(187/206) Installing linux-firmware-adaptec (20201218-r0) 7 57% ######################### 8(188/206) Installing linux-firmware-acenic (20201218-r0) 7 57% ######################### 8(189/206) Installing linux-firmware-3com (20201218-r0) 7 57% ######################### 8(190/206) Installing linux-firmware-other (20201218-r0) 7 57% ######################### 87 58% ######################### 87 59% ######################### 87 59% ########################## 87 60% ########################## 87 61% ########################## 87 61% ########################### 87 62% ########################### 87 63% ########################### 87 63% ############################ 87 64% ############################ 87 65% ############################ 87 65% ############################# 87 66% ############################# 87 67% ############################# 87 68% ############################# 87 68% ############################## 87 69% ############################## 87 70% ############################## 87 70% ############################### 87 71% ############################### 8(191/206) Installing linux-firmware (20201218-r0) 7 71% ############################### 8(192/206) Installing linux-lts (5.10.9-r0) 7 71% ############################### 87 72% ############################### 87 72% ################################ 87 73% ################################ 87 74% ################################ 87 75% ################################# 87 76% ################################# 87 77% ################################# 87 77% ################################## 87 78% ################################## 87 79% ################################## 87 79% ################################### 87 80% ################################### 87 81% ################################### 87 81% #################################### 87 82% #################################### 87 83% #################################### 87 84% #################################### 87 84% ##################################### 87 85% ##################################### 87 86% ##################################### 87 86% ###################################### 87 87% ###################################### 87 88% ###################################### 87 88% ####################################### 87 89% ####################################### 87 90% ####################################### 87 90% ######################################## 87 91% ######################################## 87 92% ######################################## 8(193/206) Installing python3 (3.8.7-r0) 7 93% ######################################### 87 94% ######################################### 87 95% ######################################### 87 95% ########################################## 87 96% ########################################## 8(194/206) Installing mercurial (5.5.2-r0) 7 96% ########################################## 87 97% ########################################## 87 97% ########################################### 87 98% ########################################### 8(195/206) Installing openssh-keygen (8.4_p1-r2) 7 98% ########################################### 8(196/206) Installing libedit (20191231.3.1-r1) 7 98% ########################################### 8(197/206) Installing openssh-client (8.4_p1-r2) 7 98% ########################################### 87 99% ########################################### 8(198/206) Installing openssh-sftp-server (8.4_p1-r2) 7 99% ########################################### 8(199/206) Installing openssh-server-common (8.4_p1-r2) 7 99% ########################################### 8(200/206) Installing openssh-server (8.4_p1-r2) 7 99% ########################################### 8(201/206) Installing openssh (8.4_p1-r2) 7 99% ########################################### 8(202/206) Installing sudo (1.9.5p1-r0) 7 99% ########################################### 8(203/206) Installing mtools (4.0.26-r0) 7 99% ########################################### 8(204/206) Installing blkid (2.36.1-r1) 7 99% ########################################### 8(205/206) Installing syslinux (6.04_pre1-r6) 7 99% ########################################### 8(206/206) Installing tzdata (2020f-r0) 7 99% ########################################### 87100% ############################################8Executing busybox-1.32.1-r1.trigger Executing ca-certificates-20191127-r5.trigger Executing kmod-28-r0.trigger Executing mkinitfs-3.5.0-r0.trigger ==> initramfs: creating /boot/initramfs-lts Executing syslinux-6.04_pre1-r6.trigger WARNING: Root device is not specified in /etc/update-extlinux.conf. extlinux: cannot find device for path /boot extlinux: cannot open device (null) OK: 1194 MiB in 206 packages + mount --bind /dev /mnt/dev + mount --bind /dev/pts /mnt/dev/pts + mount --bind /dev/shm /mnt/dev/shm + mount --bind /proc /mnt/proc + mount --bind /run /mnt/run + mount --bind /sys /mnt/sys + run_root setup-hostname -n build + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'setup-hostname -n build' + run_root setup-interfaces -i + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'setup-interfaces -i' + run_root setup-dns -d example.org -n 1.1.1.1 + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'setup-dns -d example.org -n 1.1.1.1' + run_root setup-timezone -z UTC + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'setup-timezone -z UTC' 7 0% 87100% ############################################87 0% 87100% ############################################8+ '[' edge '=' edge ] + cat + extlinux -i /mnt/boot /mnt/boot is device /dev/nbd0p1 Warning: unable to obtain device geometry (defaulting to 64 heads, 32 sectors) (on hard disks, this is usually harmless.) + run_root rc-update add ntpd default + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add ntpd default' * service ntpd added to runlevel default + run_root rc-update add sshd default + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add sshd default' * service sshd added to runlevel default + run_root rc-update add crond default + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add crond default' * service crond added to runlevel default + run_root rc-update add haveged default + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add haveged default' * service haveged added to runlevel default + run_root rc-update add hwclock boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add hwclock boot' * service hwclock added to runlevel boot + run_root rc-update add modules boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add modules boot' * service modules added to runlevel boot + run_root rc-update add sysctl boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add sysctl boot' * service sysctl added to runlevel boot + run_root rc-update add hostname boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add hostname boot' * service hostname added to runlevel boot + run_root rc-update add bootmisc boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add bootmisc boot' * service bootmisc added to runlevel boot + run_root rc-update add networking boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add networking boot' * service networking added to runlevel boot + run_root rc-update add syslog boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add syslog boot' * service syslog added to runlevel boot + run_root rc-update add swap boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add swap boot' * service swap added to runlevel boot + run_root rc-update add urandom boot + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add urandom boot' * service urandom added to runlevel boot + run_root rc-update add mount-ro shutdown + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add mount-ro shutdown' * service mount-ro added to runlevel shutdown + run_root rc-update add killprocs shutdown + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add killprocs shutdown' * service killprocs added to runlevel shutdown + run_root rc-update add savecache shutdown + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'rc-update add savecache shutdown' * service savecache added to runlevel shutdown + sed -e 's/#PermitEmptyPasswords no/PermitEmptyPasswords yes/' -i /mnt/etc/ssh/sshd_config + run_root adduser -u 1000 -D -h /home/build -s /bin/sh build + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'adduser -u 1000 -D -h /home/build -s /bin/sh build' + run_root adduser build wheel + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'adduser build wheel' + run_root adduser build kvm + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'adduser build kvm' + run_root adduser build abuild + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'adduser build abuild' + run_root passwd -u build + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'passwd -u build' passwd: password for build changed by root + printf '%s\n' '%wheel ALL=(ALL) NOPASSWD: ALL' + rm -f /mnt/etc/motd + + cut -d- -f2- echo linux-lts + cut -d- -f2- + echo linux-lts + cat + cat + mkdir -p /mnt/etc/docker + cat + pkg_version linux-lts + + cut '-d ' -f1 run_root apk list linux-lts + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'apk list linux-lts' + grep installed WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/edge/main: No such file or directory WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/edge/community: No such file or directory WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/edge/testing: No such file or directory + name=linux-lts-5.10.9-r0 + echo 5.10.9-r0 + run_root apk add 'linux-lts=5.10.9-r0' + chroot /mnt /usr/bin/env 'PATH=/sbin:/usr/sbin:/bin:/usr/bin' /bin/sh -c 'apk add linux-lts=5.10.9-r0' fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz 7 0% 8OK: 1194 MiB in 206 packages + cat + chown build:build /mnt/home/build/.gitconfig + sync + cleanup + sync + umount -f /mnt/dev/pts + umount -f /mnt/dev/shm + umount -f /mnt/dev + umount -f /mnt/proc + umount -f /mnt/run + umount -f /mnt/sys + umount -f /mnt/boot + umount -f /mnt + swapoff /dev/nbd0p2 + qemu-nbd --disconnect /dev/nbd0 /dev/nbd0 disconnected |
1 2 3 4 5 6 7 8 |
+ grep -i amd /proc/cpuinfo vendor_id : AuthenticAMD model name : AMD EPYC 7281 16-Core Processor vendor_id : AuthenticAMD model name : AMD EPYC 7281 16-Core Processor + sudo modprobe kvm_amd + sleep 1 + sudo chown build:build /dev/kvm |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
+ cd builds.sr.ht + MEMORY=1024 + ./images/control alpine/edge sanity-check Booting... Waiting for VM to come up... ssh: connect to host localhost port 8022: Connection refused Attempt 1... kex_exchange_identification: read: Connection reset by peer Connection reset by 127.0.0.1 port 8022 Attempt 2... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. Testing sudo... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. . .. .gitconfig Testing networking... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<!doctype html> <html> <head> <title>Example Domain</title> <meta charset="utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> body { background-color: #f0f0f2; margin: 0; padding: 0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } div { width: 600px; margin: 5em auto; padding: 2em; background-color: #fdfdff; border-radius: 0.5em; box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02); } a:link, a:visited { color: #38488f; text-decoration: none; } @media (max-width: 700px) { div { margin: 0 auto; width: auto; } } </style> </head> <body> <div> <h1>Example Domain</h1> <p>This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.</p> <p><a href="https://www.iana.org/domains/example">More information...</a></p> </div> </body> </html> 100 1256 100 1256 0 0 2633 0 --:--:-- --:--:-- --:--:-- 2701 Testing apk... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz v3.13.0-497-gb9f811de89 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v3.13.0-502-g2719d63571 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v3.13.0-503-g9cb345aff5 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 18105 distinct packages available Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. OK: 1194 MiB in 206 packages Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. (1/1) Installing htop (3.0.5-r1) Executing busybox-1.32.1-r1.trigger OK: 1195 MiB in 207 packages Testing git... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. git version 2.30.0 Testing mercurial... Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. Mercurial Distributed SCM (version 5.5.2) (see https://mercurial-scm.org for more information) Copyright (C) 2005-2020 Matt Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Everything works! Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. Warning: Permanently added '[localhost]:8022' (ECDSA) to the list of known hosts. qemu-system-x86_64: terminating on signal 15 from pid 3730 (/bin/sh) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
+ cd builds.sr.ht/images/alpine/edge + echo StrictHostKeyChecking=no + for server in "${slaves[@]}" + ssh deploy@azusa.runners.sr.ht mkdir -p /var/lib/images/alpine/edge/x86_64 Warning: Permanently added 'azusa.runners.sr.ht,173.195.146.249' (ECDSA) to the list of known hosts. + rsync -rzP x86_64/root.img.qcow2 deploy@azusa.runners.sr.ht:/var/lib/images/alpine/edge/x86_64/new_root.img.qcow2 sending incremental file list root.img.qcow2 32,768 0% 0.00kB/s 0:00:00 186,253,312 10% 176.53MB/s 0:00:08 313,524,224 17% 148.96MB/s 0:00:09 448,397,312 25% 141.68MB/s 0:00:08 570,818,560 32% 135.48MB/s 0:00:08 708,837,376 40% 124.28MB/s 0:00:08 829,816,832 47% 122.73MB/s 0:00:07 931,528,704 53% 115.16MB/s 0:00:06 1,016,725,504 58% 106.26MB/s 0:00:06 1,145,569,280 65% 104.05MB/s 0:00:05 1,251,082,240 71% 100.39MB/s 0:00:04 1,344,667,648 76% 98.48MB/s 0:00:04 1,450,180,608 82% 103.34MB/s 0:00:02 1,559,625,728 89% 98.74MB/s 0:00:01 1,660,157,952 94% 97.53MB/s 0:00:00 1,749,811,200 99% 96.59MB/s 0:00:00 1,751,777,280 100% 111.01MB/s 0:00:15 (xfr#1, to-chk=0/1) + ssh deploy@azusa.runners.sr.ht mv /var/lib/images/alpine/edge/x86_64/new_root.img.qcow2 /var/lib/images/alpine/edge/x86_64/root.img.qcow2 + for server in "${slaves[@]}" + ssh deploy@yui.runners.sr.ht mkdir -p /var/lib/images/alpine/edge/x86_64 Warning: Permanently added 'yui.runners.sr.ht,173.195.146.244' (ECDSA) to the list of known hosts. + rsync -rzP x86_64/root.img.qcow2 deploy@yui.runners.sr.ht:/var/lib/images/alpine/edge/x86_64/new_root.img.qcow2 sending incremental file list root.img.qcow2 32,768 0% 0.00kB/s 0:00:00 186,122,240 10% 176.94MB/s 0:00:08 316,276,736 18% 149.75MB/s 0:00:09 446,136,320 25% 141.20MB/s 0:00:09 563,216,384 32% 133.84MB/s 0:00:08 655,228,928 37% 111.62MB/s 0:00:09 815,005,696 46% 118.85MB/s 0:00:07 877,002,752 50% 102.68MB/s 0:00:08 964,427,776 55% 95.63MB/s 0:00:08 1,044,905,984 59% 92.81MB/s 0:00:07 1,156,710,400 66% 81.47MB/s 0:00:07 1,250,951,168 71% 89.16MB/s 0:00:05 1,348,993,024 77% 91.69MB/s 0:00:04 1,440,612,352 82% 94.34MB/s 0:00:03 1,541,799,936 88% 91.84MB/s 0:00:02 1,634,205,696 93% 91.40MB/s 0:00:01 1,729,888,256 98% 90.81MB/s 0:00:00 1,751,777,280 100% 102.53MB/s 0:00:16 (xfr#1, to-chk=0/1) + ssh deploy@yui.runners.sr.ht mv /var/lib/images/alpine/edge/x86_64/new_root.img.qcow2 /var/lib/images/alpine/edge/x86_64/root.img.qcow2 |