Skip to content

remove autoconf, no longer needed for any supported OTP version #159

remove autoconf, no longer needed for any supported OTP version

remove autoconf, no longer needed for any supported OTP version #159

Triggered via push February 6, 2024 07:21
Status Failure
Total duration 34m 0s
Artifacts

images.yaml

on: push
Matrix: images
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
images (26.2)
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:bca4290a96390d7a6fc6f2f9929370d06f8dfcacba591c76e3d5c5044e7f420c Copying blob sha256:bca4290a96390d7a6fc6f2f9929370d06f8dfcacba591c76e3d5c5044e7f420c Copying config sha256:ace17d5d883e9ea5a21138d0608d60aa2376c68f616c55b0b7e73fba6d8556a3 Writing manifest to image destination Storing signatures + OTP_DOWNLOAD_URL=https://github.com/erlang/otp/releases/download/OTP-26.2/otp_src_26.2.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-26.2/otp_src_26.2.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 48 102M 48 49.5M 0 0 36.4M 0 0:00:02 0:00:01 0:00:01 36.4M 100 102M 100 102M 0 0 47.1M 0 0:00:02 0:00:02 --:--:-- 65.2M + echo 'a85fa668a292868a7dc8c8ac18615995051392acbfbfa9cef1e8d84cf417ca87 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 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_26.2' + mkdir -vp /usr/src/otp_src_26.2 + tar -xzf otp-src.tar.gz -C /usr/src/otp_src_26.2 '--strip-components=1' + rm otp-src.tar.gz + cd /usr/src/otp_src_26.2 + '[' -f /patches/26.2/series ] + 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 In file included from ../include/internal/gcc/ethread.h:342, from ../include/internal/ethread.h:389, from beam/erl_threads.h:252, from beam/sys.h:540, from beam/erl_trace.c:42: In function 'ethr_native_atomic32_read', inlined from 'ethr_atomic32_read' at ../include/internal/ethr_atomics.h:7714:27, inlined from 'erts_proc_unlock__' at beam/erl_process_lock.h:760:17, inlined from 'erts_proc_unlock' at beam/erl_process_lock.h:967:5, inlined from 'is_tracer_enabled' at beam/erl_trace.c:2915:25, inlined from 'trace_receive' at beam/erl_trace.c:824:9: ../include/internal/gcc/ethr_atomic.h:206:12: warning: '__atomic_load_4' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 206 | return __atomic_load_n(&var->value, __ATOMIC_RELAXED); | ^~
matrix
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
images (26.2)
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/.