Hi,Matthias
I have solved this problem as you say.The link to the PR [1] .thank you.


[1]https://github.com/apache/flink/pull/20671



Best,
Hjw


 




------------------ ???????? ------------------
??????:                                                                         
                                               "Matthias Pohl"                  
                                                                  
<user@flink.apache.org&gt;;
????????:&nbsp;2022??9??5??(??????) ????4:47
??????:&nbsp;"hjw"<1010445...@qq.com&gt;;
????:&nbsp;"Martijn 
Visser"<martijnvis...@apache.org&gt;;"user"<user@flink.apache.org&gt;;
????:&nbsp;Re: flink ci build run longer than the maximum time of 310 minutes.



Usually, it would be more helpful to provide a link to the PR to get a 
better&nbsp;picture of the problem. I'm not 100% sure whether I grasp what's 
wrong.

It looks like your branch is based on apache/flink:release-1.15 [1]. Therefore, 
you should fetch the most recent version from upstream and then do a git rebase 
upstream/release-1.15. This will put your 4 commits which you've added to your 
local branch so far "on top" of everything that is already part of 
upstream/release-1.15. This should resolve your branch being 11 commits behind 
the 1.15 release branch. Force-pushing the changes in your local branch to your 
remote repo (your fork) will update the PR.


Keep in mind that you have to specify the right base branch in your Github PR 
(pointing to the 1.15 release branch in your case) as well to have the right 
diff.


I hope that helps. Best,
Matthias


[1]&nbsp;https://github.com/apache/flink/tree/release-1.15


On Sat, Sep 3, 2022 at 10:18 AM hjw <1010445...@qq.com&gt; wrote:

Hi,Matthias
The ci build Error in&nbsp; e2e_1_ci job:
Sep 0211:01:51 ##[group]Top 15 biggest directories in terms of used disk space
Sep 02 11:01:52 Searching for .dump, .dumpstream and related files in 
'/home/vsts/work/1/s'
dmesg: read kernel buffer failed: Operation not permitted
Sep 02 11:01:53 No taskexecutor daemon to stop on host fv-az158-417.
Sep 02 11:01:53 No standalonesession daemon to stop on host fv-az158-417.
Sep 02 11:10:27 The command 'docker build --no-cache --network=host -t 
test_docker_embedded_job dev/test_docker_embedded_job-debian' (pid: 188432) did 
not finish after 600 seconds.
/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/common.sh: line 900: 
kill: (188432) - No such process
Sep 02 11:11:06 The command 'docker build --no-cache --network=host -t 
test_docker_embedded_job dev/test_docker_embedded_job-debian' (pid: 188484) did 
not finish after 600 seconds.
/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/common.sh: line 900: 
kill: (188484) - No such process



I think the issue&nbsp; applies to&nbsp; my case.
However, I have submited some commit to my fork repo and create a pr.The 
pr&nbsp; has not been merged in to flink repo. My fork repo status&nbsp;:This 
branch is&nbsp;4 commits ahead,&nbsp;11 commits behind&nbsp;apache:release-1.15.


When I rebase the branch from upstream and push to my fork repo, the&nbsp;11 
commits&nbsp;behind&nbsp;apache:release-1.15 also appear in my pr change files. 
How can I handle this situation? thx.




Best,
Hjw


&nbsp;




------------------&nbsp;????????&nbsp;------------------
??????:                                                                         
                                               "Matthias Pohl"                  
                                                                  
<matthias.p...@aiven.io&gt;;
????????:&nbsp;2022??9??2??(??????) ????7:29
??????:&nbsp;"Martijn Visser"<martijnvis...@apache.org&gt;;
????:&nbsp;"hjw"<1010445...@qq.com&gt;;"user"<user@flink.apache.org&gt;;
????:&nbsp;Re: flink ci build run longer than the maximum time of 310 minutes.



Not sure whether that applies to your case, but there was a recent issue [1] 
where the e2e_1_ci job ran into a timeout. If that's what you were observing, 
rebasing your branch might help.

Best,
Matthias


[1]&nbsp;https://issues.apache.org/jira/browse/FLINK-29161&nbsp;


On Fri, Sep 2, 2022 at 10:51 AM Martijn Visser <martijnvis...@apache.org&gt; 
wrote:

You can ask the Flinkbot to run again by typing as comment

@flinkbot run azure



Best regards,


Martijn


Op vr 2 sep. 2022 om 08:40 schreef hjw <1010445...@qq.com&gt;:

I commit a pr to Flink Github .
A error happened in building ci.
[error]The job running on agent Azure Pipelines 6 ran longer than the maximum 
time of 310 minutes. For more information, see 
https://go.microsoft.com/fwlink/?linkid=2077134


How to solve this problem?
How to triigle the ci building again?
thx.

Reply via email to