devkitPro / docker

Dockerfiles for https://hub.docker.com/u/devkitpro/
GNU General Public License v3.0
58 stars 28 forks source link

userns remapping failure #9

Closed AJenbo closed 3 years ago

AJenbo commented 4 years ago

The devkitpro/devkita64:latest image has been failing for us in CircleCI since about August 1. There is a suggestion for a solution in this articel: https://circleci.com/docs/2.0/high-uid-error/

The error we get when running the build process for DevilutionX:

Build-agent version 1.0.38841-5271c1f7 (2020-08-28T15:52:24+0000)
Docker Engine Version: 18.09.6
Kernel Version: Linux 9a5a0f427d29 4.15.0-1077-aws #81-Ubuntu SMP Wed Jun 24 16:48:15 UTC 2020 x86_64 Linux
Starting container devkitpro/devkita64:latest
  image cache not found on this host, downloading devkitpro/devkita64:latest
latest: Pulling from devkitpro/devkita64

77b12acb: Pulling fs layer 
46bc7d40: Pulling fs layer 
2ab5cd05: Pulling fs layer 
df2f57d3: Extracting [==================================================>]  256.2MB/256.2MBB

CircleCI was unable to start the container because of a userns remapping failure in Docker.

This typically means the image contains files with UID/GID values that are higher than Docker and CircleCI can use.

Checkout our docs https://circleci.com/docs/2.0/high-uid-error/ to learn how to fix this problem.
Original error: CircleCI was unable to start the container because of a userns remapping failure in Docker.

This typically means the image contains files with UID/GID values that are higher than Docker and CircleCI can use.

Checkout our docs https://circleci.com/docs/2.0/high-uid-error/ to learn how to fix this problem.
Original error: failed to register layer: Error processing tar file(exit status 1): Container ID 197609 cannot be mapped to a host ID
WinterMute commented 3 years ago

@AJenbo this isn't still a problem, is it? You're using latest dockers now, right?

AJenbo commented 3 years ago

Yeah sorry for not closing this. It was solve by the time devkitpro/devkita64@sha256:9b165e2fb257e1d1c35b18b539ad0336488a356d6737e52ff40e5523df246283 was uploaded.

https://github.com/diasurgical/devilutionX/commit/54c54ac5dde773832224c1a430ad575bbdf27053

WinterMute commented 3 years ago

s'ok, things get forgotten, we're all busy. Thanks for getting back so quick.