[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-05 Thread Huang Xingbo (Jira)


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

Huang Xingbo commented on FLINK-25464:
--

For a long time, all the log information about downloaded and installed by 
python has not been printed out if there is no failure during this progress. In 
the Azure laboratory network environment, this progress of installation takes a 
longer time. Once the total time exceeds 15 minutes, it will be killed although 
it doesn't hang up. My repair plan is to open log information (the downloaded 
infos is about 300 lines). 
The reason why python3.8 only hangs is that as I analyzed earlier, there is a 
python package of grpcio-tools under python3.8 that is installed from the 
source code rather than installation from whl package. This process takes about 
5min, which lead to the total installation in the python3.8 environment is 
easier to exceed 15 minutes. I will create another JIRA and PR to upgrade 
grpcio-tools in the master branch.

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.15.0, 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-05 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

Another instance: 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28946=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23404

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-05 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

Thanks for the updates [~hxbks2ks]. Hopefully, you find the problem soon.

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-04 Thread Huang Xingbo (Jira)


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

Huang Xingbo commented on FLINK-25464:
--

[~trohrmann] Because all hanging installation occurs in Python3.8 and other 
versions of Python do not have this problem, I guess it is caused by that an 
package is installed from source package(it will cause much more time) rather 
than installing from wheel package in Python 3.8. Unfortunately, the downloaded 
information is hidden that we can't see which package is being downloaded and 
installed. So I'm trying to adding some infos and run tests in my private Azure 
to find which package caused this unstable download failure.

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-04 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28882=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23402

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-04 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

Any updates on this issue [~hxbks2ks]?

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-03 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28843=logs=821b528f-1eed-5598-a3b4-7f748b13f261=4fad9527-b9a5-5015-1b70-8356e5c91490=22753

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2022-01-01 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28819=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23401

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-30 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28778=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23403

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-30 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28724=logs=821b528f-1eed-5598-a3b4-7f748b13f261=4fad9527-b9a5-5015-1b70-8356e5c91490=22774]

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.13.6, 1.14.3
>
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-30 Thread Till Rohrmann (Jira)


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

Till Rohrmann commented on FLINK-25464:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28724=logs=821b528f-1eed-5598-a3b4-7f748b13f261=4fad9527-b9a5-5015-1b70-8356e5c91490=22774

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Major
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-27 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

cc [~hxbks2ks] ~

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Priority: Major
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-27 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28626=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23405

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.13.5, 1.14.2
>Reporter: Yun Gao
>Priority: Major
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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


[jira] [Commented] (FLINK-25464) Python tests hangs on install dependencies

2021-12-27 Thread Yun Gao (Jira)


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

Yun Gao commented on FLINK-25464:
-

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28592=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23402]

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28593=logs=821b528f-1eed-5598-a3b4-7f748b13f261=4fad9527-b9a5-5015-1b70-8356e5c91490=22752

> Python tests hangs on install dependencies
> --
>
> Key: FLINK-25464
> URL: https://issues.apache.org/jira/browse/FLINK-25464
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python, Build System / Azure Pipelines
>Affects Versions: 1.14.2
>Reporter: Yun Gao
>Priority: Major
>
> {code:java}
> Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
> Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
> apache-flink-libraries
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Process produced no output for 900 seconds.
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 The following Java processes are running (JPS)
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Dec 25 04:51:00 137834 Jps
> Dec 25 04:51:00 
> ==
> Dec 25 04:51:00 Printing stack trace of Java process 137834
> Dec 25 04:51:00 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> 137834: No such process
> Dec 25 04:51:00 Killing process with pid=725 and all descendants
> ./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
> $TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
>   2771   | tee -a $LOG_FILE
> /__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
> Dec 25 04:51:00 Process exited with EXIT CODE: 143.
> Dec 25 04:51:00 Trying to KILL watchdog (720).
> Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in 
> '/__w/1/s'
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588=logs=821b528f-1eed-5598-a3b4-7f748b13f261=6bb545dd-772d-5d8c-f258-f5085fba3295=23407



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