wip #151
Annotations
1 error and 1 warning
Build Image
Error: buildah exited with code 139
Resolved "alpine" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull docker.io/library/alpine:3.17...
Getting image source signatures
Copying blob sha256:5385a9a590c3e2872b3ed27554a56fb7ce544c694b41b9b95d70fa86f30b0566
Copying blob sha256:5385a9a590c3e2872b3ed27554a56fb7ce544c694b41b9b95d70fa86f30b0566
Copying config sha256:f0fd8fe16bfa55179c65d208ce8abf58197e85136f6a1dc543d2136424fd665c
Writing manifest to image destination
Storing signatures
+ OTP_DOWNLOAD_URL=https://github.com/erlang/otp/releases/download/OTP-25.3.2.7/otp_src_25.3.2.7.tar.gz
+ apk upgrade --no-cache
+ apk add --no-cache --virtual .fetch-deps curl ca-certificates
+ curl -fSL -o otp-src.tar.gz https://github.com/erlang/otp/releases/download/OTP-25.3.2.7/otp_src_25.3.2.7.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
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
30 101M 30 30.9M 0 0 14.8M 0 0:00:06 0:00:02 0:00:04 26.4M
59 101M 59 60.3M 0 0 21.2M 0 0:00:04 0:00:02 0:00:02 31.3M
98 101M 98 99.5M 0 0 24.6M 0 0:00:04 0:00:04 --:--:-- 31.7M
100 101M 100 101M 0 0 24.9M 0 0:00:04 0:00:04 --:--:-- 32.1M
+ echo+ sha256sum -c -
'a8662859d153d3c4253c6a3a4d1538d0f32ce1cf02bb5484b17c9c176da37b37 otp-src.tar.gz'
+ apk add --no-cache --virtual .build-deps '--repository=http://dl-cdn.alpinelinux.org/alpine/v3.12/main' bash dpkg-dev dpkg gcc g++ libc-dev 'linux-headers=5.4.5-r1' make autoconf ncurses-dev openssl-dev unixodbc-dev lksctp-tools-dev tar
+ apk add --no-cache --virtual .quilt-deps '--repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/community' quilt
+ export 'ERL_TOP=/usr/src/otp_src_25.3.2.7'
+ mkdir -vp /usr/src/otp_src_25.3.2.7
+ tar -xzf otp-src.tar.gz -C /usr/src/otp_src_25.3.2.7 '--strip-components=1'
+ rm otp-src.tar.gz
+ cd /usr/src/otp_src_25.3.2.7
+ '[' -f /patches/25.3.2.7/series ]
+ ./otp_build autoconf
+ dpkg-architecture --query DEB_HOST_GNU_TYPE
+ gnuArch=aarch64-linux-musl
+ ./configure '--build=aarch64-linux-musl'
configure: WARNING: No 'xsltproc' command found: the documentation cannot be built
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files
configure: WARNING: No 'xmllint' command found: can't run the xmllint target for the documentation
configure: WARNING: Check for large file support flags failed; getconf failed
configure: WARNING: Could not find any usable java compiler, will skip: jinterface
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
configure: WARNING: No OpenGL headers found, wx will NOT be usable
configure: WARNING: No GLU headers found, wx will NOT be usable
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.2 or above.
+ getconf _NPROCESSORS_ONLN
+ make -j4
rm: can't remove 'aarch64-unknown-linux-musl/opt/jit/depend.mk': No such file or directory
make[2]: [aarch64-unknown-linux-musl/Makefile:1437: aarch64-unknown-linux-musl/opt/jit/depend.mk] Error 1 (ignored)
connect/ei_connect.c: In function 'ei_connect_init_ussi':
connect/ei_connect.c:1065:31: warning: '%s' directive writing up to 254 bytes into a region of size between 1 and 256 [-Wformat-overflow=]
1065 | sprintf(thisnodename, "%s@%s", this_node_name, thishostname);
| ^~ ~~~~~~~~~~~~
connect/ei_connect.c:1065:5: note: 'sprintf' output between 2 and 511 bytes into a destination of size 257
1065 |
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4, redhat-actions/buildah-build@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading