Skip to content
New issue

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

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

Already on GitHub? # to your account

[CI] libc-bin segfaults on arm64 (script subprocess returned error exit status 139) #26

Open
shink opened this issue Feb 13, 2025 · 1 comment · Fixed by #27
Open

[CI] libc-bin segfaults on arm64 (script subprocess returned error exit status 139) #26

shink opened this issue Feb 13, 2025 · 1 comment · Fixed by #27
Assignees

Comments

@shink
Copy link
Collaborator

shink commented Feb 13, 2025

See this run: https://github.com/openmerlin/dockerfile/actions/runs/13299068132

#17 [linux/amd64 py-installer 5/5] RUN bash /tmp/python.sh --install
#17 CANCELED
------
 > [linux/arm64 official 2/4] RUN apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y         apt-transport-https         ca-certificates         bash         libc6         libsqlite3-dev     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && rm -rf /var/tmp/*     && rm -rf /tmp/*:
132.0 Segmentation fault (core dumped)
132.0 dpkg: error processing package libc-bin (--configure):
132.0  installed libc-bin package post-installation script subprocess returned error exit status 139
132.0 Processing triggers for ca-certificates (20240203~22.04.1) ...

159.3 0 added, 0 removed; done.
159.3 Running hooks in /etc/ca-certificates/update.d...
159.4 done.
159.5 Errors were encountered while processing:
Sub-process /usr/bin/dpkg returned an error code (1)
------
WARNING: No output specified for python-3_10-ubuntu22_04 target(s) with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
ubuntu.Dockerfile:49
--------------------
  48 |     # Install dependencies
  49 | >>> RUN apt-get update \
  50 | >>>     && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
  51 | >>>         apt-transport-https \
  52 | >>>         ca-certificates \
  53 | >>>         bash \
  54 | >>>         libc6 \
  55 | >>>         libsqlite3-dev \
  56 | >>>     && apt-get clean \
  57 | >>>     && rm -rf /var/lib/apt/lists/* \
  58 | >>>     && rm -rf /var/tmp/* \
  59 | >>>     && rm -rf /tmp/*
  60 |     
--------------------
ERROR: failed to solve: process "/bin/bash -c apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y         apt-transport-https         ca-certificates         bash         libc6         libsqlite3-dev     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && rm -rf /var/tmp/*     && rm -rf /tmp/*" did not complete successfully: exit code: 100
Build references
Check build summary support
Error: buildx bake failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y         apt-transport-https         ca-certificates         bash         libc6         libsqlite3-dev     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && rm -rf /var/tmp/*     && rm -rf /tmp/*" did not complete successfully: exit code: 100

Related issue:

@shink
Copy link
Collaborator Author

shink commented Feb 13, 2025

Let jobs run on ubuntu-24.04-arm runners to sovle this problem temporarily.

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

Successfully merging a pull request may close this issue.

1 participant