Matthias Pohl created FLINK-34514:
-------------------------------------
Summary: e2e (1) times out because of an error that's most likely
caused by a networking issue
Key: FLINK-34514
URL: https://issues.apache.org/jira/browse/FLINK-34514
Project: Flink
Issue Type: Bug
Components: Test Infrastructure
Affects Versions: 1.20.0
Reporter: Matthias Pohl
https://github.com/apache/flink/actions/runs/8027473891/job/21931649433
{code}
Sat, 24 Feb 2024 03:35:54 GMT
ERROR: failed to solve: process "/bin/sh -c set -ex; wget -nv -O
/usr/local/bin/gosu
\"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg
--print-architecture)\"; wget -nv -O /usr/local/bin/gosu.asc
\"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg
--print-architecture).asc\"; export GNUPGHOME=\"$(mktemp -d)\"; for server
in ha.pool.sks-keyservers.net $(shuf -e
hkp://p80.pool.sks-keyservers.net:80
keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80
pgp.mit.edu) ; do gpg --batch --keyserver
\"$server\" --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && break || :
; done && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu;
gpgconf --kill all; rm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; chmod
+x /usr/local/bin/gosu; gosu nobody true" did not complete successfully: exit
code: 4
Sat, 24 Feb 2024 07:10:28 GMT
==========================================================================================
Sat, 24 Feb 2024 07:10:28 GMT
=== WARNING: This task took already 95% of the available time budget of 299
minutes ===
Sat, 24 Feb 2024 07:10:28 GMT
==========================================================================================
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)