rebar 3.24.0 #175
Annotations
1 error
images (27.0)
Error: buildah exited with code 1
Resolved "alpine" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull docker.io/library/alpine:3.20...
Getting image source signatures
Copying blob sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6
Copying blob sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6
Copying config sha256:324bc02ae1231fd9255658c128086395d3fa0aedd5a41ab6b034fd649d1a9260
Writing manifest to image destination
Storing signatures
+ OTP_DOWNLOAD_URL=https://github.com/erlang/otp/releases/download/OTP-27.0.1/otp_src_27.0.1.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.1/otp_src_27.0.1.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
100 96.3M 100 96.3M 0 0 211M 0 --:--:-- --:--:-- --:--:-- 211M
+ echo '26d894e2f0dda9d13560af08ea589afc01569df6b5486e565beb5accb99c9cf4 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.1'
+ mkdir -vp /usr/src/otp_src_27.0.1
+ tar -xzf otp-src.tar.gz -C /usr/src/otp_src_27.0.1 '--strip-components=1' --no-same-owner --no-same-permissions
+ rm otp-src.tar.gz
+ cd /usr/src/otp_src_27.0.1
+ '[' -f /patches/27.0.1/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:6325:12: warning: 'a2ok' may be used uninitialized [-Wmaybe-uninitialized]
6325 | if (! a2ok)
| ^
nifs/common/prim_socket_nif.c:6295:28: note: 'a2ok' was declared here
6295 | BOOLEAN_T a1ok, a2ok;
| ^~~~
/usr/src/otp_src_27.0.1/erts/emulator/pcre/pcre_compile.c: In function 'compile_regex':
/usr/src/otp_src_27.0.1/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.1/erts/emulator/pcre/pcre_compile.c:8322:14: note: 'capitem' declared here
8322 | open_capitem capitem;
| ^~~~~~~
/usr/src/otp_src_27.0.1/erts/emulator/pcre/pcre_compile.c:8315:38: note: 'cd' declared here
8315 | branch_chain *bcptr, compile_data *cd, int *lengthptr)
| ~~~~~~~~~~~~~~^~
+ make install
+ rm -rf /usr/src/otp_src_27.0.1
|