Skip to content

Conversation

@IvoBCD
Copy link
Collaborator

@IvoBCD IvoBCD commented Feb 13, 2025

No description provided.

@IvoBCD IvoBCD self-assigned this Feb 13, 2025
@IvoBCD
Copy link
Collaborator Author

IvoBCD commented Feb 13, 2025

2.38-4ubuntu2.6) ...
#9 52.59 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ...
#9 52.60 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.6) ...
#9 52.60 Setting up binutils (2.38-4ubuntu2.6) ...
#9 52.60 Setting up pkg-config (0.29.2-1ubuntu3) ...
#9 52.98 Setting up libgcc-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ...
#9 52.98 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ...
#9 52.99 Setting up cpp (4:11.2.0-1ubuntu1) ...
#9 53.06 Setting up libc6-dev:arm64 (2.35-0ubuntu3.9) ...
#9 53.06 Setting up gcc (4:11.2.0-1ubuntu1) ...
#9 53.22 Setting up libstdc++-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ...
#9 53.22 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ...
#9 53.23 Setting up g++ (4:11.2.0-1ubuntu1) ...
#9 53.43 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#9 53.44 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#9 53.44 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
#9 53.53 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 53.87 Segmentation fault (core dumped)
#9 53.93 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 54.32 Segmentation fault (core dumped)
#9 54.32 dpkg: error processing package libc-bin (--configure):
#9 54.32  installed libc-bin package post-installation script subprocess returned error exit status 139
#9 54.34 Errors were encountered while processing:
#9 54.34  libc-bin
#9 54.43 E: Sub-process /usr/bin/dpkg returned an error code (1)
#9 ERROR: process "/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tg++ \t\tgcc \t\tlibc6-dev \t\tmake \t\tpkg-config \t; \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
------
 > [linux/arm64 2/6] RUN set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 		pkg-config 	; 	rm -rf /var/lib/apt/lists/*:
53.22 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ...
53.23 Setting up g++ (4:11.2.0-1ubuntu1) ...
using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
53.44 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
53.44 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
53.53 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
53.87 Segmentation fault (core dumped)
53.93 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
54.32 Segmentation fault (core dumped)
: Sub-process /usr/bin/dpkg returned an error code (1)
------
WARNING: No output specified 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
Dockerfile:8
--------------------
   7 |     # hadolint ignore=DL3008
   8 | >>> RUN set -eux; \
   9 | >>> 	apt-get update; \
  10 | >>> 	apt-get install -y --no-install-recommends \
  11 | >>> 		g++ \
  12 | >>> 		gcc \
  13 | >>> 		libc6-dev \
  14 | >>> 		make \
  15 | >>> 		pkg-config \
  16 | >>> 	; \
  17 | >>> 	rm -rf /var/lib/apt/lists/*
  18 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tg++ \t\tgcc \t\tlibc6-dev \t\tmake \t\tpkg-config \t; \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
```

@IvoBCD IvoBCD merged commit f86adde into main Feb 20, 2025
6 checks passed
@IvoBCD IvoBCD deleted the pltcld391-gha-ubuntu-latest branch February 20, 2025 10:43
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

Successfully merging this pull request may close these issues.

2 participants