[
https://issues.apache.org/jira/browse/FLINK-34514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820601#comment-17820601
]
Matthias Pohl commented on FLINK-34514:
---------------------------------------
https://github.com/apache/flink/actions/runs/8027474081
> 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
> Priority: Major
> Labels: github-actions, test-stability
>
> 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}
> There are also warning messages in this build that state that the timeout of
> the Http client was reached:
> {code}
> Java 21 / Test (module: misc)
> Failed to download action
> 'https://api.github.com/repos/actions/download-artifact/tarball/eaceaf801fd36c7dee90939fad912460b18a1ffe'.
> Error: The request was canceled due to the configured HttpClient.Timeout of
> 100 seconds elapsing.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)