acmesh-official / acmetest

Unit test project for acme.sh project

Home Page:https://acme.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS workflow failed at archlinux

eastonman opened this issue · comments

Step 1/2 : FROM archlinux:latest
latest: Pulling from library/archlinux
3a05001ad924: Pulling fs layer
0a1ff60e1cc4: Pulling fs layer
0a1ff60e1cc4: Verifying Checksum
0a1ff60e1cc4: Download complete
3a05001ad924: Verifying Checksum
3a05001ad924: Download complete
3a05001ad924: Pull complete
0a1ff60e1cc4: Pull complete
Digest: sha256:dcde75fac283b82760b5b64eba36447ced63b2cad28a3ed7abad6c2a72385b23
Status: Downloaded newer image for archlinux:latest
 ---> a8a9773ce02f
Step 2/2 : RUN  pacman  -Sy  --overwrite "*" --noconfirm --noprogressbar openssl cronie socat libidn unzip
 ---> Running in b7b24ab3ce11
error: failed to initialize alpm library
(could not find or read directory: /var/lib/pacman/)
The command '/bin/sh -c pacman  -Sy  --overwrite "*" --noconfirm --noprogressbar openssl cronie socat libidn unzip' returned a non-zero code: 255
archlinux:latest [FAIL]
[Fri Feb 12 08:19:18 UTC 2021] Failed: archlinux:latest
Error: Process completed with exit code 255.

我对Huaweicloud DNSAPI 增加了一些错误处理,没想到DNS workflow 一直过不了😂
已开pr acmesh-official/acme.sh#3409

commented

我已经修掉了archlinux 的问题.
请再启动你的 actions

FreeBSD 报错Kernel mismatch
可能是freebsdbuilder 那边需要更新?

Setup sshfs
exec ssh: pkg  install  -y fusefs-sshfs && kldload  fuse.ko && sshfs -o allow_other,default_permissions runner@10.0.2.2:work /Users/runner/work
/usr/bin/ssh -t freebsd
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
Installing pkg-1.16.1...
Newer FreeBSD version for package pkg:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1202000
- running kernel: 1201000
Ignore the mismatch and continue? [y/N]: 
Failed to install the following 1 package(s): /tmp//pkg.txz.IpGsma
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Error: The process '/usr/bin/ssh' failed with exit code 1
envs:TEST_DNS TestingDomain TEST_DNS_NO_WILDCARD TEST_DNS_SLEEP CASE TEST_LOCAL DEBUG *** *** ***
Running prepare: pkg install -y socat curl
/usr/bin/ssh -t freebsd
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
Installing pkg-1.16.1...
Newer FreeBSD version for package pkg:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1202000
- running kernel: 1201000
Ignore the mismatch and continue? [y/N]: 
Failed to install the following 1 package(s): /tmp//pkg.txz.4guMWz
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Error: The process '/usr/bin/ssh' failed with exit code 1
commented

rebase 到最新代码