add --no-same-permissions opt to tar #172
Annotations
1 error
images (27.0)
Error: buildah exited with code 2
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
0 96.3M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 96.3M 100 96.3M 0 0 113M 0 --:--:-- --:--:-- --:--:-- 270M
+ 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
tar: lib/inets/test/httpd_basic_SUITE_data/printenv.sh: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/httpd_basic_SUITE_data/printenv.bat: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/inets_internal.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/httpc_internal.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/http_internal.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/httpc_SUITE_data/Makefile.src: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/test/httpc_SUITE_data/cgi_echo.c: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/examples/httpd_load_test/hdlt_ssl_server_cert.pem: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/inets/examples/httpd_load_test/hdlt_ssl_client_cert.pem: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/tools/emacs/tags.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/DATA: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/company_o.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/company.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/bup.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/company.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/mnesia/examples/company_o.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/stdlib/test/tty.cover: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/sasl/test/release_handler_SUITE_data/lib/installer-1.0/src/installer.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/sasl/test/release_handler_SUITE_data/target_system.erl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/ftp/test/ftp_internal.hrl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: lib/edoc/doc/edoc_doclet.hrl: Cannot change mode to rwxr-xr-x: Operation not
|