update OTP-25.3.2.10, OTP-26.2.3 and OTP-27.0-rc2 #164
Annotations
1 error
images (27.0)
Error: buildah exited with code 127
Resolved "alpine" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull docker.io/library/alpine:3.19...
Getting image source signatures
Copying blob sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8
Copying blob sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8
Copying config sha256:05455a08881ea9cf0e752bc48e61bbd71a34c029bb13df01e40e3e70e0d007bd
Writing manifest to image destination
Storing signatures
+ OTP_DOWNLOAD_URL=https://github.com/erlang/otp/releases/download/OTP-27.0-rc2/otp_src_27.0-rc2.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-27.0-rc2/otp_src_27.0-rc2.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
79 95.6M 79 76.0M 0 0 105M 0 --:--:-- --:--:-- --:--:-- 105M
100 95.6M 100 95.6M 0 0 118M 0 --:--:-- --:--:-- --:--:-- 230M
+ echo 'bbe055468b70d359c66d4ee61cfa52e9f99d93f9a903e7b324d5d067e6e6669c otp-src.tar.gz'
+ sha256sum -c -
+ 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_27.0-rc2'
+ mkdir -vp /usr/src/otp_src_27.0-rc2
+ tar -xzf otp-src.tar.gz -C /usr/src/otp_src_27.0-rc2 '--strip-components=1' --no-same-owner
+ rm otp-src.tar.gz
+ cd /usr/src/otp_src_27.0-rc2
+ '[' -f /patches/27.0-rc2/series ]
+ ./otp_build autoconf
+ dpkg-architecture --query DEB_HOST_GNU_TYPE
+ gnuArch=x86_64-linux-musl
+ ./configure '--build=x86_64-linux-musl'
configure: WARNING: No 'ex_doc' command found: it will (optionally) be downloaded when building the HTML documentation
configure: WARNING: No 'elixir' command found: can't run link checker for the documentation
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
nifs/common/prim_socket_nif.c: In function 'nif_recvmsg':
nifs/common/prim_socket_nif.c:6250:12: warning: 'a2ok' may be used uninitialized [-Wmaybe-uninitialized]
6250 | if (! a2ok)
| ^
nifs/common/prim_socket_nif.c:6220:28: note: 'a2ok' was declared here
6220 | BOOLEAN_T a1ok, a2ok;
| ^~~~
/usr/src/otp_src_27.0-rc2/erts/emulator/pcre/pcre_compile.c: In function 'compile_regex':
/usr/src/otp_src_27.0-rc2/erts/emulator/pcre/pcre_compile.c:8378:17: warning: storing the address of local variable 'capitem' in '*cd.open_caps' [-Wdangling-pointer=]
8378 | cd->open_caps = &capitem;
| ~~~~~~~~~~~~~~^~~~~~~~~~
/usr/src/otp_src_27.0-rc2/erts/emulator/pcre/pcre_compile.c:8322:14: note: 'capitem' declared here
8322 | open_capitem capitem;
| ^~~~~~~
/usr/src/otp_src_27.0-rc2/erts/emulator/pcre/pcre_compile.c:8315:38: note: 'cd' declared here
8315 | branch_chain *bcptr, compile_data *cd, int *lengthptr)
|
|