Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pivot_root: Invalid argument during build #24546

Open
PiotrBzdrega opened this issue Nov 12, 2024 · 6 comments
Open

pivot_root: Invalid argument during build #24546

PiotrBzdrega opened this issue Nov 12, 2024 · 6 comments

Comments

@PiotrBzdrega
Copy link

Podman does not pass --no-pivot to crun
regardless of whether the no_pivot_root variable in containers.conf has a value of true or false.
In result build cannot be finished.

[16:42][selkie@buildroot][~/composetest] $ uname -a
Linux buildroot 5.10.226 #1 SMP PREEMPT Tue Nov 12 11:23:56 CET 2024 armv7l GNU/Linux
[16:32][selkie@buildroot][~/composetest] $ podman  --log-level debug build .
INFO[0000] podman filtering at log level debug
DEBU[0000] Called build.PersistentPreRunE(podman --log-level debug build .)
DEBU[0000] Using conmon: "/mnt/docker/usr/bin/conmon"
INFO[0000] Using sqlite as database backend
DEBU[0000] systemd-logind: The name org.freedesktop.login1 was not provided by any .service files
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /mnt/nvm/selkie/.local/share/containers/storage
DEBU[0000] Using run root /tmp/containers-user-10010/containers
DEBU[0000] Using static dir /mnt/nvm/selkie/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/10010/libpod/tmp
DEBU[0000] Using volume path /mnt/nvm/selkie/.local/share/containers/storage/volumes
DEBU[0000] Using transient store: false
DEBU[0000] Not configuring container store
DEBU[0000] Initializing event backend file
DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
DEBU[0000] Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument
DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
DEBU[0000] Using OCI runtime "/mnt/docker/usr/bin/crun"
INFO[0000] Setting parallel job count to 7
INFO[0000] podman filtering at log level debug
DEBU[0000] Called build.PersistentPreRunE(podman --log-level debug build .)
DEBU[0000] Using conmon: "/mnt/docker/usr/bin/conmon"
INFO[0000] Using sqlite as database backend
DEBU[0000] Overriding run root "/run/user/10010/containers" with "/tmp/containers-user-10010/containers" from database
DEBU[0000] systemd-logind: The name org.freedesktop.login1 was not provided by any .service files
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /mnt/nvm/selkie/.local/share/containers/storage
DEBU[0000] Using run root /tmp/containers-user-10010/containers
DEBU[0000] Using static dir /mnt/nvm/selkie/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/10010/libpod/tmp
DEBU[0000] Using volume path /mnt/nvm/selkie/.local/share/containers/storage/volumes
DEBU[0000] Using transient store: false
DEBU[0000] [graphdriver] trying provided driver "overlay"
DEBU[0000] overlay: mount_program=/usr/bin/fuse-overlayfs
DEBU[0000] backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false
DEBU[0000] Initializing event backend file
DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
DEBU[0000] Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument
DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
DEBU[0000] Using OCI runtime "/mnt/docker/usr/bin/crun"
INFO[0000] Setting parallel job count to 7
DEBU[0000] Normalized platform linux/arm to {arm linux  [] }
DEBU[0000] base for stage 0: "python:3.10-alpine"
DEBU[0000] FROM "python:3.10-alpine"
STEP 1/10: FROM python:3.10-alpine
DEBU[0000] Pulling image python:3.10-alpine (policy: missing)
DEBU[0000] Looking up image "python:3.10-alpine" in local containers storage
DEBU[0000] Normalized platform linux/arm to {arm linux  [] }
DEBU[0000] Loading registries configuration "/mnt/nvm/selkie/.config/containers/registries.conf"
DEBU[0000] Trying "docker.io/library/python:3.10-alpine" ...
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] Found image "python:3.10-alpine" as "docker.io/library/python:3.10-alpine" in local containers storage
DEBU[0000] Found image "python:3.10-alpine" as "docker.io/library/python:3.10-alpine" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d)
DEBU[0000] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] Looking up image "docker.io/library/python:3.10-alpine" in local containers storage
DEBU[0000] Normalized platform linux/arm to {arm linux  [] }
DEBU[0000] Trying "docker.io/library/python:3.10-alpine" ...
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] Found image "docker.io/library/python:3.10-alpine" as "docker.io/library/python:3.10-alpine" in local containers storage
DEBU[0000] Found image "docker.io/library/python:3.10-alpine" as "docker.io/library/python:3.10-alpine" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d)
DEBU[0000] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/2REK3FH6ZCODNXX2ASAIHZ2AEJ:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/HEVNJWWRI43YNZLHYQ5A7H74OK:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/KM7EZOTG4CTRHHEBESXM6AQP5P:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/SOSKD2ZX6SOFA73NFNOWVS6H44,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/954312e90ec27aa3718f543caf2ef9a6adbaf22ee2d7f2ce6aee21c6ea04a3e5/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/954312e90ec27aa3718f543caf2ef9a6adbaf22ee2d7f2ce6aee21c6ea04a3e5/work,volatile
DEBU[0000] Container ID: 587b666082b2971790693290f3213a1425da87f6ae8936c26884da12cbf80da5
DEBU[0000] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79] Command:workdir Args:[/code] Flags:[] Attrs:map[] Message:WORKDIR /code Heredocs:[] Original:WORKDIR /code}
STEP 2/10: WORKDIR /code
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3"
DEBU[0000] exporting opaque data as blob "sha256:00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3"
DEBU[0000] Found a cache hit in the first iteration with id 00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3
--> Using cache 00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3
--> 00f5b4039ab0
DEBU[0000] Pulling image 00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3 (policy: never)
DEBU[0000] Looking up image "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" in local containers storage
DEBU[0000] Trying "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" ...
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3"
DEBU[0000] Found image "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" as "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" in local containers storage
DEBU[0000] Found image "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" as "00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3)
DEBU[0000] exporting opaque data as blob "sha256:00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3"
DEBU[0000] exporting opaque data as blob "sha256:00f5b4039ab0f6beb9efe52942723eca3f8304c7318c57929298b85feba956c3"
DEBU[0000] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/2REK3FH6ZCODNXX2ASAIHZ2AEJ:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/HEVNJWWRI43YNZLHYQ5A7H74OK:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/KM7EZOTG4CTRHHEBESXM6AQP5P:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/SOSKD2ZX6SOFA73NFNOWVS6H44,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/4669377b7229f9757861f9235b2769648250642c2ca4759bc2e20a169667fc26/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/4669377b7229f9757861f9235b2769648250642c2ca4759bc2e20a169667fc26/work,volatile
DEBU[0000] Container ID: a5176e72e78d1f86dc7917f8dc2b8c0eafb3c5b7a435879ec2171656b4f2ef0e
DEBU[0000] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79] Command:env Args:[FLASK_APP app.py] Flags:[] Attrs:map[] Message:ENV FLASK_APP app.py Heredocs:[] Original:ENV FLASK_APP=app.py}
STEP 3/10: ENV FLASK_APP=app.py
DEBU[0000] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c"
DEBU[0000] exporting opaque data as blob "sha256:07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c"
DEBU[0000] Found a cache hit in the first iteration with id 07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c
--> Using cache 07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c
--> 07c1b38b600b
DEBU[0001] Pulling image 07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c (policy: never)
DEBU[0001] Looking up image "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" in local containers storage
DEBU[0001] Trying "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" ...
DEBU[0001] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c"
DEBU[0001] Found image "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" as "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" in local containers storage
DEBU[0001] Found image "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" as "07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c)
DEBU[0001] exporting opaque data as blob "sha256:07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c"
DEBU[0001] exporting opaque data as blob "sha256:07c1b38b600b4ad0e3c6660838ace537866f48462867a0e7eba5dd3e243ea65c"
DEBU[0001] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/2REK3FH6ZCODNXX2ASAIHZ2AEJ:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/HEVNJWWRI43YNZLHYQ5A7H74OK:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/KM7EZOTG4CTRHHEBESXM6AQP5P:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/SOSKD2ZX6SOFA73NFNOWVS6H44,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/736b9fceca1b7a3b0f21d9076df807681cecb8dccb42d1424fc089a672ebf4d0/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/736b9fceca1b7a3b0f21d9076df807681cecb8dccb42d1424fc089a672ebf4d0/work,volatile
DEBU[0001] Container ID: 1064c842c6e2589bf2c7d34ac9aaf7998e87ba8a349789e847980c73baad9add
DEBU[0001] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py] Command:env Args:[FLASK_RUN_HOST 0.0.0.0] Flags:[] Attrs:map[] Message:ENV FLASK_RUN_HOST 0.0.0.0 Heredocs:[] Original:ENV FLASK_RUN_HOST=0.0.0.0}
STEP 4/10: ENV FLASK_RUN_HOST=0.0.0.0
DEBU[0001] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356"
DEBU[0001] exporting opaque data as blob "sha256:468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356"
DEBU[0001] Found a cache hit in the first iteration with id 468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356
--> Using cache 468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356
--> 468c736b5b6d
DEBU[0001] Pulling image 468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356 (policy: never)
DEBU[0001] Looking up image "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" in local containers storage
DEBU[0001] Trying "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" ...
DEBU[0001] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356"
DEBU[0001] Found image "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" as "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" in local containers storage
DEBU[0001] Found image "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" as "468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/tmp/containers-user-10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356)
DEBU[0001] exporting opaque data as blob "sha256:468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356"
DEBU[0001] exporting opaque data as blob "sha256:468c736b5b6ddd0ff83dbb26fd57b9e312204a1101caf45e195bd71f37ab7356"
DEBU[0001] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/2REK3FH6ZCODNXX2ASAIHZ2AEJ:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/HEVNJWWRI43YNZLHYQ5A7H74OK:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/KM7EZOTG4CTRHHEBESXM6AQP5P:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/SOSKD2ZX6SOFA73NFNOWVS6H44,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/f7e098a99861b69de0470cc0ce35e864e94d639970c2ec8d4c9c2008cc58e33f/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/f7e098a99861b69de0470cc0ce35e864e94d639970c2ec8d4c9c2008cc58e33f/work,volatile
DEBU[0001] Container ID: d46edcba3c47fe8740d784a24dc775f62b742e763d218c8d59a182cac621cd4a
DEBU[0001] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py FLASK_RUN_HOST=0.0.0.0] Command:run Args:[apk add --no-cache gcc musl-dev linux-headers] Flags:[] Attrs:map[] Message:RUN apk add --no-cache gcc musl-dev linux-headers Heredocs:[] Original:RUN apk add --no-cache gcc musl-dev linux-headers}
STEP 5/10: RUN apk add --no-cache gcc musl-dev linux-headers
DEBU[0002] RUN imagebuilder.Run{Shell:true, Args:[]string{"apk add --no-cache gcc musl-dev linux-headers"}, Mounts:[]string(nil), Network:"", Files:[]imagebuilder.File(nil)}, docker.Config{Hostname:"", Domainname:"", User:"", Memory:0, MemorySwap:0, MemoryReservation:0, KernelMemory:0, CPUShares:0, CPUSet:"", PortSpecs:[]string(nil), ExposedPorts:map[docker.Port]struct {}{}, PublishService:"", StopSignal:"", StopTimeout:0, Env:[]string{"PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D", "PYTHON_VERSION=3.10.15", "PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79", "FLASK_APP=app.py", "FLASK_RUN_HOST=0.0.0.0"}, Cmd:[]string{"python3"}, Shell:[]string{}, Healthcheck:(*docker.HealthConfig)(nil), DNS:[]string(nil), Image:"", Volumes:map[string]struct {}{}, VolumeDriver:"", WorkingDir:"/code", MacAddress:"", Entrypoint:[]string{}, SecurityOpts:[]string(nil), OnBuild:[]string{}, Mounts:[]docker.Mount(nil), Labels:map[string]string{}, AttachStdin:false, AttachStdout:false, AttachStderr:false, ArgsEscaped:false, Tty:false, OpenStdin:false, StdinOnce:false, NetworkDisabled:false, VolumesFrom:""}
DEBU[0002] using "/tmp/buildah3963667218" to hold bundle data
DEBU[0002] Resources: &define.CommonBuildOptions{AddHost:[]string{}, OmitHistory:false, CgroupParent:"", CPUPeriod:0x0, CPUQuota:0, CPUShares:0x0, CPUSetCPUs:"", CPUSetMems:"", HTTPProxy:true, IdentityLabel:0x1, Memory:0, DNSSearch:[]string{}, DNSServers:[]string{}, DNSOptions:[]string{}, LabelOpts:[]string(nil), MemorySwap:0, NoHostname:false, NoHosts:false, NoNewPrivileges:false, OmitTimestamp:false, SeccompProfilePath:"", ApparmorProfile:"", ShmSize:"65536k", Ulimit:[]string{}, Volumes:[]string{}, Secrets:[]string{}, SSHSources:[]string{}, OCIHooksDir:[]string{}}
DEBU[0003] /etc/system-fips does not exist on host, not mounting FIPS mode subscription
DEBU[0000] bind mounted "/mnt/nvm/selkie/.local/share/containers/storage/overlay/f7e098a99861b69de0470cc0ce35e864e94d639970c2ec8d4c9c2008cc58e33f/merged" to "/tmp/buildah3963667218/mnt/rootfs"
DEBU[0000] config = {"ociVersion":"1.1.0+dev","process":{"user":{"uid":0,"gid":0,"additionalGids":[0,1,2,3,4,6,10,11,20,26,27]},"args":["/bin/sh","-c","apk add --no-cache gcc musl-dev linux-headers"],"env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py","FLASK_RUN_HOST=0.0.0.0","HOSTNAME=d46edcba3c47"],"cwd":"/code","capabilities":{"bounding":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"effective":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"permitted":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"ambient":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"]},"rlimits":[{"type":"RLIMIT_NOFILE","hard":1024,"soft":1024}]},"root":{"path":"/tmp/buildah3963667218/mnt/rootfs"},"hostname":"d46edcba3c47","mounts":[{"destination":"/dev","type":"tmpfs","source":"tmpfs","options":["nosuid","strictatime","mode=755","size=65536k"]},{"destination":"/proc","type":"proc","source":"proc","options":["nosuid","noexec","nodev"]},{"destination":"/sys","type":"bind","source":"/sys","options":["rprivate","nosuid","noexec","nodev","ro","rbind"]},{"destination":"/dev/mqueue","type":"mqueue","source":"mqueue","options":["nosuid","noexec","nodev"]},{"destination":"/dev/pts","type":"devpts","source":"devpts","options":["nosuid","noexec","newinstance","ptmxmode=0666","mode=0620","gid=5"]},{"destination":"/dev/shm","type":"tmpfs","source":"shm","options":["private","nodev","noexec","nosuid","mode=1777","size=65536k"]},{"destination":"/etc/hostname","type":"bind","source":"/tmp/buildah3963667218/hostname","options":["rbind"]},{"destination":"/etc/hosts","type":"bind","source":"/tmp/buildah3963667218/hosts","options":["rbind"]},{"destination":"/etc/resolv.conf","type":"bind","source":"/tmp/buildah3963667218/resolv.conf","options":["rbind"]},{"destination":"/run/.containerenv","type":"bind","source":"/tmp/buildah3963667218/run/.containerenv","options":["rbind"]}],"linux":{"resources":{"devices":[{"allow":false,"access":"rwm"}]},"namespaces":[{"type":"pid"},{"type":"ipc"},{"type":"uts"},{"type":"mount"},{"type":"cgroup"}],"seccomp":{"defaultAction":"SCMP_ACT_ERRNO","defaultErrnoRet":38,"syscalls":[{"names":["bdflush","io_pgetevents","kexec_file_load","kexec_load","migrate_pages","move_pages","nfsservctl","nice","oldfstat","oldlstat","oldolduname","oldstat","olduname","pciconfig_iobase","pciconfig_read","pciconfig_write","sgetmask","ssetmask","swapcontext","swapoff","swapon","sysfs","uselib","userfaultfd","ustat","vm86","vm86old","vmsplice"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["_llseek","_newselect","accept","accept4","access","adjtimex","alarm","bind","brk","capget","capset","chdir","chmod","chown","chown32","clock_adjtime","clock_adjtime64","clock_getres","clock_getres_time64","clock_gettime","clock_gettime64","clock_nanosleep","clock_nanosleep_time64","clone","clone3","close","close_range","connect","copy_file_range","creat","dup","dup2","dup3","epoll_create","epoll_create1","epoll_ctl","epoll_ctl_old","epoll_pwait","epoll_pwait2","epoll_wait","epoll_wait_old","eventfd","eventfd2","execve","execveat","exit","exit_group","faccessat","faccessat2","fadvise64","fadvise64_64","fallocate","fanotify_mark","fchdir","fchmod","fchmodat","fchown","fchown32","fchownat","fcntl","fcntl64","fdatasync","fgetxattr","flistxattr","flock","fork","fremovexattr","fsconfig","fsetxattr","fsmount","fsopen","fspick","fstat","fstat64","fstatat64","fstatfs","fstatfs64","fsync","ftruncate","ftruncate64","futex","futex_time64","futimesat","get_mempolicy","get_robust_list","get_thread_area","getcpu","getcwd","getdents","getdents64","getegid","getegid32","geteuid","geteuid32","getgid","getgid32","getgroups","getgroups32","getitimer","getpeername","getpgid","getpgrp","getpid","getppid","getpriority","getrandom","getresgid","getresgid32","getresuid","getresuid32","getrlimit","getrusage","getsid","getsockname","getsockopt","gettid","gettimeofday","getuid","getuid32","getxattr","inotify_add_watch","inotify_init","inotify_init1","inotify_rm_watch","io_cancel","io_destroy","io_getevents","io_setup","io_submit","ioctl","ioprio_get","ioprio_set","ipc","keyctl","kill","landlock_add_rule","landlock_create_ruleset","landlock_restrict_self","lchown","lchown32","lgetxattr","link","linkat","listen","listxattr","llistxattr","lremovexattr","lseek","lsetxattr","lstat","lstat64","madvise","mbind","membarrier","memfd_create","memfd_secret","mincore","mkdir","mkdirat","mknod","mknodat","mlock","mlock2","mlockall","mmap","mmap2","mount","mount_setattr","move_mount","mprotect","mq_getsetattr","mq_notify","mq_open","mq_timedreceive","mq_timedreceive_time64","mq_timedsend","mq_timedsend_time64","mq_unlink","mremap","msgctl","msgget","msgrcv","msgsnd","msync","munlock","munlockall","munmap","name_to_handle_at","nanosleep","newfstatat","open","open_tree","openat","openat2","pause","pidfd_getfd","pidfd_open","pidfd_send_signal","pipe","pipe2","pivot_root","pkey_alloc","pkey_free","pkey_mprotect","poll","ppoll","ppoll_time64","prctl","pread64","preadv","preadv2","prlimit64","process_mrelease","process_vm_readv","process_vm_writev","pselect6","pselect6_time64","ptrace","pwrite64","pwritev","pwritev2","read","readahead","readdir","readlink","readlinkat","readv","reboot","recv","recvfrom","recvmmsg","recvmmsg_time64","recvmsg","remap_file_pages","removexattr","rename","renameat","renameat2","restart_syscall","rmdir","rseq","rt_sigaction","rt_sigpending","rt_sigprocmask","rt_sigqueueinfo","rt_sigreturn","rt_sigsuspend","rt_sigtimedwait","rt_sigtimedwait_time64","rt_tgsigqueueinfo","sched_get_priority_max","sched_get_priority_min","sched_getaffinity","sched_getattr","sched_getparam","sched_getscheduler","sched_rr_get_interval","sched_rr_get_interval_time64","sched_setaffinity","sched_setattr","sched_setparam","sched_setscheduler","sched_yield","seccomp","select","semctl","semget","semop","semtimedop","semtimedop_time64","send","sendfile","sendfile64","sendmmsg","sendmsg","sendto","set_mempolicy","set_robust_list","set_thread_area","set_tid_address","setfsgid","setfsgid32","setfsuid","setfsuid32","setgid","setgid32","setgroups","setgroups32","setitimer","setns","setpgid","setpriority","setregid","setregid32","setresgid","setresgid32","setresuid","setresuid32","setreuid","setreuid32","setrlimit","setsid","setsockopt","setuid","setuid32","setxattr","shmat","shmctl","shmdt","shmget","shutdown","sigaction","sigaltstack","signal","signalfd","signalfd4","sigpending","sigprocmask","sigreturn","sigsuspend","socketcall","socketpair","splice","stat","stat64","statfs","statfs64","statx","symlink","symlinkat","sync","sync_file_range","syncfs","syscall","sysinfo","syslog","tee","tgkill","time","timer_create","timer_delete","timer_getoverrun","timer_gettime","timer_gettime64","timer_settime","timer_settime64","timerfd","timerfd_create","timerfd_gettime","timerfd_gettime64","timerfd_settime","timerfd_settime64","times","tkill","truncate","truncate64","ugetrlimit","umask","umount","umount2","uname","unlink","unlinkat","unshare","utime","utimensat","utimensat_time64","utimes","vfork","wait4","waitid","waitpid","write","writev"],"action":"SCMP_ACT_ALLOW"},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":0,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":8,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131072,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131080,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":4294967295,"op":"SCMP_CMP_EQ"}]},{"names":["arm_fadvise64_64","arm_sync_file_range","breakpoint","cacheflush","set_tls","sync_file_range2"],"action":"SCMP_ACT_ALLOW"},{"names":["open_by_handle_at"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["bpf","fanotify_init","lookup_dcookie","perf_event_open","quotactl","setdomainname","sethostname","setns"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["chroot"],"action":"SCMP_ACT_ALLOW"},{"names":["delete_module","finit_module","init_module","query_module"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["acct"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["kcmp","process_madvise"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["ioperm","iopl"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["clock_settime","clock_settime64","settimeofday","stime"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["vhangup"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["socket"],"action":"SCMP_ACT_ERRNO","errnoRet":22,"args":[{"index":0,"value":16,"op":"SCMP_CMP_EQ"},{"index":2,"value":9,"op":"SCMP_CMP_EQ"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":2,"value":9,"op":"SCMP_CMP_NE"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":16,"op":"SCMP_CMP_NE"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":2,"value":9,"op":"SCMP_CMP_NE"}]}]},"maskedPaths":["/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/sched_debug","/proc/scsi","/proc/timer_list","/proc/timer_stats","/sys/dev/block","/sys/devices/virtual/powercap","/sys/firmware","/sys/fs/selinux"],"readonlyPaths":["/proc/asound","/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]}}
DEBU[0000] Running ["/mnt/docker/usr/bin/crun" "create" "--bundle" "/tmp/buildah3963667218" "--pid-file" "/tmp/buildah3963667218/pid" "--no-new-keyring" "buildah-buildah3963667218"]
DEBU[0000] "/tmp/buildah3963667218/mnt/rootfs" is apparently not really mounted, skipping
DEBU[0000] "/tmp/buildah3963667218/mnt" is apparently not really mounted, skipping
error running container: from /mnt/docker/usr/bin/crun creating container for [/bin/sh -c apk add --no-cache gcc musl-dev linux-headers]: pivot_root: Invalid argument
: exit status 1
DEBU[0004] Error building at step {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py FLASK_RUN_HOST=0.0.0.0] Command:run Args:[apk add --no-cache gcc musl-dev linux-headers] Flags:[] Attrs:map[] Message:RUN apk add --no-cache gcc musl-dev linux-headers Heredocs:[] Original:RUN apk add --no-cache gcc musl-dev linux-headers}: while running runtime: exit status 1
Error: building at STEP "RUN apk add --no-cache gcc musl-dev linux-headers": while running runtime: exit status 1
DEBU[0004] Shutting down engines
host:
  arch: arm
  buildahVersion: 1.33.8
  cgroupControllers:
  - cpuset
  - cpu
  - io
  - memory
  - pids
  - rdma
  cgroupManager: cgroupfs
  cgroupVersion: v2
  conmon:
    package: Unknown
    path: /mnt/docker/usr/bin/conmon
    version: 'conmon version 2.1.8, commit: '
  cpuUtilization:
    idlePercent: 93.18
    systemPercent: 4.15
    userPercent: 2.67
  cpus: 2
  databaseBackend: sqlite
  distribution:
    distribution: buildroot
    version: 2024.02.5
  eventLogger: file
  freeLocks: 2039
  hostname: buildroot
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 10010
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 10010
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 5.10.226-mikronika
  linkmode: dynamic
  logDriver: k8s-file
  memFree: 60416000
  memTotal: 512520192
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: Unknown
      path: /mnt/docker/usr/bin/aardvark-dns
      version: aardvark-dns 1.13.0
    package: Unknown
    path: /mnt/docker/usr/bin/netavark
    version: netavark 1.13.0
  ociRuntime:
    name: crun
    package: Unknown
    path: /mnt/docker/usr/bin/crun
    version: |-
      crun version 1.12
      commit: ce429cb2e277d001c2179df1ac66a470f00802ae
      rundir: /run/user/10010/crun
      spec: 1.0.0
      +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
  os: linux
  pasta:
    executable: ""
    package: ""
    version: ""
  remoteSocket:
    exists: false
    path: /run/user/10010/podman/podman.sock
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: /mnt/nvm/selkie/.config/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: /mnt/docker/usr/bin/slirp4netns
    package: Unknown
    version: |-
      slirp4netns version 1.2.0
      commit: 656041d45cfca7a4176f6b7eed9e4fe6c11e8383
      libslirp: 4.7.0
      SLIRP_CONFIG_VERSION_MAX: 4
      libseccomp: 2.5.5
  swapFree: 0
  swapTotal: 0
  uptime: 1h 19m 51.00s (Approximately 0.04 days)
  variant: v7
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries:
  mik-git.mikronika.com.pl:
    Blocked: false
    Insecure: false
    Location: mik-git.mikronika.com.pl/piotrbz
    MirrorByDigestOnly: false
    Mirrors: null
    Prefix: mik-git.mikronika.com.pl
    PullFromMirror: ""
  search:
  - mik-git.mikronika.com.pl
  - docker.io
store:
  configFile: /mnt/nvm/selkie/.config/containers/storage.conf
  containerStore:
    number: 3
    paused: 0
    running: 3
    stopped: 0
  graphDriverName: overlay
  graphOptions:
    overlay.mount_program:
      Executable: /usr/bin/fuse-overlayfs
      Package: Unknown
      Version: |-
        fusermount3 version: 3.16.2
        fuse-overlayfs: version 1.11
        FUSE library version 3.16.2
        using FUSE kernel interface version 7.38
  graphRoot: /mnt/nvm/selkie/.local/share/containers/storage
  graphRootAllocated: 4311089152
  graphRootUsed: 745152512
  graphStatus:
    Backing Filesystem: extfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Supports shifting: "true"
    Supports volatile: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 9
  runRoot: /tmp/containers-user-10010/containers
  transientStore: false
  volumePath: /mnt/nvm/selkie/.local/share/containers/storage/volumes
version:
  APIVersion: 4.9.5
  Built: 0
  BuiltTime: Thu Jan  1 01:00:00 1970
  GitCommit: ""
  GoVersion: go1.21.13
  Os: linux
  OsArch: linux/arm
  Version: 4.9.5
@Luap99
Copy link
Member

Luap99 commented Nov 12, 2024

We only support the latest version upstream so please test with the latest release

@PiotrBzdrega
Copy link
Author

@Luap99 Thank you for reaction,
i tried with with 5.2.5 but still same story 🤔

[23:06][selkie@buildroot][~/composetest] $ podman info
host:
  arch: arm
  buildahVersion: 1.37.5
  cgroupControllers:
  - cpuset
  - cpu
  - io
  - memory
  - pids
  - rdma
  cgroupManager: cgroupfs
  cgroupVersion: v2
  conmon:
    package: Unknown
    path: /mnt/docker/usr/bin/conmon
    version: 'conmon version 2.1.12, commit: '
  cpuUtilization:
    idlePercent: 88.17
    systemPercent: 5.38
    userPercent: 6.45
  cpus: 2
  databaseBackend: sqlite
  distribution:
    distribution: buildroot
    version: 2024.02.5
  eventLogger: file
  freeLocks: 2045
  hostname: buildroot
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 10010
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 10010
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 5.10.226-mikronika
  linkmode: dynamic
  logDriver: k8s-file
  memFree: 59432960
  memTotal: 512520192
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: Unknown
      path: /mnt/docker/usr/bin/aardvark-dns
      version: aardvark-dns 1.13.0
    package: Unknown
    path: /mnt/docker/usr/bin/netavark
    version: netavark 1.13.0
  ociRuntime:
    name: crun
    package: Unknown
    path: /mnt/docker/usr/bin/crun
    version: |-
      crun version 1.18.2
      commit: 00ab38af875ddd0d1a8226addda52e1de18339b5
      rundir: /run/user/10010/crun
      spec: 1.0.0
      +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
  os: linux
  pasta:
    executable: ""
    package: ""
    version: ""
  remoteSocket:
    exists: false
    path: /run/user/10010/podman/podman.sock
  rootlessNetworkCmd: slirp4netns
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: /mnt/nvm/selkie/.config/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: /mnt/docker/usr/bin/slirp4netns
    package: Unknown
    version: |-
      slirp4netns version 1.2.0
      commit: 656041d45cfca7a4176f6b7eed9e4fe6c11e8383
      libslirp: 4.7.0
      SLIRP_CONFIG_VERSION_MAX: 4
      libseccomp: 2.5.5
  swapFree: 0
  swapTotal: 0
  uptime: 0h 24m 52.00s
  variant: v7
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries:
  mik-git.mikronika.com.pl:
    Blocked: false
    Insecure: false
    Location: mik-git.mikronika.com.pl/piotrbz
    MirrorByDigestOnly: false
    Mirrors: null
    Prefix: mik-git.mikronika.com.pl
    PullFromMirror: ""
  search:
  - mik-git.mikronika.com.pl
  - docker.io
store:
  configFile: /mnt/nvm/selkie/.config/containers/storage.conf
  containerStore:
    number: 2
    paused: 0
    running: 2
    stopped: 0
  graphDriverName: overlay
  graphOptions:
    overlay.mount_program:
      Executable: /usr/bin/fuse-overlayfs
      Package: Unknown
      Version: |-
        fusermount3 version: 3.16.2
        fuse-overlayfs: version 1.11
        FUSE library version 3.16.2
        using FUSE kernel interface version 7.38
  graphRoot: /mnt/nvm/selkie/.local/share/containers/storage
  graphRootAllocated: 4311089152
  graphRootUsed: 256835584
  graphStatus:
    Backing Filesystem: extfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Supports shifting: "true"
    Supports volatile: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 6
  runRoot: /run/user/10010/containers
  transientStore: false
  volumePath: /mnt/nvm/selkie/.local/share/containers/storage/volumes
version:
  APIVersion: 5.2.5
  Built: 0
  BuiltTime: Thu Jan  1 01:00:00 1970
  GitCommit: ""
  GoVersion: go1.21.13
  Os: linux
  OsArch: linux/arm
  Version: 5.2.5
[23:06][selkie@buildroot][~/composetest] $ podman --log-level debug build .
INFO[0000] podman filtering at log level debug
DEBU[0000] Called build.PersistentPreRunE(podman --log-level debug build .)
DEBU[0000] Using conmon: "/mnt/docker/usr/bin/conmon"
INFO[0000] Using sqlite as database backend
DEBU[0000] systemd-logind: The name org.freedesktop.login1 was not provided by any .service files
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /mnt/nvm/selkie/.local/share/containers/storage
DEBU[0000] Using run root /run/user/10010/containers
DEBU[0000] Using static dir /mnt/nvm/selkie/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/10010/libpod/tmp
DEBU[0000] Using volume path /mnt/nvm/selkie/.local/share/containers/storage/volumes
DEBU[0000] Using transient store: false
DEBU[0000] Not configuring container store
DEBU[0000] Initializing event backend file
DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
DEBU[0000] Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument
DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
DEBU[0000] Using OCI runtime "/mnt/docker/usr/bin/crun"
INFO[0000] Setting parallel job count to 7
INFO[0000] podman filtering at log level debug
DEBU[0000] Called build.PersistentPreRunE(podman --log-level debug build .)
DEBU[0000] Using conmon: "/mnt/docker/usr/bin/conmon"
INFO[0000] Using sqlite as database backend
DEBU[0000] systemd-logind: The name org.freedesktop.login1 was not provided by any .service files
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /mnt/nvm/selkie/.local/share/containers/storage
DEBU[0000] Using run root /run/user/10010/containers
DEBU[0000] Using static dir /mnt/nvm/selkie/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/10010/libpod/tmp
DEBU[0000] Using volume path /mnt/nvm/selkie/.local/share/containers/storage/volumes
DEBU[0000] Using transient store: false
DEBU[0000] [graphdriver] trying provided driver "overlay"
DEBU[0000] overlay: mount_program=/usr/bin/fuse-overlayfs
DEBU[0000] backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false
DEBU[0000] Initializing event backend file
DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
DEBU[0000] Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument
DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
DEBU[0000] Using OCI runtime "/mnt/docker/usr/bin/crun"
INFO[0000] Setting parallel job count to 7
DEBU[0000] Normalized platform linux/arm to {arm linux  [] }
DEBU[0000] base for stage 0: "python:3.10-alpine" resolves to "python:3.10-alpine"
DEBU[0000] FROM "python:3.10-alpine"
STEP 1/10: FROM python:3.10-alpine
DEBU[0000] Pulling image python:3.10-alpine (policy: missing)
DEBU[0000] Looking up image "python:3.10-alpine" in local containers storage
DEBU[0000] Normalized platform linux/arm to {arm linux  [] }
DEBU[0000] Loading registries configuration "/mnt/nvm/selkie/.config/containers/registries.conf"
DEBU[0000] Trying "localhost/python:3.10-alpine" ...
DEBU[0000] reference "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]localhost/python:3.10-alpine" does not resolve to an image ID
DEBU[0000] Trying "mik-git.mikronika.com.pl/python:3.10-alpine" ...
DEBU[0000] reference "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]mik-git.mikronika.com.pl/python:3.10-alpine" does not resolve to an image ID
DEBU[0000] Trying "docker.io/library/python:3.10-alpine" ...
DEBU[0000] reference "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/python:3.10-alpine" does not resolve to an image ID
DEBU[0000] Trying "docker.io/library/python:3.10-alpine" ...
DEBU[0000] reference "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/python:3.10-alpine" does not resolve to an image ID
DEBU[0000] Trying "python:3.10-alpine" ...
✔ docker.io/library/python:3.10-alpine
DEBU[0002] Normalized platform linux/arm to {arm linux  [] }
DEBU[0002] Attempting to pull candidate docker.io/library/python:3.10-alpine for python:3.10-alpine
DEBU[0002] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/python:3.10-alpine"
Trying to pull docker.io/library/python:3.10-alpine...
DEBU[0002] Copying source image //python:3.10-alpine to destination image [overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/python:3.10-alpine
DEBU[0002] Using registries.d directory /etc/containers/registries.d
DEBU[0002] Trying to access "docker.io/library/python:3.10-alpine"
DEBU[0002] No credentials matching docker.io/library/python found in /run/user/10010/containers/auth.json
DEBU[0002] No credentials matching docker.io/library/python found in /mnt/nvm/selkie/.config/containers/auth.json
DEBU[0002] No credentials matching docker.io/library/python found in /mnt/nvm/selkie/.docker/config.json
DEBU[0002] No credentials matching docker.io/library/python found in /mnt/nvm/selkie/.dockercfg
DEBU[0002] No credentials for docker.io/library/python found
DEBU[0002]  No signature storage configuration found for docker.io/library/python:3.10-alpine, using built-in default file:///mnt/nvm/selkie/.local/share/containers/sigstore
DEBU[0002] Looking for TLS certificates and private keys in /etc/docker/certs.d/docker.io
DEBU[0002] GET https://registry-1.docker.io/v2/
DEBU[0003] Ping https://registry-1.docker.io/v2/ status 401
DEBU[0003] GET https://auth.docker.io/token?scope=repository%3Alibrary%2Fpython%3Apull&service=registry.docker.io
DEBU[0003] GET https://registry-1.docker.io/v2/library/python/manifests/3.10-alpine
DEBU[0004] Content-Type from manifest GET is "application/vnd.oci.image.index.v1+json"
DEBU[0004] Using SQLite blob info cache at /mnt/nvm/selkie/.local/share/containers/cache/blob-info-cache-v1.sqlite
DEBU[0004] Source is a manifest list; copying (only) instance sha256:0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79 for current system
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/manifests/sha256:0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79
DEBU[0004] Content-Type from manifest GET is "application/vnd.oci.image.manifest.v1+json"
DEBU[0004] IsRunningImageAllowed for image docker:docker.io/library/python:3.10-alpine
DEBU[0004]  Using default policy section
DEBU[0004]  Requirement 0: allowed
DEBU[0004] Overall: allowed
DEBU[0004] Downloading /v2/library/python/blobs/sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/blobs/sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d
Getting image source signatures
DEBU[0004] Reading /mnt/nvm/selkie/.local/share/containers/sigstore/library/python@sha256=0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79/signature-1
DEBU[0004] Not looking for sigstore attachments: disabled by configuration
DEBU[0004] Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]
DEBU[0004] ... will first try using the original manifest unmodified
DEBU[0004] Checking if we can reuse blob sha256:22b889d20a001124fcc224d868062e6f5b8580519af85cc0ed5fb0e6d3286a17: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar+gzip" = true
DEBU[0004] Checking if we can reuse blob sha256:da2748c71804914f58a58693c998a4885dd24623380daf301f4a1a88185cb4c8: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar+gzip" = true
DEBU[0004] Checking if we can reuse blob sha256:ec692f4a0553bcca926bfdffa99cb10118004a20e7a40ae07988d6ab64318a8e: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar+gzip" = true
DEBU[0004] Checking if we can reuse blob sha256:c6e2c56bce2296bf44a880b723787d630972fa94e01259767b0db6b4620d8457: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar+gzip" = true
DEBU[0004] Failed to retrieve partial blob: convert_images not configured
DEBU[0004] Failed to retrieve partial blob: convert_images not configured
DEBU[0004] Downloading /v2/library/python/blobs/sha256:da2748c71804914f58a58693c998a4885dd24623380daf301f4a1a88185cb4c8
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/blobs/sha256:da2748c71804914f58a58693c998a4885dd24623380daf301f4a1a88185cb4c8
DEBU[0004] Failed to retrieve partial blob: convert_images not configured
DEBU[0004] Downloading /v2/library/python/blobs/sha256:ec692f4a0553bcca926bfdffa99cb10118004a20e7a40ae07988d6ab64318a8e
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/blobs/sha256:ec692f4a0553bcca926bfdffa99cb10118004a20e7a40ae07988d6ab64318a8e
DEBU[0004] Downloading /v2/library/python/blobs/sha256:22b889d20a001124fcc224d868062e6f5b8580519af85cc0ed5fb0e6d3286a17
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/blobs/sha256:22b889d20a001124fcc224d868062e6f5b8580519af85cc0ed5fb0e6d3286a17
DEBU[0004] Failed to retrieve partial blob: convert_images not configured
DEBU[0004] Downloading /v2/library/python/blobs/sha256:c6e2c56bce2296bf44a880b723787d630972fa94e01259767b0db6b4620d8457
DEBU[0004] GET https://registry-1.docker.io/v2/library/python/blobs/sha256:c6e2c56bce2296bf44a880b723787d630972fa94e01259767b0db6b4620d8457
Copying blob da2748c71804 [-------------------------------------] 0.0b / 3.0MiB (skipped: 0.0b = 0.00%)
Copying blob ec692f4a0553 [------------------------------------] 0.0b / 14.1MiB (skipped: 0.0b = 0.00%)
Copying blob da2748c71804 [==>-----------------------------------] 271.3KiB / 3.0MiB | 1.4 MiB/s
Copying blob ec692f4a0553 [--------------------------------------] 0.0b / 14.1MiB | 0.0 b/s
Copying blob da2748c71804 [=====>--------------------------------] 447.3KiB / 3.0MiB | 1.4 MiB/s
Copying blob ec692f4a0553 [--------------------------------------] 88.0KiB / 14.1MiB | 1.0 MiB/s
Copying blob da2748c71804 [======>-------------------------------] 543.3KiB / 3.0MiB | 1.2 MiB/s
Copying blob ec692f4a0553 [--------------------------------------] 163.4KiB / 14.1MiB | 775.5 KiB/s
Copying blob da2748c71804 done   |
Copying blob ec692f4a0553 [=======>------------------------------] 2.9MiB / 14.1MiB | 1.9 MiB/s
Copying blob da2748c71804 done   |
Copying blob ec692f4a0553 [============>-------------------------] 4.9MiB / 14.1MiB | 1.9 MiB/s
Copying blob da2748c71804 done   |
Copying blob ec692f4a0553 done   |
Copying blob da2748c71804 done   |
Copying blob ec692f4a0553 done   |
Copying blob da2748c71804 done   |
Copying blob ec692f4a0553 done   |
Copying blob 22b889d20a00 done   |
Copying blob c6e2c56bce22 done   |
DEBU[0026] No compression detected
DEBU[0026] Compression change for blob sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d ("application/vnd.oci.image.config.v1+json") not supported
DEBU[0026] Using original blob without modification
Copying config ca7b4175a0 done   |
Writing manifest to image destination
DEBU[0026] setting image creation date to 2024-10-18 23:23:40 +0000 UTC
DEBU[0027] created new image ID "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" with metadata "{}"
DEBU[0027] added name "docker.io/library/python:3.10-alpine" to image "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] Pulled candidate docker.io/library/python:3.10-alpine successfully
DEBU[0027] Looking up image "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" in local containers storage
DEBU[0027] Trying "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" ...
DEBU[0027] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] Found image "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" as "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" in local containers storage
DEBU[0027] Found image "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" as "ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d)
DEBU[0027] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/M4O6A6R56THOO6HJGTOUHLTDHV:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/7HCYLFOGHGDGGLBHKHUJA3Y5CT:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/Z5LSM4DCDFUDDQK7U2SEUL4AAS:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/TJ3PCAL2SB7R4AENVTKNVBNM46,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/53bdc3990b4813edf57f74911e6929a6ef7be08c49532f48340ab60d94b8acd2/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/53bdc3990b4813edf57f74911e6929a6ef7be08c49532f48340ab60d94b8acd2/work,volatile
DEBU[0027] Container ID: 76881349c82019652838e82b647185d104f5f4467857a93e7bbd4b2dd61b39e3
DEBU[0027] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79] Command:workdir Args:[/code] Flags:[] Attrs:map[] Message:WORKDIR /code Heredocs:[] Original:WORKDIR /code}
STEP 2/10: WORKDIR /code
DEBU[0027] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] exporting opaque data as blob "sha256:ca7b4175a088713186650a79024ae4ec84bdc156c8851eed4ff0b91a7240d57d"
DEBU[0027] EnsureContainerPath "/code" (owner "", mode 0) in "76881349c82019652838e82b647185d104f5f4467857a93e7bbd4b2dd61b39e3"
DEBU[0027] COMMIT
DEBU[0027] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/66754c02d7f850b8a8eadd9168c977cb769a6fabe35fbe4d3cf3b404e4d78e34-tmp:latest"
DEBU[0027] committing image with reference "containers-storage:[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/66754c02d7f850b8a8eadd9168c977cb769a6fabe35fbe4d3cf3b404e4d78e34-tmp:latest" is allowed by policy
DEBU[0027] layer list: ["821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5" "9e705de05b421877c832b2c06eff4504d248dcdf9e9944366300fa32cf764616" "8b7291ddf11ef897e866a89f84cf1736fc0fa3c3f1c024029a7e6f6df30e6c2a" "322f6cefe0e31e99971b2e7f2049cd996bc241b6033e9711eb42bc7a03c47d75" "53bdc3990b4813edf57f74911e6929a6ef7be08c49532f48340ab60d94b8acd2"]
DEBU[0027] using "/var/tmp/buildah1158145841" to hold temporary data
DEBU[0027] OCIv1 config = {"created":"2024-11-12T22:06:46.144879613Z","architecture":"arm","os":"linux","variant":"v7","config":{"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79"],"Cmd":["python3"],"WorkingDir":"/code","Labels":{"io.buildah.version":"1.37.5"},"ArgsEscaped":true},"rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true}]}
DEBU[0027] OCIv1 manifest = {"schemaVersion":2,"mediaType":"application/vnd.oci.image.manifest.v1+json","config":{"mediaType":"application/vnd.oci.image.config.v1+json","digest":"sha256:15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589","size":5349},"layers":[{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","size":5390336},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","size":1666048},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","size":39203840},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507","size":5120}],"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v7","org.opencontainers.image.base.digest":"sha256:0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79","org.opencontainers.image.base.name":"docker.io/library/python:3.10-alpine","org.opencontainers.image.created":"2024-10-18T23:23:40Z","org.opencontainers.image.revision":"37a6827e0b7a9ef099cfdec5de305e3d4cea7331","org.opencontainers.image.source":"https://github.com/docker-library/python.git#37a6827e0b7a9ef099cfdec5de305e3d4cea7331:3.10/alpine3.20","org.opencontainers.image.url":"https://hub.docker.com/_/python","org.opencontainers.image.version":"3.10.15-alpine3.20"}}
DEBU[0027] Docker v2s2 config = {"created":"2024-11-12T22:06:46.144879613Z","container":"76881349c82019652838e82b647185d104f5f4467857a93e7bbd4b2dd61b39e3","container_config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"architecture":"arm","variant":"v7","os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true}]}
DEBU[0027] Docker v2s2 manifest = {"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.v2+json","config":{"mediaType":"application/vnd.docker.container.image.v1+json","size":6217,"digest":"sha256:fcf4ddb29d2af88f959f77345e4c7551e3aa886ea30b0c7dbed943a7d6ddbf5c"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5390336,"digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":1666048,"digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":39203840,"digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5120,"digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"}]}
DEBU[0027] Using SQLite blob info cache at /mnt/nvm/selkie/.local/share/containers/cache/blob-info-cache-v1.sqlite
DEBU[0027] IsRunningImageAllowed for image containers-storage:
DEBU[0027]  Using transport "containers-storage" policy section ""
DEBU[0027]  Requirement 0: allowed
DEBU[0027] Overall: allowed
DEBU[0027] start reading config
DEBU[0027] finished reading config
DEBU[0027] Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]
DEBU[0027] ... will first try using the original manifest unmodified
DEBU[0027] Checking if we can reuse blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0027] Skipping blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5 (already present):
DEBU[0027] Checking if we can reuse blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0027] Skipping blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e (already present):
DEBU[0027] Checking if we can reuse blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0027] Skipping blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d (already present):
DEBU[0027] Checking if we can reuse blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0027] Skipping blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507 (already present):
DEBU[0027] No compression detected
DEBU[0027] Compression change for blob sha256:15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589 ("application/vnd.oci.image.config.v1+json") not supported
DEBU[0027] Using original blob without modification
DEBU[0027] setting image creation date to 2024-11-12 22:06:46.144879613 +0000 UTC
DEBU[0027] created new image ID "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" with metadata "{}"
DEBU[0027] added name "docker.io/library/66754c02d7f850b8a8eadd9168c977cb769a6fabe35fbe4d3cf3b404e4d78e34-tmp:latest" to image "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589"
DEBU[0027] removing 66754c02d7f850b8a8eadd9168c977cb769a6fabe35fbe4d3cf3b404e4d78e34-tmp from assigned names to image "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589"
--> 15163d81be33
DEBU[0027] Pulling image 15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589 (policy: never)
DEBU[0027] Looking up image "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" in local containers storage
DEBU[0027] Trying "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" ...
DEBU[0027] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589"
DEBU[0027] Found image "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" as "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" in local containers storage
DEBU[0027] Found image "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" as "15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589)
DEBU[0027] exporting opaque data as blob "sha256:15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589"
DEBU[0027] exporting opaque data as blob "sha256:15163d81be33c8970c0e5c3685a649dcf223f036d2f2bb606793453ad2010589"
DEBU[0027] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/M4O6A6R56THOO6HJGTOUHLTDHV:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/7HCYLFOGHGDGGLBHKHUJA3Y5CT:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/Z5LSM4DCDFUDDQK7U2SEUL4AAS:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/TJ3PCAL2SB7R4AENVTKNVBNM46,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/24e416b87f63cfd639134ae480638d33e9df02b228e1a58e79e095afdbc1af77/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/24e416b87f63cfd639134ae480638d33e9df02b228e1a58e79e095afdbc1af77/work,volatile
DEBU[0027] Container ID: 79327e0d7fc42b1b1f81d588ab4e1c941795190a8d5b3c8226b08e00268819f4
DEBU[0027] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79] Command:env Args:[FLASK_APP app.py] Flags:[] Attrs:map[] Message:ENV FLASK_APP app.py Heredocs:[] Original:ENV FLASK_APP=app.py}
STEP 3/10: ENV FLASK_APP=app.py
DEBU[0027] EnsureContainerPath "/code" (owner "", mode 0) in "79327e0d7fc42b1b1f81d588ab4e1c941795190a8d5b3c8226b08e00268819f4"
DEBU[0028] COMMIT
DEBU[0028] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/a5e76b34fc21d2e0110425f113fd73375df8c921ebe31892b58f0e9310064a69-tmp:latest"
DEBU[0028] committing image with reference "containers-storage:[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/a5e76b34fc21d2e0110425f113fd73375df8c921ebe31892b58f0e9310064a69-tmp:latest" is allowed by policy
DEBU[0028] layer list: ["821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5" "9e705de05b421877c832b2c06eff4504d248dcdf9e9944366300fa32cf764616" "8b7291ddf11ef897e866a89f84cf1736fc0fa3c3f1c024029a7e6f6df30e6c2a" "322f6cefe0e31e99971b2e7f2049cd996bc241b6033e9711eb42bc7a03c47d75" "24e416b87f63cfd639134ae480638d33e9df02b228e1a58e79e095afdbc1af77"]
DEBU[0028] using "/var/tmp/buildah1423088626" to hold temporary data
DEBU[0028] OCIv1 config = {"created":"2024-11-12T22:06:46.777636985Z","architecture":"arm","os":"linux","variant":"v7","config":{"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py"],"Cmd":["python3"],"WorkingDir":"/code","Labels":{"io.buildah.version":"1.37.5"},"ArgsEscaped":true},"rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true},{"created":"2024-11-12T22:06:46.782757179Z","created_by":"/bin/sh -c #(nop) ENV FLASK_APP=app.py","comment":"FROM 15163d81be33","empty_layer":true}]}
DEBU[0028] OCIv1 manifest = {"schemaVersion":2,"mediaType":"application/vnd.oci.image.manifest.v1+json","config":{"mediaType":"application/vnd.oci.image.config.v1+json","digest":"sha256:29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a","size":5516},"layers":[{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","size":5390336},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","size":1666048},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","size":39203840},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507","size":5120}],"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v7","org.opencontainers.image.base.digest":"sha256:0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79","org.opencontainers.image.base.name":"docker.io/library/python:3.10-alpine","org.opencontainers.image.created":"2024-10-18T23:23:40Z","org.opencontainers.image.revision":"37a6827e0b7a9ef099cfdec5de305e3d4cea7331","org.opencontainers.image.source":"https://github.com/docker-library/python.git#37a6827e0b7a9ef099cfdec5de305e3d4cea7331:3.10/alpine3.20","org.opencontainers.image.url":"https://hub.docker.com/_/python","org.opencontainers.image.version":"3.10.15-alpine3.20"}}
DEBU[0028] Docker v2s2 config = {"created":"2024-11-12T22:06:46.777636985Z","container":"79327e0d7fc42b1b1f81d588ab4e1c941795190a8d5b3c8226b08e00268819f4","container_config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"architecture":"arm","variant":"v7","os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true},{"created":"2024-11-12T22:06:46.782757179Z","created_by":"/bin/sh -c #(nop) ENV FLASK_APP=app.py","comment":"FROM 15163d81be33","empty_layer":true}]}
DEBU[0028] Docker v2s2 manifest = {"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.v2+json","config":{"mediaType":"application/vnd.docker.container.image.v1+json","size":6403,"digest":"sha256:8e4f604bea086d0d550a4ea655ecbd99ce5c86bf5c673cb833cebaa42a3ff07f"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5390336,"digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":1666048,"digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":39203840,"digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5120,"digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"}]}
DEBU[0028] Using SQLite blob info cache at /mnt/nvm/selkie/.local/share/containers/cache/blob-info-cache-v1.sqlite
DEBU[0028] IsRunningImageAllowed for image containers-storage:
DEBU[0028]  Using transport "containers-storage" policy section ""
DEBU[0028]  Requirement 0: allowed
DEBU[0028] Overall: allowed
DEBU[0028] start reading config
DEBU[0028] finished reading config
DEBU[0028] Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]
DEBU[0028] ... will first try using the original manifest unmodified
DEBU[0028] Checking if we can reuse blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5 (already present):
DEBU[0028] Checking if we can reuse blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e (already present):
DEBU[0028] Checking if we can reuse blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d (already present):
DEBU[0028] Checking if we can reuse blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507 (already present):
DEBU[0028] No compression detected
DEBU[0028] Compression change for blob sha256:29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a ("application/vnd.oci.image.config.v1+json") not supported
DEBU[0028] Using original blob without modification
DEBU[0028] setting image creation date to 2024-11-12 22:06:46.777636985 +0000 UTC
DEBU[0028] created new image ID "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" with metadata "{}"
DEBU[0028] added name "docker.io/library/a5e76b34fc21d2e0110425f113fd73375df8c921ebe31892b58f0e9310064a69-tmp:latest" to image "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a"
DEBU[0028] removing a5e76b34fc21d2e0110425f113fd73375df8c921ebe31892b58f0e9310064a69-tmp from assigned names to image "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a"
--> 29ad8bcc5d46
DEBU[0028] Pulling image 29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a (policy: never)
DEBU[0028] Looking up image "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" in local containers storage
DEBU[0028] Trying "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" ...
DEBU[0028] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a"
DEBU[0028] Found image "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" as "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" in local containers storage
DEBU[0028] Found image "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" as "29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a)
DEBU[0028] exporting opaque data as blob "sha256:29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a"
DEBU[0028] exporting opaque data as blob "sha256:29ad8bcc5d46d740e1fb2ee7ac0ca63fb9c78a41af6727056a84af517001906a"
DEBU[0028] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/M4O6A6R56THOO6HJGTOUHLTDHV:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/7HCYLFOGHGDGGLBHKHUJA3Y5CT:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/Z5LSM4DCDFUDDQK7U2SEUL4AAS:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/TJ3PCAL2SB7R4AENVTKNVBNM46,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/12239338487c00be734581973054577ed007e4c27228349ffe724d3611547a1b/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/12239338487c00be734581973054577ed007e4c27228349ffe724d3611547a1b/work,volatile
DEBU[0028] Container ID: aea1b98abe521ab051c8e0951d6c246d8496e2ee9e436f86e03f33b97b769052
DEBU[0028] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py] Command:env Args:[FLASK_RUN_HOST 0.0.0.0] Flags:[] Attrs:map[] Message:ENV FLASK_RUN_HOST 0.0.0.0 Heredocs:[] Original:ENV FLASK_RUN_HOST=0.0.0.0}
STEP 4/10: ENV FLASK_RUN_HOST=0.0.0.0
DEBU[0028] EnsureContainerPath "/code" (owner "", mode 0) in "aea1b98abe521ab051c8e0951d6c246d8496e2ee9e436f86e03f33b97b769052"
DEBU[0028] COMMIT
DEBU[0028] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/6b9f07090dbd6799dffe3464bae1c283794a58483f73f3d983fdfd9cd0bc3324-tmp:latest"
DEBU[0028] committing image with reference "containers-storage:[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]docker.io/library/6b9f07090dbd6799dffe3464bae1c283794a58483f73f3d983fdfd9cd0bc3324-tmp:latest" is allowed by policy
DEBU[0028] layer list: ["821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5" "9e705de05b421877c832b2c06eff4504d248dcdf9e9944366300fa32cf764616" "8b7291ddf11ef897e866a89f84cf1736fc0fa3c3f1c024029a7e6f6df30e6c2a" "322f6cefe0e31e99971b2e7f2049cd996bc241b6033e9711eb42bc7a03c47d75" "12239338487c00be734581973054577ed007e4c27228349ffe724d3611547a1b"]
DEBU[0028] using "/var/tmp/buildah3540364693" to hold temporary data
DEBU[0028] OCIv1 config = {"created":"2024-11-12T22:06:47.363794268Z","architecture":"arm","os":"linux","variant":"v7","config":{"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py","FLASK_RUN_HOST=0.0.0.0"],"Cmd":["python3"],"WorkingDir":"/code","Labels":{"io.buildah.version":"1.37.5"},"ArgsEscaped":true},"rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true},{"created":"2024-11-12T22:06:46.782757179Z","created_by":"/bin/sh -c #(nop) ENV FLASK_APP=app.py","comment":"FROM 15163d81be33","empty_layer":true},{"created":"2024-11-12T22:06:47.369117162Z","created_by":"/bin/sh -c #(nop) ENV FLASK_RUN_HOST=0.0.0.0","comment":"FROM 29ad8bcc5d46","empty_layer":true}]}
DEBU[0028] OCIv1 manifest = {"schemaVersion":2,"mediaType":"application/vnd.oci.image.manifest.v1+json","config":{"mediaType":"application/vnd.oci.image.config.v1+json","digest":"sha256:40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd","size":5695},"layers":[{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","size":5390336},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","size":1666048},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","size":39203840},{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507","size":5120}],"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v7","org.opencontainers.image.base.digest":"sha256:0ce828aa73ea486f61b97df335ead27f6139232eaeef08b8876145c34a3ccf79","org.opencontainers.image.base.name":"docker.io/library/python:3.10-alpine","org.opencontainers.image.created":"2024-10-18T23:23:40Z","org.opencontainers.image.revision":"37a6827e0b7a9ef099cfdec5de305e3d4cea7331","org.opencontainers.image.source":"https://github.com/docker-library/python.git#37a6827e0b7a9ef099cfdec5de305e3d4cea7331:3.10/alpine3.20","org.opencontainers.image.url":"https://hub.docker.com/_/python","org.opencontainers.image.version":"3.10.15-alpine3.20"}}
DEBU[0028] Docker v2s2 config = {"created":"2024-11-12T22:06:47.363794268Z","container":"aea1b98abe521ab051c8e0951d6c246d8496e2ee9e436f86e03f33b97b769052","container_config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py","FLASK_RUN_HOST=0.0.0.0"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py","FLASK_RUN_HOST=0.0.0.0"],"Cmd":["python3"],"ArgsEscaped":true,"Image":"","Volumes":{},"WorkingDir":"/code","Entrypoint":[],"OnBuild":[],"Labels":{"io.buildah.version":"1.37.5"}},"architecture":"arm","variant":"v7","os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5","sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e","sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d","sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"]},"history":[{"created":"2024-09-06T22:08:00.803469637Z","created_by":"/bin/sh -c #(nop) ADD file:8096a7e97160f837a432988b8138ffab07ff212be781f530c8baa2067265d071 in / "},{"created":"2024-09-06T22:08:01.379540294Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_VERSION=3.10.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \techo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\texport PYTHONDONTWRITEBYTECODE=1; \tpython3 --version; \t\tpip3 install \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t'setuptools==65.5.1' \t\twheel \t; \tpip3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pip3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-18T23:23:40Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-12T22:06:46.150235072Z","created_by":"/bin/sh -c #(nop) WORKDIR /code","comment":"FROM docker.io/library/python:3.10-alpine","empty_layer":true},{"created":"2024-11-12T22:06:46.782757179Z","created_by":"/bin/sh -c #(nop) ENV FLASK_APP=app.py","comment":"FROM 15163d81be33","empty_layer":true},{"created":"2024-11-12T22:06:47.369117162Z","created_by":"/bin/sh -c #(nop) ENV FLASK_RUN_HOST=0.0.0.0","comment":"FROM 29ad8bcc5d46","empty_layer":true}]}
DEBU[0028] Docker v2s2 manifest = {"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.v2+json","config":{"mediaType":"application/vnd.docker.container.image.v1+json","size":6607,"digest":"sha256:613a7ab1d1a85e1eca57ee435495fe8e0e6142c1cb2725d2795227f201c8fca9"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5390336,"digest":"sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":1666048,"digest":"sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":39203840,"digest":"sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar","size":5120,"digest":"sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507"}]}
DEBU[0028] Using SQLite blob info cache at /mnt/nvm/selkie/.local/share/containers/cache/blob-info-cache-v1.sqlite
DEBU[0028] IsRunningImageAllowed for image containers-storage:
DEBU[0028]  Using transport "containers-storage" policy section ""
DEBU[0028]  Requirement 0: allowed
DEBU[0028] Overall: allowed
DEBU[0028] start reading config
DEBU[0028] finished reading config
DEBU[0028] Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]
DEBU[0028] ... will first try using the original manifest unmodified
DEBU[0028] Checking if we can reuse blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:821917525934fb9a880f4a2ddf33d490d70595a04d40e20aa3cdef812f4350b5 (already present):
DEBU[0028] Checking if we can reuse blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:838a8183752f0b9d056b0589d3f69a4f327044dfa0e8ddc99b994b308a19974e (already present):
DEBU[0028] Checking if we can reuse blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:1ac9b03f11b27e1812e66df733942cf00ee55815766fb2e31d35d6831b0bbf8d (already present):
DEBU[0028] Checking if we can reuse blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar" = true
DEBU[0028] Skipping blob sha256:59503e2c1e8cee0a59680c5baf0257f7483fb4274e1d5c353f5f8b7c64b50507 (already present):
DEBU[0028] No compression detected
DEBU[0028] Compression change for blob sha256:40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd ("application/vnd.oci.image.config.v1+json") not supported
DEBU[0028] Using original blob without modification
DEBU[0028] setting image creation date to 2024-11-12 22:06:47.363794268 +0000 UTC
DEBU[0028] created new image ID "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" with metadata "{}"
DEBU[0028] added name "docker.io/library/6b9f07090dbd6799dffe3464bae1c283794a58483f73f3d983fdfd9cd0bc3324-tmp:latest" to image "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd"
DEBU[0028] removing 6b9f07090dbd6799dffe3464bae1c283794a58483f73f3d983fdfd9cd0bc3324-tmp from assigned names to image "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd"
--> 40240e35e889
DEBU[0028] Pulling image 40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd (policy: never)
DEBU[0028] Looking up image "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" in local containers storage
DEBU[0028] Trying "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" ...
DEBU[0028] parsed reference into "[overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd"
DEBU[0028] Found image "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" as "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" in local containers storage
DEBU[0028] Found image "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" as "40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd" in local containers storage ([overlay@/mnt/nvm/selkie/.local/share/containers/storage+/run/user/10010/containers:overlay.mount_program=/usr/bin/fuse-overlayfs]@40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd)
DEBU[0028] exporting opaque data as blob "sha256:40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd"
DEBU[0028] exporting opaque data as blob "sha256:40240e35e889e8adfb54cc488be64ddd3c149510fd328c66d3958315ec110dcd"
DEBU[0029] overlay: mount_data=lowerdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/M4O6A6R56THOO6HJGTOUHLTDHV:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/7HCYLFOGHGDGGLBHKHUJA3Y5CT:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/Z5LSM4DCDFUDDQK7U2SEUL4AAS:/mnt/nvm/selkie/.local/share/containers/storage/overlay/l/TJ3PCAL2SB7R4AENVTKNVBNM46,upperdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/0bdfbfc85fd32e4f6f6b7115fd19895e15ea30d76f9507510dc92e89ab446c7c/diff,workdir=/mnt/nvm/selkie/.local/share/containers/storage/overlay/0bdfbfc85fd32e4f6f6b7115fd19895e15ea30d76f9507510dc92e89ab446c7c/work,volatile
DEBU[0029] Container ID: ba480e1529840141c659d7fcbdb780a2a25dfe575e75ce9f88c63a179e20e7ba
DEBU[0029] Parsed Step: {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py FLASK_RUN_HOST=0.0.0.0] Command:run Args:[apk add --no-cache gcc musl-dev linux-headers] Flags:[] Attrs:map[] Message:RUN apk add --no-cache gcc musl-dev linux-headers Heredocs:[] Original:RUN apk add --no-cache gcc musl-dev linux-headers}
STEP 5/10: RUN apk add --no-cache gcc musl-dev linux-headers
DEBU[0029] EnsureContainerPath "/code" (owner "", mode 0) in "ba480e1529840141c659d7fcbdb780a2a25dfe575e75ce9f88c63a179e20e7ba"
DEBU[0029] RUN imagebuilder.Run{Shell:true, Args:[]string{"apk add --no-cache gcc musl-dev linux-headers"}, Mounts:[]string(nil), Network:"", Files:[]imagebuilder.File(nil)}, docker.Config{Hostname:"", Domainname:"", User:"", Memory:0, MemorySwap:0, MemoryReservation:0, KernelMemory:0, CPUShares:0, CPUSet:"", PortSpecs:[]string(nil), ExposedPorts:map[docker.Port]struct {}{}, PublishService:"", StopSignal:"", StopTimeout:0, Env:[]string{"PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D", "PYTHON_VERSION=3.10.15", "PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79", "FLASK_APP=app.py", "FLASK_RUN_HOST=0.0.0.0"}, Cmd:[]string{"python3"}, Shell:[]string(nil), Healthcheck:(*docker.HealthConfig)(nil), DNS:[]string(nil), Image:"", Volumes:map[string]struct {}{}, VolumeDriver:"", WorkingDir:"/code", MacAddress:"", Entrypoint:[]string{}, SecurityOpts:[]string(nil), OnBuild:[]string{}, Mounts:[]docker.Mount(nil), Labels:map[string]string(nil), AttachStdin:false, AttachStdout:false, AttachStderr:false, ArgsEscaped:false, Tty:false, OpenStdin:false, StdinOnce:false, NetworkDisabled:false, VolumesFrom:""}
DEBU[0029] using "/tmp/buildah948138548" to hold bundle data
DEBU[0029] Resources: &define.CommonBuildOptions{AddHost:[]string{}, OmitHistory:false, CgroupParent:"", CPUPeriod:0x0, CPUQuota:0, CPUShares:0x0, CPUSetCPUs:"", CPUSetMems:"", HTTPProxy:true, IdentityLabel:0x1, Memory:0, DNSSearch:[]string{}, DNSServers:[]string{}, DNSOptions:[]string{}, LabelOpts:[]string(nil), MemorySwap:0, NoHostname:false, NoHosts:false, NoNewPrivileges:false, OmitTimestamp:false, SeccompProfilePath:"", ApparmorProfile:"", ShmSize:"65536k", Ulimit:[]string{}, Volumes:[]string{}, Secrets:[]string{}, SSHSources:[]string{}, OCIHooksDir:[]string{}}
DEBU[0030] /etc/system-fips does not exist on host, not mounting FIPS mode subscription
DEBU[0000] bind mounted "/mnt/nvm/selkie/.local/share/containers/storage/overlay/0bdfbfc85fd32e4f6f6b7115fd19895e15ea30d76f9507510dc92e89ab446c7c/merged" to "/tmp/buildah948138548/mnt/rootfs"
DEBU[0000] config = {"ociVersion":"1.2.0","process":{"user":{"uid":0,"gid":0,"additionalGids":[0,1,2,3,4,6,10,11,20,26,27]},"args":["/bin/sh","-c","apk add --no-cache gcc musl-dev linux-headers"],"env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.15","PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79","FLASK_APP=app.py","FLASK_RUN_HOST=0.0.0.0","HOSTNAME=ba480e152984"],"cwd":"/code","capabilities":{"bounding":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"effective":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"permitted":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"],"ambient":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FOWNER","CAP_FSETID","CAP_KILL","CAP_NET_BIND_SERVICE","CAP_SETFCAP","CAP_SETGID","CAP_SETPCAP","CAP_SETUID","CAP_SYS_CHROOT"]},"rlimits":[{"type":"RLIMIT_NOFILE","hard":4096,"soft":4096},{"type":"RLIMIT_NPROC","hard":2963,"soft":2963}]},"root":{"path":"/tmp/buildah948138548/mnt/rootfs"},"hostname":"ba480e152984","mounts":[{"destination":"/dev","type":"tmpfs","source":"tmpfs","options":["nosuid","strictatime","mode=755","size=65536k"]},{"destination":"/proc","type":"proc","source":"proc","options":["nosuid","noexec","nodev"]},{"destination":"/sys","type":"bind","source":"/sys","options":["rprivate","nosuid","noexec","nodev","ro","rbind"]},{"destination":"/dev/mqueue","type":"mqueue","source":"mqueue","options":["nosuid","noexec","nodev"]},{"destination":"/dev/pts","type":"devpts","source":"devpts","options":["nosuid","noexec","newinstance","ptmxmode=0666","mode=0620","gid=5"]},{"destination":"/dev/shm","type":"tmpfs","source":"shm","options":["private","nodev","noexec","nosuid","mode=1777","size=65536k"]},{"destination":"/etc/hostname","type":"bind","source":"/tmp/buildah948138548/hostname","options":["rbind"]},{"destination":"/etc/hosts","type":"bind","source":"/tmp/buildah948138548/hosts","options":["rbind"]},{"destination":"/etc/resolv.conf","type":"bind","source":"/tmp/buildah948138548/resolv.conf","options":["rbind"]},{"destination":"/run/.containerenv","type":"bind","source":"/tmp/buildah948138548/run/.containerenv","options":["rbind"]}],"linux":{"resources":{"devices":[{"allow":false,"access":"rwm"}]},"namespaces":[{"type":"pid"},{"type":"ipc"},{"type":"uts"},{"type":"mount"},{"type":"cgroup"}],"seccomp":{"defaultAction":"SCMP_ACT_ERRNO","defaultErrnoRet":38,"syscalls":[{"names":["bdflush","cachestat","futex_requeue","futex_wait","futex_waitv","futex_wake","io_pgetevents","io_pgetevents_time64","kexec_file_load","kexec_load","map_shadow_stack","migrate_pages","move_pages","nfsservctl","nice","oldfstat","oldlstat","oldolduname","oldstat","olduname","pciconfig_iobase","pciconfig_read","pciconfig_write","sgetmask","ssetmask","swapoff","swapon","syscall","sysfs","uselib","userfaultfd","ustat","vm86","vm86old","vmsplice"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["_llseek","_newselect","accept","accept4","access","adjtimex","alarm","bind","brk","capget","capset","chdir","chmod","chown","chown32","clock_adjtime","clock_adjtime64","clock_getres","clock_getres_time64","clock_gettime","clock_gettime64","clock_nanosleep","clock_nanosleep_time64","clone","clone3","close","close_range","connect","copy_file_range","creat","dup","dup2","dup3","epoll_create","epoll_create1","epoll_ctl","epoll_ctl_old","epoll_pwait","epoll_pwait2","epoll_wait","epoll_wait_old","eventfd","eventfd2","execve","execveat","exit","exit_group","faccessat","faccessat2","fadvise64","fadvise64_64","fallocate","fanotify_mark","fchdir","fchmod","fchmodat","fchmodat2","fchown","fchown32","fchownat","fcntl","fcntl64","fdatasync","fgetxattr","flistxattr","flock","fork","fremovexattr","fsconfig","fsetxattr","fsmount","fsopen","fspick","fstat","fstat64","fstatat64","fstatfs","fstatfs64","fsync","ftruncate","ftruncate64","futex","futex_time64","futimesat","get_mempolicy","get_robust_list","get_thread_area","getcpu","getcwd","getdents","getdents64","getegid","getegid32","geteuid","geteuid32","getgid","getgid32","getgroups","getgroups32","getitimer","getpeername","getpgid","getpgrp","getpid","getppid","getpriority","getrandom","getresgid","getresgid32","getresuid","getresuid32","getrlimit","getrusage","getsid","getsockname","getsockopt","gettid","gettimeofday","getuid","getuid32","getxattr","inotify_add_watch","inotify_init","inotify_init1","inotify_rm_watch","io_cancel","io_destroy","io_getevents","io_setup","io_submit","ioctl","ioprio_get","ioprio_set","ipc","keyctl","kill","landlock_add_rule","landlock_create_ruleset","landlock_restrict_self","lchown","lchown32","lgetxattr","link","linkat","listen","listxattr","llistxattr","lremovexattr","lseek","lsetxattr","lstat","lstat64","madvise","mbind","membarrier","memfd_create","memfd_secret","mincore","mkdir","mkdirat","mknod","mknodat","mlock","mlock2","mlockall","mmap","mmap2","mount","mount_setattr","move_mount","mprotect","mq_getsetattr","mq_notify","mq_open","mq_timedreceive","mq_timedreceive_time64","mq_timedsend","mq_timedsend_time64","mq_unlink","mremap","msgctl","msgget","msgrcv","msgsnd","msync","munlock","munlockall","munmap","name_to_handle_at","nanosleep","newfstatat","open","open_tree","openat","openat2","pause","pidfd_getfd","pidfd_open","pidfd_send_signal","pipe","pipe2","pivot_root","pkey_alloc","pkey_free","pkey_mprotect","poll","ppoll","ppoll_time64","prctl","pread64","preadv","preadv2","prlimit64","process_mrelease","process_vm_readv","process_vm_writev","pselect6","pselect6_time64","ptrace","pwrite64","pwritev","pwritev2","read","readahead","readlink","readlinkat","readv","reboot","recv","recvfrom","recvmmsg","recvmmsg_time64","recvmsg","remap_file_pages","removexattr","rename","renameat","renameat2","restart_syscall","rmdir","rseq","rt_sigaction","rt_sigpending","rt_sigprocmask","rt_sigqueueinfo","rt_sigreturn","rt_sigsuspend","rt_sigtimedwait","rt_sigtimedwait_time64","rt_tgsigqueueinfo","sched_get_priority_max","sched_get_priority_min","sched_getaffinity","sched_getattr","sched_getparam","sched_getscheduler","sched_rr_get_interval","sched_rr_get_interval_time64","sched_setaffinity","sched_setattr","sched_setparam","sched_setscheduler","sched_yield","seccomp","select","semctl","semget","semop","semtimedop","semtimedop_time64","send","sendfile","sendfile64","sendmmsg","sendmsg","sendto","set_mempolicy","set_robust_list","set_thread_area","set_tid_address","setfsgid","setfsgid32","setfsuid","setfsuid32","setgid","setgid32","setgroups","setgroups32","setitimer","setns","setpgid","setpriority","setregid","setregid32","setresgid","setresgid32","setresuid","setresuid32","setreuid","setreuid32","setrlimit","setsid","setsockopt","setuid","setuid32","setxattr","shmat","shmctl","shmdt","shmget","shutdown","sigaltstack","signal","signalfd","signalfd4","sigprocmask","sigreturn","socketcall","socketpair","splice","stat","stat64","statfs","statfs64","statx","symlink","symlinkat","sync","sync_file_range","syncfs","sysinfo","syslog","tee","tgkill","time","timer_create","timer_delete","timer_getoverrun","timer_gettime","timer_gettime64","timer_settime","timer_settime64","timerfd_create","timerfd_gettime","timerfd_gettime64","timerfd_settime","timerfd_settime64","times","tkill","truncate","truncate64","ugetrlimit","umask","umount","umount2","uname","unlink","unlinkat","unshare","utime","utimensat","utimensat_time64","utimes","vfork","wait4","waitid","waitpid","write","writev"],"action":"SCMP_ACT_ALLOW"},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":0,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":8,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131072,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131080,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":4294967295,"op":"SCMP_CMP_EQ"}]},{"names":["arm_fadvise64_64","arm_sync_file_range","breakpoint","cacheflush","set_tls","sync_file_range2"],"action":"SCMP_ACT_ALLOW"},{"names":["open_by_handle_at"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["fanotify_init","lookup_dcookie","perf_event_open","quotactl","quotactl_fd","setdomainname","sethostname","setns"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["chroot"],"action":"SCMP_ACT_ALLOW"},{"names":["delete_module","finit_module","init_module","query_module"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["acct"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["kcmp","process_madvise"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["ioperm","iopl"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["clock_settime","clock_settime64","settimeofday","stime"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["vhangup"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["socket"],"action":"SCMP_ACT_ERRNO","errnoRet":22,"args":[{"index":0,"value":16,"op":"SCMP_CMP_EQ"},{"index":2,"value":9,"op":"SCMP_CMP_EQ"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":2,"value":9,"op":"SCMP_CMP_NE"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":16,"op":"SCMP_CMP_NE"}]},{"names":["socket"],"action":"SCMP_ACT_ALLOW","args":[{"index":2,"value":9,"op":"SCMP_CMP_NE"}]},{"names":["bpf"],"action":"SCMP_ACT_ERRNO","errnoRet":1},{"names":["perf_event_open"],"action":"SCMP_ACT_ERRNO","errnoRet":1}]},"maskedPaths":["/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/sched_debug","/proc/scsi","/proc/timer_list","/proc/timer_stats","/sys/dev/block","/sys/devices/virtual/powercap","/sys/firmware","/sys/fs/selinux"],"readonlyPaths":["/proc/asound","/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]}}
DEBU[0000] Running ["/mnt/docker/usr/bin/crun" "create" "--bundle" "/tmp/buildah948138548" "--pid-file" "/tmp/buildah948138548/pid" "--no-new-keyring" "buildah-buildah948138548"]
DEBU[0000] "/tmp/buildah948138548/mnt/rootfs" is apparently not really mounted, skipping
DEBU[0000] "/tmp/buildah948138548/mnt" is apparently not really mounted, skipping
error running container: from /mnt/docker/usr/bin/crun creating container for [/bin/sh -c apk add --no-cache gcc musl-dev linux-headers]: pivot_root: Invalid argument
: exit status 1
DEBU[0031] Error building at step {Env:[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.15 PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 FLASK_APP=app.py FLASK_RUN_HOST=0.0.0.0] Command:run Args:[apk add --no-cache gcc musl-dev linux-headers] Flags:[] Attrs:map[] Message:RUN apk add --no-cache gcc musl-dev linux-headers Heredocs:[] Original:RUN apk add --no-cache gcc musl-dev linux-headers}: while running runtime: exit status 1
Error: building at STEP "RUN apk add --no-cache gcc musl-dev linux-headers": while running runtime: exit status 1
INFO[0031] Received shutdown.Stop(), terminating!        PID=7355
DEBU[0031] Shutting down engines

@giuseppe
Copy link
Member

podman honors it for running containers, but evidently we don't pass it down to buildah

@giuseppe
Copy link
Member

opened a PR for buildah: containers/buildah#5838

after that, we just need:

diff --git a/cmd/podman/common/build.go b/cmd/podman/common/build.go
index 2f4668349..40bf19368 100644
--- a/cmd/podman/common/build.go
+++ b/cmd/podman/common/build.go
@@ -555,6 +555,7 @@ func buildFlagsWrapperToOptions(c *cobra.Command, contextDir string, flags *Buil
                MaxPullPushRetries:      flags.Retry,
                NamespaceOptions:        nsValues,
                NoCache:                 flags.NoCache,
+               NoPivotRoot:             podmanConfig.ContainersConfDefaultsRO.Engine.NoPivotRoot,
                OSFeatures:              flags.OSFeatures,
                OSVersion:               flags.OSVersion,
                OciDecryptConfig:        decConfig,

@Luap99
Copy link
Member

Luap99 commented Nov 13, 2024

@giuseppe The podman patch does not look right to me. This needs to moved to somewhere into the backend as we cannot (well should not) send the option via the remote client. The containers.conf default must come from the server.
Adding this into libpod (r *Runtime) Build would be better IMO as this then also covers all build paths properly.

@giuseppe
Copy link
Member

you are right, I've tested the following and works:

diff --git a/libpod/runtime_img.go b/libpod/runtime_img.go
index 585e1f021..bac8ec31f 100644
--- a/libpod/runtime_img.go
+++ b/libpod/runtime_img.go
@@ -120,6 +120,8 @@ func (r *Runtime) Build(ctx context.Context, options buildahDefine.BuildOptions,
        if options.Runtime == "" {
                options.Runtime = r.GetOCIRuntimePath()
        }
+       options.NoPivotRoot = r.config.Engine.NoPivotRoot
+
        // share the network interface between podman and buildah
        options.NetworkInterface = r.network
        id, ref, err := imagebuildah.BuildDockerfiles(ctx, r.store, options, dockerfiles...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants