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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump up rootlesskit to v0.14.2 (Fix Timed out proxy starting the userland proxy. error with DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns) #42293

Merged
merged 1 commit into from Apr 19, 2021

Conversation

AkihiroSuda
Copy link
Member

- What I did

Fix Timed out proxy starting the userland proxy. error with DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns.
(rootless-containers/rootlesskit#250)

- How I did it

Bumped up RootlessKit to v0.14.2.

Full changes: rootless-containers/rootlesskit@v0.14.1...v0.14.2

- How to verify it

Make sure that the following error no longer happens.

$ cat ~/.config/systemd/user/docker.service.d/override.conf 
[Service]
Environment=DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER="slirp4netns"

$ docker --context=rootless run --rm -p 8080:80 nginx:alpine
docker: Error response from daemon: driver failed programming external connectivity on endpoint dreamy_gauss (93092ec62bc18d4190f18c05f188505c11acce4feef7ea2eb259805c18edfd85): Timed out proxy starting the userland proxy.

- Description for the changelog

Fix Timed out proxy starting the userland proxy. error with DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns.

- A picture of a cute animal (not mandatory but encouraged)
馃惂

@thaJeztah
Copy link
Member

Looks like there's a broken package 馃槥 (not our code);

[2021-04-15T05:42:30.817Z] #22 52.04       /tmp/pip-install-j0ibezer/Cython/Cython/Plex/Scanners.c:21:10: fatal error: Python.h: No such file or directory
[2021-04-15T05:42:30.817Z] #22 52.04        #include "Python.h"
[2021-04-15T05:42:30.817Z] #22 52.04                 ^~~~~~~~~~
[2021-04-15T05:42:30.817Z] #22 52.04       compilation terminated.
[2021-04-15T05:42:30.817Z] #22 52.04       error: command 'aarch64-linux-gnu-gcc' failed with exit status 1

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Fix `Timed out proxy starting the userland proxy.` error with `DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns`.
(rootless-containers/rootlesskit#250)

Full changes: rootless-containers/rootlesskit@v0.14.1...v0.14.2

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@thaJeztah
Copy link
Member

Failure on windows-2022 is unrelated, but let me comment here in case that test is becoming more flaky;

 === Failed
 === FAIL: github.com/docker/docker/container TestStateTimeoutWait (0.23s)
     state_test.go:139: Stop callback doesn't fire in 200 milliseconds

@thaJeztah thaJeztah added this to the 21.xx milestone Apr 19, 2021
Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tianon
Copy link
Member

tianon commented Apr 19, 2021

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

Successfully merging this pull request may close these issues.

None yet

3 participants