[ 
https://issues.apache.org/jira/browse/FLINK-24937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445107#comment-17445107
 ] 

Yang Wang commented on FLINK-24937:
-----------------------------------

I think the root cause is that building the image failed without retrying and 
had a zero return code. Currently, the {{build_image}} function in 
{{common_docker.sh}} does not handle the return code correctly.

 

https://github.com/apache/flink/blob/master/flink-end-to-end-tests/test-scripts/common_docker.sh#L36

 
{code:java}
2021-11-17T02:14:36.0714817Z Nov 17 02:14:36  ---> Running in e99d4d069cea
2021-11-17T02:14:36.1943135Z Nov 17 02:14:36 + dpkg --print-architecture
2021-11-17T02:14:36.1989940Z Nov 17 02:14:36 + wget -nv -O 
/usr/local/bin/gosu 
https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64
2021-11-17T02:14:36.8405227Z Nov 17 02:14:36 
https://objects.githubusercontent.com/github-production-release-asset-2e65be/19708981/82e9dd00-d091-11e8-8734-a1caffcee352?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211117%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211117T021304Z&X-Amz-Expires=300&X-Amz-Signature=d60d553d399e9738cfd987bdc7877eae11a3a16e654c9462e31bc3c10b54e73d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19708981&response-content-disposition=attachment%3B%20filename%3Dgosu-amd64&response-content-type=application%2Foctet-stream:
2021-11-17T02:14:36.8408478Z Nov 17 02:14:36 2021-11-17 02:14:36 ERROR 503: 
Egress is over the account limit..
2021-11-17T02:14:36.8798098Z The command '/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' returned a non-zero code: 8 {code}

> "kubernetes application HA test" hangs on azure
> -----------------------------------------------
>
>                 Key: FLINK-24937
>                 URL: https://issues.apache.org/jira/browse/FLINK-24937
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.14.1
>            Reporter: Yun Gao
>            Priority: Major
>              Labels: test-stability
>
> {code:java}
> 2021-11-17T02:15:23.4319085Z Nov 17 02:15:23 ##[endgroup]
> 2021-11-17T02:15:23.4319779Z Nov 17 02:15:23 Searching for .dump, .dumpstream 
> and related files in '/home/vsts/work/1/s'
> 2021-11-17T02:15:24.7906640Z dmesg: read kernel buffer failed: Operation not 
> permitted
> 2021-11-17T02:15:25.1156830Z Nov 17 02:15:25 No taskexecutor daemon to stop 
> on host fv-az123-364.
> 2021-11-17T02:15:25.3229454Z Nov 17 02:15:25 No standalonesession daemon to 
> stop on host fv-az123-364.
> 2021-11-17T06:09:57.2488148Z 
> ==========================================================================================
> 2021-11-17T06:09:57.2489380Z === WARNING: This task took already 95% of the 
> available time budget of 281 minutes ===
> 2021-11-17T06:09:57.2490646Z 
> ==========================================================================================
>  {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=26628&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=070ff179-953e-5bda-71fa-d6599415701c&l=2562



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to